diff --git a/package-lock.json b/package-lock.json index 236f296cb..ca1456ff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "cypress-vite": "^1.6.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.6", - "eslint-plugin-cypress": "^5.0.1", + "eslint-plugin-cypress": "^5.1.0", "happy-dom": "^17.5.6", "typescript": "^5.8.3", "vite": "^6.3.5", @@ -5786,9 +5786,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.0.1.tgz", - "integrity": "sha512-m1OlIo/tqlCQmxLNC+FE/ObDEB4GuGZqu0dO3+XdwJVErmQC1Wlw2jlBSV+jOdsTRdhjpT0qz49vdlIFKyU4dg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.0.tgz", + "integrity": "sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow==", "dev": true, "license": "MIT", "dependencies": { @@ -17204,9 +17204,9 @@ } }, "eslint-plugin-cypress": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.0.1.tgz", - "integrity": "sha512-m1OlIo/tqlCQmxLNC+FE/ObDEB4GuGZqu0dO3+XdwJVErmQC1Wlw2jlBSV+jOdsTRdhjpT0qz49vdlIFKyU4dg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.0.tgz", + "integrity": "sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow==", "dev": true, "requires": { "globals": "^16.2.0" diff --git a/package.json b/package.json index 3207acb85..c5062d792 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "cypress-vite": "^1.6.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.6", - "eslint-plugin-cypress": "^5.0.1", + "eslint-plugin-cypress": "^5.1.0", "happy-dom": "^17.5.6", "typescript": "^5.8.3", "vite": "^6.3.5",