From 66e36b88de7019ae26412c66ae9b8ee6cb1910b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 01:02:20 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 15.3.0 to 15.4.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.3.0 to 15.4.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.3.0...v15.4.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.4.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 d2e801ef..7fe57b94 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.3.0", + "cypress": "^15.4.0", "eslint": "^9.37.0", "eslint-plugin-cypress": "^5.2.0", "eslint-plugin-import": "^2.32.0", diff --git a/yarn.lock b/yarn.lock index c8c331b4..cf118c9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4368,10 +4368,10 @@ csstype@^3.1.3: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== -cypress@^15.3.0: - version "15.3.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.3.0.tgz#cb9416e5261ee419c8a42e839d4f2d73eef8797c" - integrity sha512-g9rDhoK9y8wW4Vx3Ppr8dtfvThXxPL3mJsV5e98fG+6EerrhXKmeRT2sL86cvNRtEZouXJfsuVL1lqiMuGNGcg== +cypress@^15.4.0: + version "15.4.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.4.0.tgz#067c414830c98c561742a106d03813a5e0e82459" + integrity sha512-+GC/Y/LXAcaMCzfuM7vRx5okRmonceZbr0ORUAoOrZt/5n2eGK8yh04bok1bWSjZ32wRHrZESqkswQ6biArN5w== dependencies: "@cypress/request" "^3.0.9" "@cypress/xvfb" "^1.2.4"