From 23b318fb496fad01cd48a6be32993c0efea96828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 01:03:23 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 15.8.2 to 15.9.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.8.2 to 15.9.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.8.2...v15.9.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.9.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 ca4f000f..893e2ba8 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.8.2", + "cypress": "^15.9.0", "eslint": "^9.39.2", "eslint-plugin-cypress": "^5.2.1", "eslint-plugin-import": "^2.32.0", diff --git a/yarn.lock b/yarn.lock index 98df5f03..652b1f40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4386,10 +4386,10 @@ csstype@^3.2.3: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a" integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ== -cypress@^15.8.2: - version "15.8.2" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.8.2.tgz#685d6e090b1c5f76cb5430eafa21f63b1eded0a6" - integrity sha512-KGpuiE8o9l9eyVLPkig574t8zOXkEDKzI0a+RQwy4cfXzpaLipvTOv0t+QEEkLiw/8HbgMNZ0fbPKakJAB3USA== +cypress@^15.9.0: + version "15.9.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.9.0.tgz#9bcbbfbf3923d8aca7d06990cb174d5ba67e4084" + integrity sha512-Ks6Bdilz3TtkLZtTQyqYaqtL/WT3X3APKaSLhTV96TmTyudzSjc6EJsJCHmBb7DxO+3R12q3Jkbjgm/iPgmwfg== dependencies: "@cypress/request" "^3.0.10" "@cypress/xvfb" "^1.2.4"