From 1b5c5b384e1c7ffc8b68f6bd07c9760e158fc1da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 02:00:35 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 14.0.0 to 14.0.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 14.0.0 to 14.0.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.0.0...v14.0.1) --- updated-dependencies: - dependency-name: cypress 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 2d2174b9..71e330d5 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@vue/vue3-jest": "^29.2.6", "babel-jest": "^29.7.0", "babel-loader": "^9.2.1", - "cypress": "^14.0.0", + "cypress": "^14.0.1", "eslint": "^8.57.1", "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-import": "^2.31.0", diff --git a/yarn.lock b/yarn.lock index bfb6442c..ff42cbb1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4441,10 +4441,10 @@ csstype@^3.1.3: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== -cypress@^14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.0.0.tgz#a71cb0a243a0bfeb97b6973ab9c5291ca5288e93" - integrity sha512-kEGqQr23so5IpKeg/dp6GVi7RlHx1NmW66o2a2Q4wk9gRaAblLZQSiZJuDI8UMC4LlG5OJ7Q6joAiqTrfRNbTw== +cypress@^14.0.1: + version "14.0.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.0.1.tgz#8ecf8aab261213fe7ed6043cb7f8a5f662144733" + integrity sha512-gBAvKZE3f6eBaW1v8OtrwAFP90rjNZjjOO40M2KvOvmwVXk96Ps5Yjyck1EzGkXmNCaC/8kXFOY/1KD/wsaWpQ== dependencies: "@cypress/request" "^3.0.6" "@cypress/xvfb" "^1.2.4"