From 267c0a4458721754de8323efe7cce32b29c9f5f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:26:58 +0000 Subject: [PATCH] chore(deps-dev): bump cypress in the cypress group Bumps the cypress group with 1 update: [cypress](https://github.com/cypress-io/cypress). Updates `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 dependency-group: cypress ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19facac09..66a0e5927 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@types/lodash.throttle": "^4.1.9", "concurrently": "^9.0.0", "custom-elements-manifest": "^2.0.0", - "cypress": "^13.3.0", + "cypress": "^14.0.0", "cypress-fail-on-console-error": "^5.1.1", "cypress-lit": "^0.0.8", "cypress-network-idle": "^1.14.2", @@ -6409,11 +6409,12 @@ "dev": true }, "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, + "license": "MIT", "dependencies": { "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", @@ -6463,7 +6464,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-fail-on-console-error": { diff --git a/package.json b/package.json index caa16e842..7207e9555 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/lodash.throttle": "^4.1.9", "concurrently": "^9.0.0", "custom-elements-manifest": "^2.0.0", - "cypress": "^13.3.0", + "cypress": "^14.0.0", "cypress-fail-on-console-error": "^5.1.1", "cypress-lit": "^0.0.8", "cypress-network-idle": "^1.14.2",