diff --git a/lightrag_webui/bun.lock b/lightrag_webui/bun.lock index 1217c493..3dc2a8a0 100644 --- a/lightrag_webui/bun.lock +++ b/lightrag_webui/bun.lock @@ -48,7 +48,7 @@ "react-dom": "^19.2.0", "react-dropzone": "^14.3.8", "react-error-boundary": "^6.0.0", - "react-i18next": "^16.2.3", + "react-i18next": "^16.3.5", "react-markdown": "^10.1.0", "react-number-format": "^5.4.4", "react-router-dom": "^7.9.6", @@ -75,7 +75,7 @@ "@tailwindcss/vite": "^4.1.17", "@types/bun": "^1.3.3", "@types/katex": "^0.16.7", - "@types/node": "^24.9.2", + "@types/node": "^24.10.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@types/react-i18next": "^8.1.0", @@ -568,7 +568,7 @@ "@types/ms": ["@types/ms@2.1.0", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="], - "@types/node": ["@types/node@24.9.2", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA=="], + "@types/node": ["@types/node@24.10.1", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ=="], "@types/parse-json": ["@types/parse-json@4.0.2", "", {}, "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw=="], @@ -1426,7 +1426,7 @@ "react-error-boundary": ["react-error-boundary@6.0.0", "", { "dependencies": { "@babel/runtime": "^7.12.5" }, "peerDependencies": { "react": ">=16.13.1" } }, "sha512-gdlJjD7NWr0IfkPlaREN2d9uUZUlksrfOx7SX62VRerwXbMY6ftGCIZua1VG1aXFNOimhISsTq+Owp725b9SiA=="], - "react-i18next": ["react-i18next@16.2.3", "", { "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { "i18next": ">= 25.5.2", "react": ">= 16.8.0", "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-O0t2zvmIz7nHWKNfIL+O/NTIbpTaOPY0vZov779hegbep3IZ+xcqkeVPKWBSXwzdkiv77q8zmq9toKIUys1x3A=="], + "react-i18next": ["react-i18next@16.3.5", "", { "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { "i18next": ">= 25.6.2", "react": ">= 16.8.0", "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-F7Kglc+T0aE6W2rO5eCAFBEuWRpNb5IFmXOYEgztjZEuiuSLTe/xBIEG6Q3S0fbl8GXMNo+Q7gF8bpokFNWJww=="], "react-is": ["react-is@16.13.1", "", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="], diff --git a/lightrag_webui/package.json b/lightrag_webui/package.json index 4d3d861a..a325a122 100644 --- a/lightrag_webui/package.json +++ b/lightrag_webui/package.json @@ -60,7 +60,7 @@ "react-dom": "^19.2.0", "react-dropzone": "^14.3.8", "react-error-boundary": "^6.0.0", - "react-i18next": "^16.2.3", + "react-i18next": "^16.3.5", "react-markdown": "^10.1.0", "react-number-format": "^5.4.4", "react-router-dom": "^7.9.6", @@ -86,7 +86,7 @@ "@types/bun": "^1.3.3", "@tailwindcss/vite": "^4.1.17", "@types/katex": "^0.16.7", - "@types/node": "^24.9.2", + "@types/node": "^24.10.1", "@tailwindcss/typography": "^0.5.15", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3",