From ded3c2eb452a0cb3deb61152779aef31f60954dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 12:55:28 +0100 Subject: [PATCH] chore(deps-dev): bump cypress in /acceptance-tests in the node group (#833) Bumps the node group in /acceptance-tests 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: node ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- acceptance-tests/package-lock.json | 17 +++++++++-------- acceptance-tests/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/acceptance-tests/package-lock.json b/acceptance-tests/package-lock.json index 673a9761..bf38bbbd 100644 --- a/acceptance-tests/package-lock.json +++ b/acceptance-tests/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "devDependencies": { "axios": "^1.7.9", - "cypress": "^13.17.0", + "cypress": "^14.0.0", "mocha": "^11.0.1" } }, @@ -780,11 +780,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.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", @@ -834,7 +835,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/dashdash": { @@ -3386,9 +3387,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.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.0.tgz", + "integrity": "sha512-kEGqQr23so5IpKeg/dp6GVi7RlHx1NmW66o2a2Q4wk9gRaAblLZQSiZJuDI8UMC4LlG5OJ7Q6joAiqTrfRNbTw==", "dev": true, "requires": { "@cypress/request": "^3.0.6", diff --git a/acceptance-tests/package.json b/acceptance-tests/package.json index bf216b6f..fa045f48 100644 --- a/acceptance-tests/package.json +++ b/acceptance-tests/package.json @@ -9,7 +9,7 @@ "author": "", "devDependencies": { "axios": "^1.7.9", - "cypress": "^13.17.0", + "cypress": "^14.0.0", "mocha": "^11.0.1" }, "dependencies": {}