diff --git a/e2e_tests/package-lock.json b/e2e_tests/package-lock.json index 4599b8ef..1715c863 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.0", "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.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.1.0.tgz", + "integrity": "sha512-rYgUo6cAVn8TMKaaMZocBfsjTcCgZvTPL1ZEZzLEq2cd/dnIgW/WPW8pIbrkbb9TKXTbmh1jcIXIjCiTGvXFNw==", "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.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.1.0.tgz", + "integrity": "sha512-rYgUo6cAVn8TMKaaMZocBfsjTcCgZvTPL1ZEZzLEq2cd/dnIgW/WPW8pIbrkbb9TKXTbmh1jcIXIjCiTGvXFNw==", "dev": true, "requires": { "globals": "^13.20.0" diff --git a/e2e_tests/package.json b/e2e_tests/package.json index 488d4d9d..113d35d0 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.0", "typescript": "^5.3.3" } }