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",