From 38bd7ba9a7ee8412344af53f091307d0422a83ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 02:40:07 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-cypress from 6.4.1 to 6.4.2 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 6.4.1 to 6.4.2. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v6.4.1...v6.4.2) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 6.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... 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 1906675db4294..8e0e64165f4ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "cypress-vite": "^1.10.0", "cypress-wait-until": "^3.0.2", "eslint": "^10.5.0", - "eslint-plugin-cypress": "^6.4.1", + "eslint-plugin-cypress": "^6.4.2", "eslint-plugin-no-only-tests": "^3.4.0", "is-svg": "^6.1.0", "jsdom": "^27.4.0", @@ -8348,13 +8348,13 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.1.tgz", - "integrity": "sha512-8mnfR3q0Lr41Fu9SYZGeZ5nbSBgtS44+bbtSs7k0KvfoQ2pPmK43IvaTP6FGTfwBTN6S7w027CpqjrLAd65AYA==", + "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==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^17.6.0" + "globals": "^17.7.0" }, "peerDependencies": { "@typescript-eslint/parser": ">=8", @@ -9594,9 +9594,9 @@ } }, "node_modules/globals": { - "version": "17.6.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz", - "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==", + "version": "17.7.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.7.0.tgz", + "integrity": "sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 649346265411e..81c03f656b2b0 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "cypress-vite": "^1.10.0", "cypress-wait-until": "^3.0.2", "eslint": "^10.5.0", - "eslint-plugin-cypress": "^6.4.1", + "eslint-plugin-cypress": "^6.4.2", "eslint-plugin-no-only-tests": "^3.4.0", "is-svg": "^6.1.0", "jsdom": "^27.4.0",