From aa2fdfc92ca0f47ae86c2c873b3fcbdd9af9c2cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:44:16 +0000 Subject: [PATCH] Bump cypress from 13.17.0 to 14.0.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.17.0 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.17.0...v14.0.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fa62ade..13a6bbee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "axe-core": "^4.1.4", "bootstrap": "~5.3.0", "css-loader": "^7.0.0", - "cypress": "^13.9.0", + "cypress": "^14.0.1", "cypress-axe": "^1.0.0", "eslint": "~9.19.0", "eslint-plugin-cypress": "^4.0.0", @@ -2148,11 +2148,12 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.1.tgz", + "integrity": "sha512-gBAvKZE3f6eBaW1v8OtrwAFP90rjNZjjOO40M2KvOvmwVXk96Ps5Yjyck1EzGkXmNCaC/8kXFOY/1KD/wsaWpQ==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", @@ -2202,7 +2203,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": { @@ -14042,9 +14043,9 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.1.tgz", + "integrity": "sha512-gBAvKZE3f6eBaW1v8OtrwAFP90rjNZjjOO40M2KvOvmwVXk96Ps5Yjyck1EzGkXmNCaC/8kXFOY/1KD/wsaWpQ==", "dev": true, "requires": { "@cypress/request": "^3.0.6", diff --git a/package.json b/package.json index a2d888a3..a1da599e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "axe-core": "^4.1.4", "bootstrap": "~5.3.0", "css-loader": "^7.0.0", - "cypress": "^13.9.0", + "cypress": "^14.0.1", "cypress-axe": "^1.0.0", "eslint": "~9.19.0", "eslint-plugin-cypress": "^4.0.0",