diff --git a/package-lock.json b/package-lock.json index 2baa20e79..d7a16879c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,7 +98,7 @@ "cypress": "^15.18.1", "eslint": "^9.39.4", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-cypress": "^5.2.1", + "eslint-plugin-cypress": "^7.0.1", "eslint-plugin-license-header": "^0.9.0", "eslint-plugin-react": "^7.37.5", "fast-check": "^4.5.3", @@ -8096,29 +8096,22 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.3.0.tgz", - "integrity": "sha512-qjHF2Sdi3VkXSMnfQeUqsbYnessgc6T2dus/Q1U+e5102GpPy9eLd8MWW2Xp2SS9bMpPNLnSHwktMhCKr0dIBg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-7.0.1.tgz", + "integrity": "sha512-Jn2sV9rt8iiUYZY+iGY8fvV8iseJ6Tl1jngnLeSRyuHvYgxEbDUUFwNhwj1cr9gI4xCzTDh4mgXJ3YY7+dEMVg==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^16.5.0" + "globals": "^17.11.0" }, "peerDependencies": { - "eslint": ">=9" - } - }, - "node_modules/eslint-plugin-cypress/node_modules/globals": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", - "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" + "@typescript-eslint/parser": ">=8", + "eslint": ">=10" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependenciesMeta": { + "@typescript-eslint/parser": { + "optional": true + } } }, "node_modules/eslint-plugin-license-header": { diff --git a/package.json b/package.json index 2468b4ce8..6335fd3e6 100644 --- a/package.json +++ b/package.json @@ -189,7 +189,7 @@ "cypress": "^15.18.1", "eslint": "^9.39.4", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-cypress": "^5.2.1", + "eslint-plugin-cypress": "^7.0.1", "eslint-plugin-license-header": "^0.9.0", "eslint-plugin-react": "^7.37.5", "fast-check": "^4.5.3",