diff --git a/package-lock.json b/package-lock.json index a0eff35dee00..1ed71ec5e625 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "duplexer": "^0.1.2", "eslint": "^9.39.5", "eslint-config-webpack": "^4.11.0", - "eslint-plugin-cypress": "^6.4.4", + "eslint-plugin-cypress": "^7.0.2", "eslint-plugin-mdx": "^3.8.1", "feed": "^6.0.0", "front-matter": "^4.0.2", @@ -20292,17 +20292,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.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-7.0.2.tgz", + "integrity": "sha512-bJ46P9NYdXpqiO5Tn7rB5qQJ4r0TwFq7r9ZsOhUTK7wqF8MwinrNj6gB9Tt0xkJdKQE5FI1w3KY8VmPShje3MA==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^17.8.0" + "globals": "^17.12.0" }, "peerDependencies": { "@typescript-eslint/parser": ">=8", - "eslint": ">=9" + "eslint": ">=10" }, "peerDependenciesMeta": { "@typescript-eslint/parser": { diff --git a/package.json b/package.json index 5b65814e6b6a..b2b602d4ec3e 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "duplexer": "^0.1.2", "eslint": "^9.39.5", "eslint-config-webpack": "^4.11.0", - "eslint-plugin-cypress": "^6.4.4", + "eslint-plugin-cypress": "^7.0.2", "eslint-plugin-mdx": "^3.8.1", "feed": "^6.0.0", "front-matter": "^4.0.2",