From ff83fb1b8b5b17ef71cf08d2c0260140f8a31e35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:34:24 +0000 Subject: [PATCH] chore(deps): update dependency cypress to v14 --- e2e/package-lock.json | 10 +++++----- e2e/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/e2e/package-lock.json b/e2e/package-lock.json index d3a54153915..16fefd43e00 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@ecamp3/e2e", "devDependencies": { - "cypress": "13.16.1", + "cypress": "14.0.2", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "3.6.0", @@ -833,9 +833,9 @@ } }, "node_modules/cypress": { - "version": "13.16.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.1.tgz", - "integrity": "sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA==", + "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", @@ -888,7 +888,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/e2e/package.json b/e2e/package.json index 9c206d781c8..c6c5263b6e4 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -12,7 +12,7 @@ "lint:check:prettier": "prettier --check --ignore-path .gitignore **/*.{js,json,md}" }, "devDependencies": { - "cypress": "13.16.1", + "cypress": "14.0.2", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "3.6.0",