diff --git a/package-lock.json b/package-lock.json index 7ee67f1..dc62b89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "cypress": "^13.7.2", "dependabot": "^0.1.1", "eslint": "^8.57.0", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.3.0", "eslint-plugin-vue": "^9.23.0", "execa": "^9.2.0", "fs": "^0.0.1-security", @@ -4621,15 +4621,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.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.3.0.tgz", + "integrity": "sha512-HPHMPzYBIshzJM8wqgKSKHG2p/8R0Gbg4Pb3tcdC9WrmkuqxiKxSKbjunUrajhV5l7gCIFrh1P7C7GuBqH6YuQ==", "dev": true, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7" } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { diff --git a/package.json b/package.json index 4f40fcc..0a367bf 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "cypress": "^13.7.2", "dependabot": "^0.1.1", "eslint": "^8.57.0", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.3.0", "eslint-plugin-vue": "^9.23.0", "execa": "^9.2.0", "fs": "^0.0.1-security",