From 5f712eb55bc29c9f3c435f64109bcfa40860f75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:20:25 +0000 Subject: [PATCH] chore(deps-dev): Bump cypress from 13.17.0 to 14.0.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.17.0 to 14.0.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/v13.17.0...v14.0.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5789bacf94..852bc05dd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "babel-jest": "^29.0.1", "babel-loader-exclude-node-modules-except": "^1.2.1", "core-js": "^3.36.1", - "cypress": "^13.6.5", + "cypress": "^14.0.0", "cypress-visual-regression": "^5.0.0", "eslint-plugin-cypress": "^3.0.0", "file-loader": "^6.2.0", @@ -10921,11 +10921,12 @@ "dev": true }, "node_modules/cypress": { - "version": "13.17.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.17.0.tgz", - "integrity": "sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.0.tgz", + "integrity": "sha512-kEGqQr23so5IpKeg/dp6GVi7RlHx1NmW66o2a2Q4wk9gRaAblLZQSiZJuDI8UMC4LlG5OJ7Q6joAiqTrfRNbTw==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", @@ -10975,7 +10976,7 @@ "cypress": "bin/cypress" }, "engines": { - "node": "^16.0.0 || ^18.0.0 || >=20.0.0" + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" } }, "node_modules/cypress-visual-regression": { diff --git a/package.json b/package.json index a7e86f4874..4550b48dfb 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "babel-jest": "^29.0.1", "babel-loader-exclude-node-modules-except": "^1.2.1", "core-js": "^3.36.1", - "cypress": "^13.6.5", + "cypress": "^14.0.0", "cypress-visual-regression": "^5.0.0", "eslint-plugin-cypress": "^3.0.0", "file-loader": "^6.2.0",