From 1e8f9687621cec178a6132442970572a88dd9be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:26:46 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-cypress from 5.1.0 to 6.4.1 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 5.1.0 to 6.4.1. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.1.0...v6.4.1) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 6.4.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 24 insertions(+), 7 deletions(-) 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",