From b34bf8511328bad03eea5b70bfb64dcb87f0a72b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 01:09:35 +0000 Subject: [PATCH] Bump cypress from 13.6.5 to 13.6.6 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.5 to 13.6.6. - [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/v13.6.5...v13.6.6) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 93935bdd..16242cd1 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@vue/vue3-jest": "^29.2.6", "babel-jest": "^29.7.0", "babel-loader": "^9.1.3", - "cypress": "^13.6.5", + "cypress": "^13.6.6", "eslint": "^8.56.0", "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-import": "^2.29.1", diff --git a/yarn.lock b/yarn.lock index fd03abd7..2122e4f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4293,10 +4293,10 @@ csstype@^3.1.3: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== -cypress@^13.6.5: - version "13.6.5" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.6.5.tgz#d8ab22dda3b9a8abeebcb65dc8a2707cb73bf925" - integrity sha512-2NxSDcO2zHw5kTcosc6dzv2zppEqiXrFFhZw5cx/EWrSNZABTzpr/EyvYzGgrWm46o5173JUfuJfDQcaiZZPVQ== +cypress@^13.6.6: + version "13.6.6" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.6.6.tgz#5133f231ed1c6e57dc8dcbf60aade220bcd6884b" + integrity sha512-S+2S9S94611hXimH9a3EAYt81QM913ZVA03pUmGDfLTFa5gyp85NJ8dJGSlEAEmyRsYkioS1TtnWtbv/Fzt11A== dependencies: "@cypress/request" "^3.0.0" "@cypress/xvfb" "^1.2.4"