diff --git a/package-lock.json b/package-lock.json index 60f5c187..e0663770 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "editorconfig": "^2.0.0", "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4", - "eslint-plugin-cypress": "^3.1.1", + "eslint-plugin-cypress": "^3.2.0", "eslint-plugin-vue": "^9.26.0", "husky": "^9.0.11", "lint-staged": "^15.2.2", @@ -7911,15 +7911,15 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.1.1.tgz", - "integrity": "sha512-rsP/72X99KNOAq26o5VAb6SICvdfjwvvWjs9n5a9UD14B5kCzzE45NJR/yJYw3fsGXUUKiwkv6eU5wRthM8kPw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.2.0.tgz", + "integrity": "sha512-HaxMz6BoU4ay+K4WrG9ZJC1NdX06FqSlAwtRDStjM0ORFT7zCNPNuRJ+kUPc17Rt2AMUBSqeD9L0zTR3uZhPpw==", "dev": true, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">=7 <9" + "eslint": ">=7" } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { @@ -24867,9 +24867,9 @@ } }, "eslint-plugin-cypress": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.1.1.tgz", - "integrity": "sha512-rsP/72X99KNOAq26o5VAb6SICvdfjwvvWjs9n5a9UD14B5kCzzE45NJR/yJYw3fsGXUUKiwkv6eU5wRthM8kPw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.2.0.tgz", + "integrity": "sha512-HaxMz6BoU4ay+K4WrG9ZJC1NdX06FqSlAwtRDStjM0ORFT7zCNPNuRJ+kUPc17Rt2AMUBSqeD9L0zTR3uZhPpw==", "dev": true, "requires": { "globals": "^13.20.0" diff --git a/package.json b/package.json index fbe02541..01e13160 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "editorconfig": "^2.0.0", "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4", - "eslint-plugin-cypress": "^3.1.1", + "eslint-plugin-cypress": "^3.2.0", "eslint-plugin-vue": "^9.26.0", "husky": "^9.0.11", "lint-staged": "^15.2.2",