From d0fdb6752a5409b3d25811b9c8ed8d456c9f7e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 15:48:55 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-cypress from 6.4.3 to 6.4.4 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 6.4.3 to 6.4.4. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v6.4.3...v6.4.4) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 6.4.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 893abc97b8..2b96ab1ff6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12854,12 +12854,12 @@ } }, "node_modules/eslint-plugin-cypress": { - "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==", + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.4.tgz", + "integrity": "sha512-ez6i14V0xYrq0DMKQmKPeWpi9XP8RI8GK6YT657yOnVlg72PUyR2psgVmC3jXjpTAXVdyB5VDoQPN/ytaw9+Pg==", "dev": true, "dependencies": { - "globals": "^17.7.0" + "globals": "^17.8.0" }, "peerDependencies": { "@typescript-eslint/parser": ">=8", @@ -35284,12 +35284,12 @@ } }, "eslint-plugin-cypress": { - "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==", + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.4.tgz", + "integrity": "sha512-ez6i14V0xYrq0DMKQmKPeWpi9XP8RI8GK6YT657yOnVlg72PUyR2psgVmC3jXjpTAXVdyB5VDoQPN/ytaw9+Pg==", "dev": true, "requires": { - "globals": "^17.7.0" + "globals": "^17.8.0" } }, "eslint-plugin-es-x": {