diff --git a/lib/package.json b/lib/package.json index 2e8c9b4f..37cf80de 100644 --- a/lib/package.json +++ b/lib/package.json @@ -38,7 +38,7 @@ "@vue/vue3-jest": "^29.2.6", "babel-jest": "^29.7.0", "cypress": "^13.16.0", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-jest": "^28.9.0", "jest": "^29.7.0", "typescript": "^4.9.5", diff --git a/package-lock.json b/package-lock.json index 9fdc9638..c84f49e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@vue/vue3-jest": "^29.2.6", "babel-jest": "^29.7.0", "cypress": "^13.16.0", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-jest": "^28.9.0", "jest": "^29.7.0", "typescript": "^4.9.5", @@ -6223,15 +6223,15 @@ } }, "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.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz", + "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==", "dev": true, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7" } }, "node_modules/eslint-plugin-vue": {