From b4d8b243a3f5e64a66ac56af50f1c1219a8bca99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 01:03:10 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 15.21.0 to 15.21.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.21.0 to 15.21.1. - [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.21.0...v15.21.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.21.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 aabccc70..3a9e2d3e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/eslint-config-typescript": "^14.9.0", "@vue/test-utils": "2.4.6", - "cypress": "^15.21.0", + "cypress": "^15.21.1", "eslint": "^10.9.1", "eslint-plugin-cypress": "^7.0.1", "eslint-plugin-import": "^2.32.0", diff --git a/yarn.lock b/yarn.lock index 703f3968..25218f8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1476,10 +1476,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.21.0: - version "15.21.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.21.0.tgz#61017bb85ae2886fefcd2b9b4c21b47cb62a1b6b" - integrity sha512-6uPy5GUjao97t/QDIwlPyJz4JUqPpFIPq5lNazN95LSA3ynJoYC1sHZ3W+aj4f+K1OFGbMfno0+OX2Gx0OmlPA== +cypress@^15.21.1: + version "15.21.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.21.1.tgz#51653d58fa0e9994a11406aa3df2bee716264f9a" + integrity sha512-ogHpHMj0XNlZA5MGzjg8SWHf0eMw9lTwVQRKjpcT1GzNTxNUjwnHA8YCG6nOJ8ThU+XZaUxJgpMYZnJ//8aDaw== dependencies: "@cypress/request" "^4.0.0" "@cypress/xvfb" "^1.2.4"