diff --git a/package-lock.json b/package-lock.json index 49848c4..303a954 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "axe-playwright": "^2.1.0", "cypress": "^14.5.3", "eslint": "^9.32.0", - "eslint-plugin-cypress": "^5.1.0", + "eslint-plugin-cypress": "^6.4.1", "eslint-plugin-storybook": "^9.0.18", "globals": "^16.3.0", "husky": "^9.1.7", @@ -7075,16 +7075,33 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.0.tgz", - "integrity": "sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.1.tgz", + "integrity": "sha512-8mnfR3q0Lr41Fu9SYZGeZ5nbSBgtS44+bbtSs7k0KvfoQ2pPmK43IvaTP6FGTfwBTN6S7w027CpqjrLAd65AYA==", "dev": true, - "license": "MIT", "dependencies": { - "globals": "^16.2.0" + "globals": "^17.6.0" }, "peerDependencies": { + "@typescript-eslint/parser": ">=8", "eslint": ">=9" + }, + "peerDependenciesMeta": { + "@typescript-eslint/parser": { + "optional": true + } + } + }, + "node_modules/eslint-plugin-cypress/node_modules/globals": { + "version": "17.6.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz", + "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint-plugin-react": { diff --git a/package.json b/package.json index 7ce5553..7fdc968 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "axe-playwright": "^2.1.0", "cypress": "^14.5.3", "eslint": "^9.32.0", - "eslint-plugin-cypress": "^5.1.0", + "eslint-plugin-cypress": "^6.4.1", "eslint-plugin-storybook": "^9.0.18", "globals": "^16.3.0", "husky": "^9.1.7",