From 72a94ae86df2d564783912a25b87b40771c9f502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:42:06 +0000 Subject: [PATCH] build(deps-dev): 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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef417fa2..451f37a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@eslint/js": "^9.17.0", "@vitejs/plugin-vue": "^3.2.0", "autoprefixer": "^10.4.20", - "cypress": "^13.17.0", + "cypress": "^14.0.0", "eslint": "^9.18.0", "eslint-config-flat-gitignore": "^1.0.0", "eslint-config-prettier": "^10.0.1", @@ -2357,9 +2357,9 @@ "integrity": "sha512-RFPahj0sXcmUyjrObAK+DOWtMvMIFV328n4qZJhgX3x2RqkQgOTU2mCUmiFR0CzM6AzChlRSUErjiJeEt8BaQA==" }, "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": { @@ -2411,7 +2411,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": { @@ -8232,9 +8232,9 @@ "integrity": "sha512-RFPahj0sXcmUyjrObAK+DOWtMvMIFV328n4qZJhgX3x2RqkQgOTU2mCUmiFR0CzM6AzChlRSUErjiJeEt8BaQA==" }, "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/package.json b/package.json index 590e7be9..89945043 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@eslint/js": "^9.17.0", "@vitejs/plugin-vue": "^3.2.0", "autoprefixer": "^10.4.20", - "cypress": "^13.17.0", + "cypress": "^14.0.0", "eslint": "^9.18.0", "eslint-config-flat-gitignore": "^1.0.0", "eslint-config-prettier": "^10.0.1",