diff --git a/package-lock.json b/package-lock.json index 03d0ec050ea1..090a1551abfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "duplexer": "^0.1.2", "eslint": "^9.39.5", "eslint-config-webpack": "^4.9.6", - "eslint-plugin-cypress": "^6.4.4", + "eslint-plugin-cypress": "^7.0.1", "eslint-plugin-mdx": "^3.8.1", "feed": "^6.0.0", "front-matter": "^4.0.2", @@ -18988,17 +18988,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 f5ceafa7ca1a..cb176b9fb12c 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "duplexer": "^0.1.2", "eslint": "^9.39.5", "eslint-config-webpack": "^4.9.6", - "eslint-plugin-cypress": "^6.4.4", + "eslint-plugin-cypress": "^7.0.1", "eslint-plugin-mdx": "^3.8.1", "feed": "^6.0.0", "front-matter": "^4.0.2",