From 54893ddbc5a1e446a8fffd8a1a8bc134aae462d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 01:33:00 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 14.3.0 to 14.3.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 14.3.0 to 14.3.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/v14.3.0...v14.3.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 14.3.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 762e7c23..8a8ef9d3 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.0", + "cypress": "^14.3.1", "eslint": "^8.57.1", "eslint-plugin-cypress": "^4.2.1", "eslint-plugin-import": "^2.31.0", diff --git a/yarn.lock b/yarn.lock index 826fe3a8..ff2c845b 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.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== +cypress@^14.3.1: + version "14.3.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.3.1.tgz#b0570c0e5b198d930a2c0f640d099e777bec2d2f" + integrity sha512-/2q06qvHMK3PNiadnRW1Je0lJ43gAFPQJUAK2zIxjr22kugtWxVQznTBLVu1AvRH+RP3oWZhCdWqiEi+0NuqCg== dependencies: "@cypress/request" "^3.0.8" "@cypress/xvfb" "^1.2.4"