diff --git a/package-lock.json b/package-lock.json index e4282e9a8a..e71ac0bf58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -109,7 +109,7 @@ "dotenv-webpack": "^8.0.1", "eslint": "^8.48.0", "eslint-config-standard": "^17.1.0", - "eslint-plugin-cypress": "2.15.1", + "eslint-plugin-cypress": "3.6.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-n": "^16.0.2", "eslint-plugin-no-only-tests": "^3.1.0", @@ -13573,15 +13573,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.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz", + "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==", "dev": true, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7" } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { @@ -36052,9 +36052,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.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz", + "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==", "dev": true, "requires": { "globals": "^13.20.0" diff --git a/package.json b/package.json index f08c79c6d6..f027b0d4fa 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "dotenv-webpack": "^8.0.1", "eslint": "^8.48.0", "eslint-config-standard": "^17.1.0", - "eslint-plugin-cypress": "2.15.1", + "eslint-plugin-cypress": "3.6.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-n": "^16.0.2", "eslint-plugin-no-only-tests": "^3.1.0",