diff --git a/e2e/cypress/package-lock.json b/e2e/cypress/package-lock.json index c2c3c9cca..0d56de69f 100644 --- a/e2e/cypress/package-lock.json +++ b/e2e/cypress/package-lock.json @@ -13,7 +13,7 @@ "uuid": "8.3.2" }, "devDependencies": { - "cypress": "7.6.0", + "cypress": "7.7.0", "tslint": "6.1.3", "typescript": "4.4.4" } @@ -626,9 +626,9 @@ } }, "node_modules/cypress": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-7.6.0.tgz", - "integrity": "sha512-tTwQExY28CKt6cY85/2V1uLExcMfpBEBWXt/EcE2ht/Onl9k4lxUS7ul1UnUO5MrYwMIHMdGVh13DxdzXj4Z5w==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-7.7.0.tgz", + "integrity": "sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2692,9 +2692,9 @@ } }, "cypress": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-7.6.0.tgz", - "integrity": "sha512-tTwQExY28CKt6cY85/2V1uLExcMfpBEBWXt/EcE2ht/Onl9k4lxUS7ul1UnUO5MrYwMIHMdGVh13DxdzXj4Z5w==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-7.7.0.tgz", + "integrity": "sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==", "dev": true, "requires": { "@cypress/request": "^2.88.5", diff --git a/e2e/cypress/package.json b/e2e/cypress/package.json index cc3339b8c..fdff23a73 100644 --- a/e2e/cypress/package.json +++ b/e2e/cypress/package.json @@ -11,7 +11,7 @@ "author": "ZupIT", "license": "ISC", "devDependencies": { - "cypress": "7.6.0", + "cypress": "7.7.0", "tslint": "6.1.3", "typescript": "4.4.4" }, diff --git a/manager/package.json b/manager/package.json index 608e5cf17..96efbda9d 100644 --- a/manager/package.json +++ b/manager/package.json @@ -76,7 +76,7 @@ "@typescript-eslint/eslint-plugin": "5.3.1", "@typescript-eslint/parser": "5.3.1", "chokidar": "3.5.2", - "cypress": "7.6.0", + "cypress": "7.7.0", "eslint-config-prettier": "8.3.0", "eslint-config-react": "1.1.7", "eslint-plugin-cypress": "2.12.1", diff --git a/manager/yarn.lock b/manager/yarn.lock index c8ac6039d..1759d8ff5 100644 --- a/manager/yarn.lock +++ b/manager/yarn.lock @@ -4945,10 +4945,10 @@ cypress@*: url "^0.11.0" yauzl "^2.10.0" -cypress@7.6.0: - version "7.6.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.6.0.tgz#80fe7496cd4165a0fa06e25fc11413dda4544463" - integrity sha512-tTwQExY28CKt6cY85/2V1uLExcMfpBEBWXt/EcE2ht/Onl9k4lxUS7ul1UnUO5MrYwMIHMdGVh13DxdzXj4Z5w== +cypress@7.7.0: + version "7.7.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.7.0.tgz#0839ae28e5520536f9667d6c9ae81496b3836e64" + integrity sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ== dependencies: "@cypress/request" "^2.88.5" "@cypress/xvfb" "^1.2.4"