From 5f3a8da75f315e6d5d191c8514b038d6362323f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 06:24:16 +0000 Subject: [PATCH] build(deps-dev): bump eslint from 10.8.0 to 10.8.1 Bumps [eslint](https://github.com/eslint/eslint) from 10.8.0 to 10.8.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.8.0...v10.8.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.8.1 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 e566a9c465c8b..6f7b8e992f942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "cypress-split": "^1.25.0", "cypress-vite": "^1.10.2", "cypress-wait-until": "^3.0.2", - "eslint": "^10.8.0", + "eslint": "^10.8.1", "eslint-plugin-cypress": "^6.4.4", "eslint-plugin-no-only-tests": "^3.4.0", "is-svg": "^6.1.0", @@ -8157,9 +8157,9 @@ } }, "node_modules/eslint": { - "version": "10.8.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.8.0.tgz", - "integrity": "sha512-nuKKvN+oIBO0koN7Tm7dlkmnkc21mtt0QJLwAKzjLq14y6lRTdVG36MZHJ8eQHwdJMwZbQNMlPOYedMq/oVJvQ==", + "version": "10.8.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.8.1.tgz", + "integrity": "sha512-wqA7W2jbsC/BnV9Iv1UZpKVFkO1AdNoSmYW8NWG4HNOBbkAMvIqDZ27pI2f07dqn583NcIC44ckjAcOXDL1QbQ==", "dev": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index ab55c90ff665b..c69ca59f229c3 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "cypress-split": "^1.25.0", "cypress-vite": "^1.10.2", "cypress-wait-until": "^3.0.2", - "eslint": "^10.8.0", + "eslint": "^10.8.1", "eslint-plugin-cypress": "^6.4.4", "eslint-plugin-no-only-tests": "^3.4.0", "is-svg": "^6.1.0",