diff --git a/e2e/package-lock.json b/e2e/package-lock.json index b3d7573f..5a0330a5 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "cypress": "^14.0.0", "eslint": "^8.56.0", - "eslint-plugin-cypress": "^3.0.0", + "eslint-plugin-cypress": "^4.3.0", "wait-on": "^8.0.0" } }, @@ -1022,14 +1022,27 @@ } }, "node_modules/eslint-plugin-cypress": { - "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==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.3.0.tgz", + "integrity": "sha512-CgS/S940MJlT8jtnWGKI0LvZQBGb/BB0QCpgBOxFMM/Z6znD+PZUwBhCTwHKN2GEr5AOny3xB92an0QfzBGooQ==", + "license": "MIT", "dependencies": { - "globals": "^13.20.0" + "globals": "^15.15.0" }, "peerDependencies": { - "eslint": ">=7" + "eslint": ">=9" + } + }, + "node_modules/eslint-plugin-cypress/node_modules/globals": { + "version": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint-scope": { diff --git a/e2e/package.json b/e2e/package.json index 4524befc..2cb768ea 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -14,7 +14,7 @@ "dependencies": { "cypress": "^14.0.0", "eslint": "^8.56.0", - "eslint-plugin-cypress": "^3.0.0", + "eslint-plugin-cypress": "^4.3.0", "wait-on": "^8.0.0" } }