From 85d713f6519f4df4e66901a404437687e1d0b7b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 01:08:57 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 14.5.1 to 14.5.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 14.5.1 to 14.5.2. - [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/v14.5.1...v14.5.2) --- updated-dependencies: - dependency-name: cypress dependency-version: 14.5.2 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 f195527f..b5413147 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@vue/vue3-jest": "^29.2.6", "babel-jest": "^30.0.4", "babel-loader": "^10.0.0", - "cypress": "^14.5.1", + "cypress": "^14.5.2", "eslint": "^9.31.0", "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-import": "^2.32.0", diff --git a/yarn.lock b/yarn.lock index a22fe6c1..bb59a3ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4317,10 +4317,10 @@ csstype@^3.1.3: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== -cypress@^14.5.1: - version "14.5.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.5.1.tgz#0af3f2ce7beb82f8d88a8a3cb7d8e40326114ce2" - integrity sha512-vYBeZKW3UAtxwv5mFuSlOBCYhyO0H86TeDKRJ7TgARyHiREIaiDjeHtqjzrXRFrdz9KnNavqlm+z+hklC7v8XQ== +cypress@^14.5.2: + version "14.5.2" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.5.2.tgz#b45563bf9a96b815ab6e5d028b49ce0b0fe80cb2" + integrity sha512-O4E4CEBqDHLDrJD/dfStHPcM+8qFgVVZ89Li7xDU0yL/JxO/V0PEcfF2I8aGa7uA2MGNLkNUAnghPM83UcHOJw== dependencies: "@cypress/request" "^3.0.8" "@cypress/xvfb" "^1.2.4"