diff --git a/lightrag_webui/bun.lock b/lightrag_webui/bun.lock index 20df47d9c3..da5ef0c4b6 100644 --- a/lightrag_webui/bun.lock +++ b/lightrag_webui/bun.lock @@ -94,7 +94,7 @@ "prettier-plugin-tailwindcss": "^0.8.0", "tailwindcss": "^4.2.4", "tailwindcss-animate": "^1.0.7", - "typescript": "~5.9.3", + "typescript": "~6.0.2", "typescript-eslint": "^8.59.2", "vite": "^8.0.10", }, @@ -1479,7 +1479,7 @@ "typed-array-length": ["typed-array-length@1.0.7", "", { "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", "gopd": "^1.0.1", "is-typed-array": "^1.1.13", "possible-typed-array-names": "^1.0.0", "reflect.getprototypeof": "^1.0.6" } }, "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg=="], - "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], + "typescript": ["typescript@6.0.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ=="], "typescript-eslint": ["typescript-eslint@8.59.2", "", { "dependencies": { "@typescript-eslint/eslint-plugin": "8.59.2", "@typescript-eslint/parser": "8.59.2", "@typescript-eslint/typescript-estree": "8.59.2", "@typescript-eslint/utils": "8.59.2" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, "sha512-pJw051uomb3ZeCzGTpRb8RbEqB5Y4WWet8gl/GcTlU35BSx0PVdZ86/bqkQCyKKuraVQEK7r6kBHQXF+fBhkoQ=="], diff --git a/lightrag_webui/package.json b/lightrag_webui/package.json index 1de9781755..5c21ccd8cf 100644 --- a/lightrag_webui/package.json +++ b/lightrag_webui/package.json @@ -106,7 +106,7 @@ "typescript-eslint": "^8.59.2", "tailwindcss": "^4.2.4", "tailwindcss-animate": "^1.0.7", - "typescript": "~5.9.3", + "typescript": "~6.0.2", "vite": "^8.0.10" } }