From d135004dfb43d156c37290d923a33b334b731eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:35:16 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.17.0 to 14.0.0 in /frontend 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] --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 42cd2080a..ccc5c1beb 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -58,7 +58,7 @@ "@types/reach__router": "^1.3.15", "@types/react-helmet": "^6.1.11", "axe-core": "^4.10.2", - "cypress": "^13.17.0", + "cypress": "^14.0.0", "cypress-axe": "^1.4.0", "eslint": "^8.57.0", "eslint-config-prettier": "^10.0.1", @@ -9508,9 +9508,9 @@ "license": "MIT" }, "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, "dependencies": { @@ -9562,7 +9562,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-axe": { diff --git a/frontend/package.json b/frontend/package.json index 464995ce8..764f58b50 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -90,7 +90,7 @@ "@types/reach__router": "^1.3.15", "@types/react-helmet": "^6.1.11", "axe-core": "^4.10.2", - "cypress": "^13.17.0", + "cypress": "^14.0.0", "cypress-axe": "^1.4.0", "eslint": "^8.57.0", "eslint-config-prettier": "^10.0.1",