diff --git a/package-lock.json b/package-lock.json index 5994ead0e..ae4a54312 100644 --- a/package-lock.json +++ b/package-lock.json @@ -97,7 +97,7 @@ "cypress": "^15.18.1", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-cypress": "^5.2.1", + "eslint-plugin-cypress": "^7.0.0", "eslint-plugin-license-header": "^0.9.0", "eslint-plugin-react": "^7.37.5", "fast-check": "^4.5.3", @@ -7913,29 +7913,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.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-7.0.0.tgz", + "integrity": "sha512-gpvL3S1w45c0DORI/P5v3k1UUW2NKje3JiFz+oTHGF6dZa6ZPBokItJS7jP0BXGPEgI3RpHyAMNMAJ9K5P0bow==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^16.5.0" + "globals": "^17.9.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": { @@ -9005,9 +8998,9 @@ } }, "node_modules/globals": { - "version": "17.6.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz", - "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==", + "version": "17.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.11.0.tgz", + "integrity": "sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 0ac2f17ca..fddc74c7e 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "cypress": "^15.18.1", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-cypress": "^5.2.1", + "eslint-plugin-cypress": "^7.0.0", "eslint-plugin-license-header": "^0.9.0", "eslint-plugin-react": "^7.37.5", "fast-check": "^4.5.3",