diff --git a/package-lock.json b/package-lock.json index c89dcb38a..5cb79b59f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/webpack-vue-config": "^6.0.1", "cypress": "^13.6.4", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.2.0", "eslint-webpack-plugin": "^4.1.0", "jest": "^29.7.0", "stylelint-webpack-plugin": "^5.0.0" @@ -9049,15 +9049,16 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz", - "integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==", + "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, + "license": "MIT", "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7" } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { @@ -9065,6 +9066,7 @@ "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.20.2" }, @@ -9080,6 +9082,7 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, diff --git a/package.json b/package.json index 8f8dd7c55..6eed7e410 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/webpack-vue-config": "^6.0.1", "cypress": "^13.6.4", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.2.0", "eslint-webpack-plugin": "^4.1.0", "jest": "^29.7.0", "stylelint-webpack-plugin": "^5.0.0"