From 2603b89a518232c993aa63362eeb1cf7165a1912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 01:36:03 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 14.2.1 to 14.3.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 14.2.1 to 14.3.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.2.1...v14.3.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 14.3.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 0115523b..e12a8665 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.2.1", + "cypress": "^14.3.0", "eslint": "^8.57.1", "eslint-plugin-cypress": "^4.2.0", "eslint-plugin-import": "^2.31.0", diff --git a/yarn.lock b/yarn.lock index 411cbeae..bcb15bcb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4451,10 +4451,10 @@ csstype@^3.1.3: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== -cypress@^14.2.1: - version "14.2.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.2.1.tgz#2628696588d3d3961bf0ea0ad87baeb359790dcd" - integrity sha512-5xd0E7fUp0pjjib1D7ljkmCwFDgMkWuW06jWiz8dKrI7MNRrDo0C65i4Sh+oZ9YHjMHZRJBR0XZk1DfekOhOUw== +cypress@^14.3.0: + version "14.3.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.3.0.tgz#720923501ca0e371d344b810572cea58d5b50aec" + integrity sha512-rRfPl9Z0/CczuYybBEoLbDVuT1OGkhYaJ0+urRCshgiDRz6QnoA0KQIQnPx7MJ3zy+VCsbUU1pV74n+6cbJEdg== dependencies: "@cypress/request" "^3.0.8" "@cypress/xvfb" "^1.2.4"