From 0369293dadf2b1b5113dc2435117dccdf20fd6f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 11:01:29 +0000 Subject: [PATCH] Bump cypress from 12.6.0 to 12.7.0 (#2257) Bumps [cypress](https://github.com/cypress-io/cypress) from 12.6.0 to 12.7.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v12.6.0...v12.7.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b8e9103d2..52f1335d5 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "^4.3.7", "codeclimate-test-reporter": "^0.5.1", "cssnano": "^5.1.15", - "cypress": "12.6.0", + "cypress": "12.7.0", "cypress-plugin-tab": "^1.0.5", "del": "^7.0.0", "eslint": "^8.35.0", diff --git a/yarn.lock b/yarn.lock index bd493a264..3fdad0ac4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3397,10 +3397,10 @@ cypress-plugin-tab@^1.0.5: dependencies: ally.js "^1.4.1" -cypress@12.6.0: - version "12.6.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.6.0.tgz#d71a82639756173c0682b3d467eb9f0523460e91" - integrity sha512-WdHSVaS1lumSd5XpVTslZd8ui9GIGphrzvXq9+3DtVhqjRZC5M70gu5SW/Y/SLPq3D1wiXGZoHC6HJ7ESVE2lw== +cypress@12.7.0: + version "12.7.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.7.0.tgz#69900f82af76cf3ba0ddb9b59ec3b0d38222ab22" + integrity sha512-7rq+nmhzz0u6yabCFyPtADU2OOrYt6pvUau9qV7xyifJ/hnsaw/vkr0tnLlcuuQKUAOC1v1M1e4Z0zG7S0IAvA== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"