From 91952ccbca0f22282fca823b6eb9eab9528e2be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 03:10:43 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-cypress from 6.4.2 to 6.4.3 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 6.4.2 to 6.4.3. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v6.4.2...v6.4.3) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 6.4.3 dependency-type: direct:development update-type: version-update:semver-patch ... 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 bf235559ea259..c4e84b6609c58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "cypress-vite": "^1.10.2", "cypress-wait-until": "^3.0.2", "eslint": "^10.7.0", - "eslint-plugin-cypress": "^6.4.2", + "eslint-plugin-cypress": "^6.4.3", "eslint-plugin-no-only-tests": "^3.4.0", "is-svg": "^6.1.0", "jsdom": "^27.4.0", @@ -8302,9 +8302,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.2.tgz", - "integrity": "sha512-OIGJP5y6/cyMxBtMASP/iBM7Pv4ZHccE9uI8MhtAZDrdNDYDwHgKa/3Khrr+FGRr9hSIfNYstGRhSmbcLURWYA==", + "version": "6.4.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.3.tgz", + "integrity": "sha512-2/ulKNnCn+0vbaDI/6KovgGKsR/Y/bA+KMAkxRbHl2IAMd/UzU24ZOXpncR+QPBlaXqfAJ9NMCzdwX9Gjhm9AQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 183e90d930b40..218105a932032 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "cypress-vite": "^1.10.2", "cypress-wait-until": "^3.0.2", "eslint": "^10.7.0", - "eslint-plugin-cypress": "^6.4.2", + "eslint-plugin-cypress": "^6.4.3", "eslint-plugin-no-only-tests": "^3.4.0", "is-svg": "^6.1.0", "jsdom": "^27.4.0",