diff --git a/test/e2e/package-lock.json b/test/e2e/package-lock.json index 61435c174..c23f3e7a7 100644 --- a/test/e2e/package-lock.json +++ b/test/e2e/package-lock.json @@ -20,7 +20,7 @@ "cypress-wait-until": "^3.0.2", "eslint": "^10.8.0", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-cypress": "^6.4.3", + "eslint-plugin-cypress": "^7.0.0", "eslint-plugin-mocha": "^11.3.0", "globals": "^17.9.0", "playwright": "^1.62.1", @@ -1652,17 +1652,17 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "6.4.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.3.tgz", - "integrity": "sha512-2/ulKNnCn+0vbaDI/6KovgGKsR/Y/bA+KMAkxRbHl2IAMd/UzU24ZOXpncR+QPBlaXqfAJ9NMCzdwX9Gjhm9AQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-7.0.0.tgz", + "integrity": "sha512-gpvL3S1w45c0DORI/P5v3k1UUW2NKje3JiFz+oTHGF6dZa6ZPBokItJS7jP0BXGPEgI3RpHyAMNMAJ9K5P0bow==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^17.7.0" + "globals": "^17.9.0" }, "peerDependencies": { "@typescript-eslint/parser": ">=8", - "eslint": ">=9" + "eslint": ">=10" }, "peerDependenciesMeta": { "@typescript-eslint/parser": { diff --git a/test/e2e/package.json b/test/e2e/package.json index ef4ac87ef..02ceb14bf 100644 --- a/test/e2e/package.json +++ b/test/e2e/package.json @@ -23,7 +23,7 @@ "cypress-wait-until": "^3.0.2", "eslint": "^10.8.0", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-cypress": "^6.4.3", + "eslint-plugin-cypress": "^7.0.0", "eslint-plugin-mocha": "^11.3.0", "playwright": "^1.62.1", "prettier": "^3.9.6",