From 42fcf035d46397b717c2ac366c5cadaac9470654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Sep 2022 12:27:10 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 10.6.0 to 10.7.0 (#8367) Bumps [cypress](https://github.com/cypress-io/cypress) from 10.6.0 to 10.7.0. - [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.6.0...v10.7.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- 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 22c39c57d0..6c3c73e21a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "child-process-promise": "^2.2.1", "clipboard-copy": "^4.0.1", "concurrently": "^7.3.0", - "cypress": "^10.6.0", + "cypress": "^10.7.0", "cypress-wait-for-stable-dom": "^0.0.3", "danger": "^11.1.2", "danger-plugin-no-test-shortcuts": "^2.0.0", @@ -10020,9 +10020,9 @@ "dev": true }, "node_modules/cypress": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.6.0.tgz", - "integrity": "sha512-6sOpHjostp8gcLO34p6r/Ci342lBs8S5z9/eb3ZCQ22w2cIhMWGUoGKkosabPBfKcvRS9BE4UxybBtlIs8gTQA==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.7.0.tgz", + "integrity": "sha512-gTFvjrUoBnqPPOu9Vl5SBHuFlzx/Wxg/ZXIz2H4lzoOLFelKeF7mbwYUOzgzgF0oieU2WhJAestQdkgwJMMTvQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -37390,9 +37390,9 @@ "dev": true }, "cypress": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.6.0.tgz", - "integrity": "sha512-6sOpHjostp8gcLO34p6r/Ci342lBs8S5z9/eb3ZCQ22w2cIhMWGUoGKkosabPBfKcvRS9BE4UxybBtlIs8gTQA==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.7.0.tgz", + "integrity": "sha512-gTFvjrUoBnqPPOu9Vl5SBHuFlzx/Wxg/ZXIz2H4lzoOLFelKeF7mbwYUOzgzgF0oieU2WhJAestQdkgwJMMTvQ==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/package.json b/package.json index 204539294d..e630eed1f4 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "child-process-promise": "^2.2.1", "clipboard-copy": "^4.0.1", "concurrently": "^7.3.0", - "cypress": "^10.6.0", + "cypress": "^10.7.0", "cypress-wait-for-stable-dom": "^0.0.3", "danger": "^11.1.2", "danger-plugin-no-test-shortcuts": "^2.0.0", -- GitLab