From 4f4faa332812264f8139e022411be588e0de97e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 05:03:36 +0000 Subject: [PATCH] [DEPENDABOT]: 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 466a8283..6679b3ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-node": "^0.4.0", "eslint-import-resolver-typescript": "^4.4.5", - "eslint-plugin-cypress": "^6.4.2", + "eslint-plugin-cypress": "^6.4.3", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.4", "eslint-plugin-jest-dom": "^5.5.0", @@ -7815,9 +7815,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 6f40f666..e284fb8d 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-node": "^0.4.0", "eslint-import-resolver-typescript": "^4.4.5", - "eslint-plugin-cypress": "^6.4.2", + "eslint-plugin-cypress": "^6.4.3", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.4", "eslint-plugin-jest-dom": "^5.5.0",