From 073f683e5d7294ddb18fecf6af51de85334d48bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:48:10 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.17.0 to 14.0.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.17.0 to 14.0.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/v13.17.0...v14.0.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... 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 6f26b6f8a..f53997460 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "chai": "^5.1.2", "cssnano": "^6.1.2", - "cypress": "13.17.0", + "cypress": "14.0.2", "eslint": "^8.57.1", "eslint-plugin-jest": "^28.3.0", "http-server": "^14.1.1", diff --git a/yarn.lock b/yarn.lock index fe8555a2b..0933a0308 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3561,10 +3561,10 @@ cssstyle@^3.0.0: dependencies: rrweb-cssom "^0.6.0" -cypress@13.17.0: - version "13.17.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.17.0.tgz#34c3d68080c4497eace0f353bd1629587a5f600d" - integrity sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA== +cypress@14.0.2: + version "14.0.2" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.0.2.tgz#6d4811685a43911f70690bf0b2abbef991190412" + integrity sha512-3qqTU2JoVY262qkYg9I2nohwxcfsJk0dSVp/LXAjD94Jz2y6411Mf/l5uHEHiaANrOmMcHbzYgOd/ueDsZlS7A== dependencies: "@cypress/request" "^3.0.6" "@cypress/xvfb" "^1.2.4"