From 5eb003bda7f87aa638a66957522c28ea4d7aac90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 01:51:00 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 14.3.3 to 14.4.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 14.3.3 to 14.4.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/v14.3.3...v14.4.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 14.4.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 7a4967a2..54114f0f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@vue/vue3-jest": "^29.2.6", "babel-jest": "^29.7.0", "babel-loader": "^10.0.0", - "cypress": "^14.3.3", + "cypress": "^14.4.0", "eslint": "^8.57.1", "eslint-plugin-cypress": "^4.3.0", "eslint-plugin-import": "^2.31.0", diff --git a/yarn.lock b/yarn.lock index b5259199..095342fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4458,10 +4458,10 @@ csstype@^3.1.3: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== -cypress@^14.3.3: - version "14.3.3" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.3.3.tgz#cbf7fbc79fd139ba55ea51a6d1ee3d9018a59ce2" - integrity sha512-1Rz7zc9iqLww6BysaESqUhtIuaFHS7nL3wREovAKYsNhLTfX3TbcBWHWgEz70YimH2NkSOsm4oIcJJ9HYHOlew== +cypress@^14.4.0: + version "14.4.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.4.0.tgz#db7d108400c9481a161f047f1cc34b43b05c48f3" + integrity sha512-/I59Fqxo7fqdiDi3IM2QKA65gZ7+PVejXg404/I8ZSq+NOnrmw+2pnMUJzpoNyg7KABcEBmgpkfAqhV98p7wJA== dependencies: "@cypress/request" "^3.0.8" "@cypress/xvfb" "^1.2.4"