From 648aa25e1f76b140f841f9517e0567568f505b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 01:03:04 +0000 Subject: [PATCH] Chore(deps-dev): Bump eslint-plugin-cypress from 3.6.0 to 6.2.2 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.6.0 to 6.2.2. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.6.0...v6.2.2) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 6.2.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 52 +++++++++++++++++------------------------------ package.json | 2 +- 2 files changed, 20 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index b37178b44..38ae1816a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "@vue/vue2-jest": "^29.2.6", "cypress": "^13.17.0", "cypress-split": "^1.24.31", - "eslint-plugin-cypress": "^3.6.0", + "eslint-plugin-cypress": "^6.2.2", "eslint-webpack-plugin": "^5.0.3", "jest": "^29.7.0", "jest-serializer-vue": "^3.1.0", @@ -12139,43 +12139,16 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz", - "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.2.2.tgz", + "integrity": "sha512-lOhmMWb5/+zv28EaDOT7C3lgGgWL8DMZglTUNUaaGfleK89joDBRXX8LV01ygx3dK1RbvG54b8t025/5QEUKgg==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^13.20.0" + "globals": "^17.4.0" }, "peerDependencies": { - "eslint": ">=7" - } - }, - "node_modules/eslint-plugin-cypress/node_modules/globals": { - "version": "13.21.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz", - "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==", - "dev": true, - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint-plugin-cypress/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "eslint": ">=9" } }, "node_modules/eslint-plugin-es-x": { @@ -13955,6 +13928,19 @@ "node": ">=0.10.0" } }, + "node_modules/globals": { + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz", + "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/globalthis": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", diff --git a/package.json b/package.json index 38c930bcc..5ced43195 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@vue/vue2-jest": "^29.2.6", "cypress": "^13.17.0", "cypress-split": "^1.24.31", - "eslint-plugin-cypress": "^3.6.0", + "eslint-plugin-cypress": "^6.2.2", "eslint-webpack-plugin": "^5.0.3", "jest": "^29.7.0", "jest-serializer-vue": "^3.1.0",