diff --git a/e2e/package-lock.json b/e2e/package-lock.json index 0c0dd9bf..2fbf4287 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.2.0", "wait-on": "^8.0.0" } }, @@ -989,14 +989,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.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.2.0.tgz", + "integrity": "sha512-v5cyt0VYb1tEEODBJSE44PocYOwQsckyexJhCs7LtdD3FGO6D2GjnZB2s2Sts4RcxdxECTWX01nObOZRs26bQw==", + "license": "MIT", "dependencies": { - "globals": "^13.20.0" + "globals": "^15.11.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..39796523 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.2.0", "wait-on": "^8.0.0" } }