From c856cf5a3ed1b05965d41a86c61ea2238231f864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 23:12:38 +0000 Subject: [PATCH] chore(deps-dev): bump eslint from 10.8.0 to 10.8.1 in /ui 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] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 720c4a8..5eee710 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -19,7 +19,7 @@ "@types/react-dom": "^19.2.4", "@typescript-eslint/parser": "^8.66.0", "@vitejs/plugin-react": "^6.0.5", - "eslint": "^10.8.0", + "eslint": "^10.8.1", "eslint-plugin-jsx-a11y-x": "^0.2.0", "eslint-plugin-react-hooks": "^7.1.1", "jsdom": "^30.0.1", @@ -1812,9 +1812,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/ui/package.json b/ui/package.json index 891ba02..29d4c7b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.4", "@typescript-eslint/parser": "^8.66.0", "@vitejs/plugin-react": "^6.0.5", - "eslint": "^10.8.0", + "eslint": "^10.8.1", "eslint-plugin-jsx-a11y-x": "^0.2.0", "eslint-plugin-react-hooks": "^7.1.1", "jsdom": "^30.0.1",