From c05f7aceacd2b914ccdefbe96c5c52cb6e7227af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:31:25 +0000 Subject: [PATCH] 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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cecc1eeb..30ac6283 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@babel/preset-react": "~7.26.3", "babel-loader": "~9.2.1", "cheerio": "1.0.0-rc.3", - "cypress": "^13.2.0", + "cypress": "^14.0.0", "enzyme-adapter-react-16": "~1.15.2", "eslint": "~8.57.0", "eslint-plugin-cypress": "^3.0.0", @@ -5818,9 +5818,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": { @@ -5872,7 +5872,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/node_modules/ansi-styles": { diff --git a/package.json b/package.json index d340c1c9..ddf45e2b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@babel/eslint-parser": "^7.18.2", "babel-loader": "~9.2.1", "cheerio": "1.0.0-rc.3", - "cypress": "^13.2.0", + "cypress": "^14.0.0", "enzyme-adapter-react-16": "~1.15.2", "eslint": "~8.57.0", "eslint-plugin-cypress": "^3.0.0",