diff --git a/webui/package-lock.json b/webui/package-lock.json index 28f861b..ba37db8 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -23,7 +23,7 @@ "@typescript-eslint/eslint-plugin": "^8.61.1", "@typescript-eslint/parser": "^8.61.1", "@vitejs/plugin-react": "^6.0.2", - "eslint": "^10.5.0", + "eslint": "^10.6.0", "eslint-plugin-react-hooks": "^7.1.1", "typescript": "^6.0.3", "vite": "^8.0.16" @@ -1506,9 +1506,9 @@ } }, "node_modules/eslint": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz", - "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz", + "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==", "dev": true, "license": "MIT", "workspaces": [ diff --git a/webui/package.json b/webui/package.json index 79aee31..c97d105 100644 --- a/webui/package.json +++ b/webui/package.json @@ -26,7 +26,7 @@ "@typescript-eslint/eslint-plugin": "^8.61.1", "@typescript-eslint/parser": "^8.61.1", "@vitejs/plugin-react": "^6.0.2", - "eslint": "^10.5.0", + "eslint": "^10.6.0", "eslint-plugin-react-hooks": "^7.1.1", "typescript": "^6.0.3", "vite": "^8.0.16"