diff --git a/package-lock.json b/package-lock.json index 860fdeab1..6c3844788 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "cypress": "14.5.0", "cypress-axe": "^1.5.0", "eslint": "~9.30.0", - "eslint-plugin-cypress": "^4.0.0", + "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-security": "^3.0.1", "globals": "^16.0.0", @@ -6752,31 +6752,17 @@ } }, "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.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.0.tgz", + "integrity": "sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow==", "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.5", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz", diff --git a/package.json b/package.json index 4aaf3e2a5..d7d5ae02d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "cypress": "14.5.0", "cypress-axe": "^1.5.0", "eslint": "~9.30.0", - "eslint-plugin-cypress": "^4.0.0", + "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-security": "^3.0.1", "globals": "^16.0.0",