From ad490ce00686e1e5cbe1fe035c08a252e3493f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Jul 2022 01:03:36 +0000 Subject: [PATCH] Bump cypress from 10.3.0 to 10.3.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 10.3.0 to 10.3.1. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v10.3.0...v10.3.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b866594a..3b80013ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@nextcloud/webpack-vue-config": "^5.2.1", "@relative-ci/agent": "^3.1.3", "@vue/test-utils": "^1.3.0", - "cypress": "^10.3.0", + "cypress": "^10.3.1", "jest": "^28.1.3", "jest-serializer-vue": "^2.0.2", "vue-jest": "^3.0.7", @@ -6814,9 +6814,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "node_modules/cypress": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.0.tgz", - "integrity": "sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg==", + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.1.tgz", + "integrity": "sha512-As9HrExjAgpgjCnbiQCuPdw5sWKx5HUJcK2EOKziu642akwufr/GUeqL5UnCPYXTyyibvEdWT/pSC2qnGW/e5w==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -24165,9 +24165,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "cypress": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.0.tgz", - "integrity": "sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg==", + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.1.tgz", + "integrity": "sha512-As9HrExjAgpgjCnbiQCuPdw5sWKx5HUJcK2EOKziu642akwufr/GUeqL5UnCPYXTyyibvEdWT/pSC2qnGW/e5w==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/package.json b/package.json index 17ba74b9b..81169d8fe 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@nextcloud/webpack-vue-config": "^5.2.1", "@relative-ci/agent": "^3.1.3", "@vue/test-utils": "^1.3.0", - "cypress": "^10.3.0", + "cypress": "^10.3.1", "jest": "^28.1.3", "jest-serializer-vue": "^2.0.2", "vue-jest": "^3.0.7",