diff --git a/package-lock.json b/package-lock.json index 03267acd1..5a905c8e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/node": "24.0.15", "@vercel/ncc": "0.38.1", "eslint": "9.34.0", - "eslint-plugin-cypress": "5.1.0", + "eslint-plugin-cypress": "5.2.0", "globals": "16.3.0", "husky": "9.1.7", "markdown-link-check": "3.14.1", @@ -997,6 +997,7 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -1685,6 +1686,7 @@ "integrity": "sha512-RNCHRX5EwdrESy3Jc9o8ie8Bog+PeYvvSR8sDGoZxNFTvZ4dlxUB3WzQ3bQMztFrSRODGrLLj8g6OFuGY/aiQg==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", @@ -1741,9 +1743,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.0.tgz", - "integrity": "sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.2.0.tgz", + "integrity": "sha512-vuCUBQloUSILxtJrUWV39vNIQPlbg0L7cTunEAzvaUzv9LFZZym+KFLH18n9j2cZuFPdlxOqTubCvg5se0DyGw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index facb775cd..c266bb525 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/node": "24.0.15", "@vercel/ncc": "0.38.1", "eslint": "9.34.0", - "eslint-plugin-cypress": "5.1.0", + "eslint-plugin-cypress": "5.2.0", "globals": "16.3.0", "husky": "9.1.7", "markdown-link-check": "3.14.1",