diff --git a/package-lock.json b/package-lock.json index 6cb3aa1d1..1484a883c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "cypress": "14.4.0", "cypress-axe": "^1.5.0", "eslint": "~9.28.0", - "eslint-plugin-cypress": "^4.0.0", + "eslint-plugin-cypress": "^5.0.1", "eslint-plugin-react": "^7.34.1", "eslint-plugin-security": "^3.0.1", "globals": "^16.0.0", @@ -6250,31 +6250,18 @@ } }, "node_modules/eslint-plugin-cypress": { - "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==", + "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==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^15.15.0" + "globals": "^16.2.0" }, "peerDependencies": { "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==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/eslint-plugin-react": { "version": "7.37.1", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz", diff --git a/package.json b/package.json index 14f22cb9e..8c581d9f6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "cypress": "14.4.0", "cypress-axe": "^1.5.0", "eslint": "~9.28.0", - "eslint-plugin-cypress": "^4.0.0", + "eslint-plugin-cypress": "^5.0.1", "eslint-plugin-react": "^7.34.1", "eslint-plugin-security": "^3.0.1", "globals": "^16.0.0",