From 2e1ba57fb558721d9ad03dc504c8cd33a619751a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 16:37:07 +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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index dea6e28af..45c404498 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "autoprefixer": "^10.4.20", "axios": "^1.7.9", "browserslist": "^4.24.4", - "cypress": "^13.17.0", + "cypress": "^14.0.0", "esbuild": "^0.24.2", "esbuild-plugin-browserslist": "^0.15.0", "eslint": "^9.18.0", @@ -5870,9 +5870,9 @@ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "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": { @@ -5924,7 +5924,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/ci-info": { diff --git a/package.json b/package.json index 65c3f4581..86a51156a 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-unused-imports": "^4.1.4", "eslint-plugin-vue": "^9.32.0", - "cypress": "^13.17.0", + "cypress": "^14.0.0", "esbuild": "^0.24.2", "esbuild-plugin-browserslist": "^0.15.0", "fonteditor-core": "^2.4.1",