diff --git a/lightrag_webui/bun.lock b/lightrag_webui/bun.lock index 04ee1f04..13c41587 100644 --- a/lightrag_webui/bun.lock +++ b/lightrag_webui/bun.lock @@ -39,7 +39,7 @@ "graphology-layout-force": "^0.2.4", "graphology-layout-forceatlas2": "^0.10.1", "graphology-layout-noverlap": "^0.4.2", - "i18next": "^25.6.0", + "i18next": "^25.6.3", "katex": "^0.16.25", "lucide-react": "^0.554.0", "mermaid": "^11.12.1", @@ -1046,7 +1046,7 @@ "html-void-elements": ["html-void-elements@3.0.0", "", {}, "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg=="], - "i18next": ["i18next@25.6.0", "", { "dependencies": { "@babel/runtime": "^7.27.6" }, "peerDependencies": { "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-tTn8fLrwBYtnclpL5aPXK/tAYBLWVvoHM1zdfXoRNLcI+RvtMsoZRV98ePlaW3khHYKuNh/Q65W/+NVFUeIwVw=="], + "i18next": ["i18next@25.6.3", "", { "dependencies": { "@babel/runtime": "^7.28.4" }, "peerDependencies": { "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-AEQvoPDljhp67a1+NsnG/Wb1Nh6YoSvtrmeEd24sfGn3uujCtXCF3cXpr7ulhMywKNFF7p3TX1u2j7y+caLOJg=="], "iconv-lite": ["iconv-lite@0.6.3", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw=="], diff --git a/lightrag_webui/package.json b/lightrag_webui/package.json index 10177a18..a425eb45 100644 --- a/lightrag_webui/package.json +++ b/lightrag_webui/package.json @@ -51,7 +51,7 @@ "graphology-layout-force": "^0.2.4", "graphology-layout-forceatlas2": "^0.10.1", "graphology-layout-noverlap": "^0.4.2", - "i18next": "^25.6.0", + "i18next": "^25.6.3", "katex": "^0.16.25", "mermaid": "^11.12.1", "lucide-react": "^0.554.0",