From c614496533061535634c642978f61ba056c65231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 01:01:37 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 15.7.1 to 15.8.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.7.1 to 15.8.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/v15.7.1...v15.8.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 67b271d8..b782a23f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@vue/vue3-jest": "^29.2.6", "babel-jest": "^30.2.0", "babel-loader": "^10.0.0", - "cypress": "^15.7.1", + "cypress": "^15.8.0", "eslint": "^9.39.2", "eslint-plugin-cypress": "^5.2.0", "eslint-plugin-import": "^2.32.0", diff --git a/yarn.lock b/yarn.lock index a4a3c6a6..cf419de8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4373,10 +4373,10 @@ csstype@^3.1.3: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== -cypress@^15.7.1: - version "15.7.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.7.1.tgz#5ff5101a07b2627809adbaba86a66ff0dc499e88" - integrity sha512-U3sYnJ+Cnpgr6IPycxsznTg//mGVXfPGeGV+om7VQCyp5XyVkhG4oPr3X3hTq1+OB0Om0O5DxusYmt7cbvwqMQ== +cypress@^15.8.0: + version "15.8.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.8.0.tgz#b6d9d0b921eeb4be3b393fb5f974c7588e4da584" + integrity sha512-/k/KT8IIvcxarRSNb5AIhT1Yxx1pXsNIrL96Ht/c0pBOO/XcsjgjD4ZlG16V/08dRmvU/gT7PW8FBz5YV+ahsA== dependencies: "@cypress/request" "^3.0.9" "@cypress/xvfb" "^1.2.4"