From cabcf5169b84d73bb15c6568d50d511fd5ec92c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 01:04:32 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-cypress from 6.2.0 to 6.2.2 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 6.2.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/v6.2.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-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77aa61fd98beb..ce08a7a8e6297 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "cypress-vite": "^1.8.0", "cypress-wait-until": "^3.0.2", "eslint": "^9.39.2", - "eslint-plugin-cypress": "^6.2.0", + "eslint-plugin-cypress": "^6.2.2", "eslint-plugin-no-only-tests": "^3.3.0", "is-svg": "^6.1.0", "jsdom": "^29.0.1", @@ -8230,13 +8230,13 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.2.0.tgz", - "integrity": "sha512-G/8XT9Si0GaqGRVM0sgnRACCI9mbzsC4CisvaaiuJlQoCseKz6C51kq5fcC/yKmwO4dTsWCdhbgaiQtZFGSONg==", + "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": "^17.3.0" + "globals": "^17.4.0" }, "peerDependencies": { "eslint": ">=9" @@ -9432,9 +9432,9 @@ } }, "node_modules/globals": { - "version": "17.3.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz", - "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==", + "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": { diff --git a/package.json b/package.json index 267c1108ac383..64a8445df93d0 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "cypress-vite": "^1.8.0", "cypress-wait-until": "^3.0.2", "eslint": "^9.39.2", - "eslint-plugin-cypress": "^6.2.0", + "eslint-plugin-cypress": "^6.2.2", "eslint-plugin-no-only-tests": "^3.3.0", "is-svg": "^6.1.0", "jsdom": "^29.0.1",