diff --git a/e2e_tests/package-lock.json b/e2e_tests/package-lock.json index 4599b8ef..d9ea2dfb 100644 --- a/e2e_tests/package-lock.json +++ b/e2e_tests/package-lock.json @@ -10,7 +10,7 @@ "@typescript-eslint/parser": "^5.62.0", "cypress": "^13.6.4", "eslint": "^8.56.0", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.1.1", "typescript": "^5.3.3" } }, @@ -1548,15 +1548,15 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz", - "integrity": "sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.1.1.tgz", + "integrity": "sha512-rsP/72X99KNOAq26o5VAb6SICvdfjwvvWjs9n5a9UD14B5kCzzE45NJR/yJYw3fsGXUUKiwkv6eU5wRthM8kPw==", "dev": true, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7 <9" } }, "node_modules/eslint-scope": { @@ -5168,9 +5168,9 @@ } }, "eslint-plugin-cypress": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz", - "integrity": "sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.1.1.tgz", + "integrity": "sha512-rsP/72X99KNOAq26o5VAb6SICvdfjwvvWjs9n5a9UD14B5kCzzE45NJR/yJYw3fsGXUUKiwkv6eU5wRthM8kPw==", "dev": true, "requires": { "globals": "^13.20.0" diff --git a/e2e_tests/package.json b/e2e_tests/package.json index 488d4d9d..c0b4d0d6 100644 --- a/e2e_tests/package.json +++ b/e2e_tests/package.json @@ -8,7 +8,7 @@ "@typescript-eslint/parser": "^5.62.0", "cypress": "^13.6.4", "eslint": "^8.56.0", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.1.1", "typescript": "^5.3.3" } }