From 712700a5d4b98707cdd108d93822de2a9e8a0a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:36:40 +0000 Subject: [PATCH] [stable-4.10] Bump cypress from 13.16.1 to 14.0.1 in /test Bumps [cypress](https://github.com/cypress-io/cypress) from 13.16.1 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/v13.16.1...v14.0.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test/package-lock.json | 11 ++++++----- test/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/test/package-lock.json b/test/package-lock.json index bdf0af83be..4dea4fc168 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "chrome-remote-interface": "^0.33.2", - "cypress": "^13.16.1", + "cypress": "^14.0.1", "cypress-file-upload": "^5.0.8", "shell-escape-tag": "^2.0.2", "url-join": "^5.0.0" @@ -456,10 +456,11 @@ } }, "node_modules/cypress": { - "version": "13.16.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.1.tgz", - "integrity": "sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.1.tgz", + "integrity": "sha512-gBAvKZE3f6eBaW1v8OtrwAFP90rjNZjjOO40M2KvOvmwVXk96Ps5Yjyck1EzGkXmNCaC/8kXFOY/1KD/wsaWpQ==", "hasInstallScript": true, + "license": "MIT", "dependencies": { "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", @@ -509,7 +510,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-file-upload": { diff --git a/test/package.json b/test/package.json index 63f547db63..cbcaf1e486 100644 --- a/test/package.json +++ b/test/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "chrome-remote-interface": "^0.33.2", - "cypress": "^13.16.1", + "cypress": "^14.0.1", "cypress-file-upload": "^5.0.8", "shell-escape-tag": "^2.0.2", "url-join": "^5.0.0"