From 960abbc635015eb327eded39f5beae0bb6318f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 01:03:19 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 15.18.1 to 15.19.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.18.1 to 15.19.0. - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v15.18.1...v15.19.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.19.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 69cfb585..bddf53b8 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.18.1", + "cypress": "^15.19.0", "eslint": "^10.7.0", "eslint-plugin-cypress": "^6.4.3", "eslint-plugin-import": "^2.32.0", diff --git a/yarn.lock b/yarn.lock index f77b2b37..f7d39bef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1488,10 +1488,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.18.1: - version "15.18.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.18.1.tgz#b4d6e0f124efd18e5694cc1bd6dfd15db9319604" - integrity sha512-JtkTVtUE2lvLYgZCaug+Uai0H9IqsJirlBO49c87QwG0bJUGvAUVBz1EJve0b0oaYP244Ew9M0BkrHpcqkYxmw== +cypress@^15.19.0: + version "15.19.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.19.0.tgz#357647278394fedc6aa04fe894afca41d4cbcf04" + integrity sha512-kjy1u3SWlMRWS5qffH3U+bXx1PqPP7qwhIzEY3UtERcW2r/8zy5uk6uSwa75pYXJyYFVP1SO8mAn/avZUvUbfg== dependencies: "@cypress/request" "^4.0.0" "@cypress/xvfb" "^1.2.4"