From 1a0b3be480c1112ced75edbf481b08fc5f72dc2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:37:07 +0000 Subject: [PATCH] Bump cypress from 13.16.1 to 14.0.0 in /test Bumps [cypress](https://github.com/cypress-io/cypress) from 13.16.1 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.16.1...v14.0.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test/package-lock.json | 10 +++++----- test/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/package-lock.json b/test/package-lock.json index 7bedb336a9..bce4209f99 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.0", "cypress-file-upload": "^5.0.8", "shell-escape-tag": "^2.0.2", "url-join": "^5.0.0" @@ -445,9 +445,9 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.0.tgz", + "integrity": "sha512-kEGqQr23so5IpKeg/dp6GVi7RlHx1NmW66o2a2Q4wk9gRaAblLZQSiZJuDI8UMC4LlG5OJ7Q6joAiqTrfRNbTw==", "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.6", @@ -498,7 +498,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..9d6c8b2b6a 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.0", "cypress-file-upload": "^5.0.8", "shell-escape-tag": "^2.0.2", "url-join": "^5.0.0"