From 7fa91668e55f63d39394abaf4c46979d2e6b21b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 22:38:09 +0000 Subject: [PATCH] Bump cypress from 10.5.0 to 10.6.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 10.5.0 to 10.6.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.5.0...v10.6.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... 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 1f80d65a42..35673820ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@typescript-eslint/parser": "^5.33.1", "@vitejs/plugin-react": "^2.0.1", "babel-loader": "^8.2.5", - "cypress": "^10.5.0", + "cypress": "^10.6.0", "decompress": "^4.2.1", "del": "^7.0.0", "eslint": "^8.22.0", @@ -5548,9 +5548,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.5.0.tgz", - "integrity": "sha512-m1oP/2Au+81moyHGg6Mxro8wo5F5rXjtea9SPXn7ezUT3qNHk43bif3K/6Wz7nuaNUiN9/UM+B4c03kCp8vniw==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.6.0.tgz", + "integrity": "sha512-6sOpHjostp8gcLO34p6r/Ci342lBs8S5z9/eb3ZCQ22w2cIhMWGUoGKkosabPBfKcvRS9BE4UxybBtlIs8gTQA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -18132,9 +18132,9 @@ "dev": true }, "cypress": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.5.0.tgz", - "integrity": "sha512-m1oP/2Au+81moyHGg6Mxro8wo5F5rXjtea9SPXn7ezUT3qNHk43bif3K/6Wz7nuaNUiN9/UM+B4c03kCp8vniw==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.6.0.tgz", + "integrity": "sha512-6sOpHjostp8gcLO34p6r/Ci342lBs8S5z9/eb3ZCQ22w2cIhMWGUoGKkosabPBfKcvRS9BE4UxybBtlIs8gTQA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/package.json b/package.json index f0be0c8760..af640c696b 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@typescript-eslint/parser": "^5.33.1", "@vitejs/plugin-react": "^2.0.1", "babel-loader": "^8.2.5", - "cypress": "^10.5.0", + "cypress": "^10.6.0", "decompress": "^4.2.1", "del": "^7.0.0", "eslint": "^8.22.0",