diff --git a/package-lock.json b/package-lock.json index 530e83c7..ca206772 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/webpack-vue-config": "^6.0.1", "cypress": "^13.9.0", - "eslint-plugin-cypress": "^3.1.1", + "eslint-plugin-cypress": "^3.2.0", "vue-template-compiler": "^2.7.16" }, "engines": { @@ -8664,15 +8664,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": { diff --git a/package.json b/package.json index 65cc0ab7..d8f48856 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/webpack-vue-config": "^6.0.1", "cypress": "^13.9.0", - "eslint-plugin-cypress": "^3.1.1", + "eslint-plugin-cypress": "^3.2.0", "vue-template-compiler": "^2.7.16" } }