From 8cddb8bc7860a97a4b5d7432d2595ca2a04f9abe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 01:06:36 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-cypress Bumps the eslint group with 1 update in the / directory: [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress). Updates `eslint-plugin-cypress` from 6.4.0 to 6.4.1 - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v6.4.0...v6.4.1) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 6.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... 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 242a3e7fda66b..a7e9a563f1427 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "cypress-vite": "^1.10.0", "cypress-wait-until": "^3.0.2", "eslint": "^10.3.0", - "eslint-plugin-cypress": "^6.4.0", + "eslint-plugin-cypress": "^6.4.1", "eslint-plugin-no-only-tests": "^3.4.0", "is-svg": "^6.1.0", "jsdom": "^29.1.1", @@ -8202,13 +8202,13 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.0.tgz", - "integrity": "sha512-zdGXFSmTH4w2A+2aU/Abna2s8Vcz5mDxDsnAXP5Vl+pERWRQxlSE2qrrmriNUEKZ62tlOA87b9AOnJX49tOhAQ==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.1.tgz", + "integrity": "sha512-8mnfR3q0Lr41Fu9SYZGeZ5nbSBgtS44+bbtSs7k0KvfoQ2pPmK43IvaTP6FGTfwBTN6S7w027CpqjrLAd65AYA==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^17.5.0" + "globals": "^17.6.0" }, "peerDependencies": { "@typescript-eslint/parser": ">=8", @@ -9422,9 +9422,9 @@ } }, "node_modules/globals": { - "version": "17.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.5.0.tgz", - "integrity": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==", + "version": "17.6.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz", + "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index c4616b2797f47..a7f30e63462f5 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "cypress-vite": "^1.10.0", "cypress-wait-until": "^3.0.2", "eslint": "^10.3.0", - "eslint-plugin-cypress": "^6.4.0", + "eslint-plugin-cypress": "^6.4.1", "eslint-plugin-no-only-tests": "^3.4.0", "is-svg": "^6.1.0", "jsdom": "^29.1.1",