diff --git a/package-lock.json b/package-lock.json index 189d415cc..a2dd7a863 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/node": "25.9.4", "@vercel/ncc": "0.45.0", "eslint": "10.9.1", - "eslint-plugin-cypress": "6.4.4", + "eslint-plugin-cypress": "7.0.1", "globals": "17.11.0", "husky": "9.1.7", "markdown-link-check": "3.15.0", @@ -1594,17 +1594,17 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "6.4.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.4.tgz", - "integrity": "sha512-ez6i14V0xYrq0DMKQmKPeWpi9XP8RI8GK6YT657yOnVlg72PUyR2psgVmC3jXjpTAXVdyB5VDoQPN/ytaw9+Pg==", + "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": "^17.8.0" + "globals": "^17.11.0" }, "peerDependencies": { "@typescript-eslint/parser": ">=8", - "eslint": ">=9" + "eslint": ">=10" }, "peerDependenciesMeta": { "@typescript-eslint/parser": { diff --git a/package.json b/package.json index 879adf088..cd8d994df 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/node": "25.9.4", "@vercel/ncc": "0.45.0", "eslint": "10.9.1", - "eslint-plugin-cypress": "6.4.4", + "eslint-plugin-cypress": "7.0.1", "globals": "17.11.0", "husky": "9.1.7", "markdown-link-check": "3.15.0",