diff --git a/e2e/package-lock.json b/e2e/package-lock.json index b3d7573f..a7938e62 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": "^5.0.1", "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": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.0.1.tgz", + "integrity": "sha512-m1OlIo/tqlCQmxLNC+FE/ObDEB4GuGZqu0dO3+XdwJVErmQC1Wlw2jlBSV+jOdsTRdhjpT0qz49vdlIFKyU4dg==", + "license": "MIT", "dependencies": { - "globals": "^13.20.0" + "globals": "^16.2.0" }, "peerDependencies": { - "eslint": ">=7" + "eslint": ">=9" + } + }, + "node_modules/eslint-plugin-cypress/node_modules/globals": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", + "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", + "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..f43387bd 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": "^5.0.1", "wait-on": "^8.0.0" } }