From e0ace215a1847accc5bd2e7f0debec2457a44f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 02:05:21 +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 338825d3754d9..b511fb8c83322 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,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": "^29.1.1", @@ -8064,9 +8064,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 31cfc6235f1de..c08a9859f27a2 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,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": "^29.1.1",