From d41d71ff315b998f92f3f7f3cb21c0294ffc3a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 01:08:27 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 15.13.1 to 15.14.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.13.1 to 15.14.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.13.1...v15.14.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.14.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 fc21a7cb..cb81c9d5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@vitejs/plugin-vue": "^6.0.6", "@vue/eslint-config-typescript": "^14.7.0", "@vue/test-utils": "2.4.6", - "cypress": "^15.13.1", + "cypress": "^15.14.0", "eslint": "^10.2.1", "eslint-plugin-cypress": "^6.3.1", "eslint-plugin-import": "^2.32.0", diff --git a/yarn.lock b/yarn.lock index ccede65e..f3de874e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1458,10 +1458,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.13.1: - version "15.13.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.13.1.tgz#75fb321b5c10e9d1737868a9158250fe2e07607c" - integrity sha512-jLkgo75zlwo7PhXp0XJot+zIfFSDzN1SvTml6Xf3ETM1XHRWnH3Q4LAR3orCo/BsnxPnhjG3m5HYSvn9DAtwBg== +cypress@^15.14.0: + version "15.14.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.14.0.tgz#762d58fd7acc348bbf35f566164e7c234d1756b1" + integrity sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ== dependencies: "@cypress/request" "^3.0.10" "@cypress/xvfb" "^1.2.4"