From 1333164a2577f8af8178c2282acef63f6193a216 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:54:52 +0000 Subject: [PATCH] chore(deps): update dependency cypress to v14 --- examples/vite-ts/package-lock.json | 16 ++++++++-------- examples/vite-ts/package.json | 2 +- templates/vite-ts/package-lock.json | 10 +++++----- templates/vite-ts/package.json | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/vite-ts/package-lock.json b/examples/vite-ts/package-lock.json index 77d5a0c6b02..7ac88c8b322 100644 --- a/examples/vite-ts/package-lock.json +++ b/examples/vite-ts/package-lock.json @@ -21,7 +21,7 @@ "@types/react-dom": "19.0.3", "@ui5/webcomponents-cypress-commands": "2.7.0", "@vitejs/plugin-react": "^4.3.2", - "cypress": "^13.0.0", + "cypress": "^14.0.0", "eslint": "^9.12.0", "eslint-plugin-react-hooks": "5.1.0", "eslint-plugin-react-refresh": "^0.4.12", @@ -2662,9 +2662,9 @@ "license": "MIT" }, "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", @@ -2717,13 +2717,13 @@ "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/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", + "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", "dev": true, "license": "ISC", "bin": { diff --git a/examples/vite-ts/package.json b/examples/vite-ts/package.json index 1ad47e4bc2b..4e6bc2a19f5 100644 --- a/examples/vite-ts/package.json +++ b/examples/vite-ts/package.json @@ -27,7 +27,7 @@ "@types/react-dom": "19.0.3", "@ui5/webcomponents-cypress-commands": "2.7.0", "@vitejs/plugin-react": "^4.3.2", - "cypress": "^13.0.0", + "cypress": "^14.0.0", "eslint": "^9.12.0", "eslint-plugin-react-hooks": "5.1.0", "eslint-plugin-react-refresh": "^0.4.12", diff --git a/templates/vite-ts/package-lock.json b/templates/vite-ts/package-lock.json index b91cee3fd99..f81b35c5027 100644 --- a/templates/vite-ts/package-lock.json +++ b/templates/vite-ts/package-lock.json @@ -20,7 +20,7 @@ "@types/react-dom": "19.0.3", "@ui5/webcomponents-cypress-commands": "2.7.0", "@vitejs/plugin-react": "^4.3.2", - "cypress": "^13.0.0", + "cypress": "^14.0.0", "eslint": "^9.12.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.12", @@ -2585,9 +2585,9 @@ "devOptional": 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.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.1.tgz", + "integrity": "sha512-gBAvKZE3f6eBaW1v8OtrwAFP90rjNZjjOO40M2KvOvmwVXk96Ps5Yjyck1EzGkXmNCaC/8kXFOY/1KD/wsaWpQ==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -2640,7 +2640,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": { diff --git a/templates/vite-ts/package.json b/templates/vite-ts/package.json index e9f91ddf8e6..3ee0d467f4b 100644 --- a/templates/vite-ts/package.json +++ b/templates/vite-ts/package.json @@ -24,7 +24,7 @@ "@types/react-dom": "19.0.3", "@vitejs/plugin-react": "^4.3.2", "@ui5/webcomponents-cypress-commands": "2.7.0", - "cypress": "^13.0.0", + "cypress": "^14.0.0", "eslint": "^9.12.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.12",