From 8805773e907b9a598316fcd7f76373f281a5b51b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 01:03:02 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 15.18.0 to 15.18.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.18.0 to 15.18.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.18.0...v15.18.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.18.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 05d2f27f..86b4be9b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@vitejs/plugin-vue": "^6.0.7", "@vue/eslint-config-typescript": "^14.9.0", "@vue/test-utils": "2.4.6", - "cypress": "^15.18.0", + "cypress": "^15.18.1", "eslint": "^10.6.0", "eslint-plugin-cypress": "^6.4.2", "eslint-plugin-import": "^2.32.0", diff --git a/yarn.lock b/yarn.lock index fd1ecf6f..288893d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1479,10 +1479,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.0: - version "15.18.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.18.0.tgz#2d98799596c6a730090375c39c440b36726af7b8" - integrity sha512-aLfOYSLlVt1b6QSoVUjbCY27taZlYAT8ST47xQbwd9pvQrY/g5gXi12yItZTB+kxkkj+ZcvUYmRLUC95SlCJsw== +cypress@^15.18.1: + version "15.18.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.18.1.tgz#b4d6e0f124efd18e5694cc1bd6dfd15db9319604" + integrity sha512-JtkTVtUE2lvLYgZCaug+Uai0H9IqsJirlBO49c87QwG0bJUGvAUVBz1EJve0b0oaYP244Ew9M0BkrHpcqkYxmw== dependencies: "@cypress/request" "^4.0.0" "@cypress/xvfb" "^1.2.4"