From 4f82088bc940ba114d1db554893e109ae09ed2b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 04:32:00 +0000 Subject: [PATCH] Bump cypress from 13.17.0 to 14.0.2 in /flowauth/frontend Bumps [cypress](https://github.com/cypress-io/cypress) from 13.17.0 to 14.0.2. - [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.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- flowauth/frontend/package-lock.json | 17 +++++++++-------- flowauth/frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/flowauth/frontend/package-lock.json b/flowauth/frontend/package-lock.json index c3644d1fef..53c676f65d 100644 --- a/flowauth/frontend/package-lock.json +++ b/flowauth/frontend/package-lock.json @@ -23,7 +23,7 @@ "zxcvbn": "^4.4.2" }, "devDependencies": { - "cypress": "^13.17.0", + "cypress": "^14.0.2", "husky": "^9.1.4", "jest": "^29.7.0", "otp-cli": "^0.2.0", @@ -8862,11 +8862,12 @@ "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.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.2.tgz", + "integrity": "sha512-3qqTU2JoVY262qkYg9I2nohwxcfsJk0dSVp/LXAjD94Jz2y6411Mf/l5uHEHiaANrOmMcHbzYgOd/ueDsZlS7A==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", @@ -8916,7 +8917,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": { @@ -33008,9 +33009,9 @@ "version": "1.0.1" }, "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.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.2.tgz", + "integrity": "sha512-3qqTU2JoVY262qkYg9I2nohwxcfsJk0dSVp/LXAjD94Jz2y6411Mf/l5uHEHiaANrOmMcHbzYgOd/ueDsZlS7A==", "dev": true, "requires": { "@cypress/request": "^3.0.6", diff --git a/flowauth/frontend/package.json b/flowauth/frontend/package.json index e25d1e13d6..aea539e252 100644 --- a/flowauth/frontend/package.json +++ b/flowauth/frontend/package.json @@ -28,7 +28,7 @@ "cy:verify": "cypress verify" }, "devDependencies": { - "cypress": "^13.17.0", + "cypress": "^14.0.2", "husky": "^9.1.4", "otp-cli": "^0.2.0", "prettier": "^3.4.2",