diff --git a/package-lock.json b/package-lock.json index 151510b..6829e40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,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.26.0", "execa": "^9.3.0", "fs": "^0.0.1-security", @@ -4668,15 +4668,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 e04372d..13a1fb3 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,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.26.0", "execa": "^9.3.0", "fs": "^0.0.1-security",