From 82ee720335f2093efc03005071b41c79803f84d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:22:34 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-cypress from 6.1.0 to 6.2.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a6c2e0870c51..eda93adca8b89 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.1.0", + "eslint-plugin-cypress": "^6.2.0", "eslint-plugin-no-only-tests": "^3.3.0", "is-svg": "^6.1.0", "jsdom": "^29.0.0", @@ -8230,9 +8230,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.1.0.tgz", - "integrity": "sha512-B8sxtNpINDxFkmsu1qKYjg70VsP8SGneEXgLcZMk1bUZcW08S+JyaiMdof1x6dmt02FgOD7YkT4wOaOD5HotJw==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.2.0.tgz", + "integrity": "sha512-G/8XT9Si0GaqGRVM0sgnRACCI9mbzsC4CisvaaiuJlQoCseKz6C51kq5fcC/yKmwO4dTsWCdhbgaiQtZFGSONg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1dac835bbf286..dfae960b85692 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.1.0", + "eslint-plugin-cypress": "^6.2.0", "eslint-plugin-no-only-tests": "^3.3.0", "is-svg": "^6.1.0", "jsdom": "^29.0.0",