diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7addd654f4..ce60ee8bdd 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -92,7 +92,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-typescript": "17.1.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-cypress": "2.14.0", + "eslint-plugin-cypress": "3.5.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "28.8.0", "eslint-plugin-jsx-a11y": "6.9.0", @@ -8131,16 +8131,15 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.14.0.tgz", - "integrity": "sha512-eW6tv7iIg7xujleAJX4Ujm649Bf5jweqa4ObPEIuueYRyLZt7qXGWhCY/n4bfeFW/j6nQZwbIBHKZt6EKcL/cg==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", + "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", "dev": true, - "license": "MIT", "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7" } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { diff --git a/frontend/package.json b/frontend/package.json index 0a15db5250..c320de230d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -118,7 +118,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-typescript": "17.1.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-cypress": "2.14.0", + "eslint-plugin-cypress": "3.5.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "28.8.0", "eslint-plugin-jsx-a11y": "6.9.0",