From 2dfeda084e58241d612c03540d05500a105028b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 01:02:27 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 15.1.0 to 15.2.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.1.0 to 15.2.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.1.0...v15.2.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.2.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 7c34cc53..1f777c53 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@vue/vue3-jest": "^29.2.6", "babel-jest": "^30.1.2", "babel-loader": "^10.0.0", - "cypress": "^15.1.0", + "cypress": "^15.2.0", "eslint": "^9.35.0", "eslint-plugin-cypress": "^5.1.1", "eslint-plugin-import": "^2.32.0", diff --git a/yarn.lock b/yarn.lock index cfbd7904..8e78a778 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4347,10 +4347,10 @@ csstype@^3.1.3: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== -cypress@^15.1.0: - version "15.1.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.1.0.tgz#594311611e054738e61f445d5f65e7143934793b" - integrity sha512-jS4EfyOa2W5KXCN02WBdmy4bpBBmLGe+INhZeCvzRksfJuzBSYp3rNg2G+hfOwPzM+wwMwOYCo/kEnH+5RsSjA== +cypress@^15.2.0: + version "15.2.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.2.0.tgz#a1b48c8ef00f520fbaea60261ed244c8382dd3bc" + integrity sha512-J4ehSzOSb58SkXyldCe9y/oZ8ep8Bl6+q9kDUjnkqNqc2ZKzDq5KSbhIc2lHFAFR5Jtj10oNqr9JRAZbr8DA8A== dependencies: "@cypress/request" "^3.0.9" "@cypress/xvfb" "^1.2.4"