diff --git a/lightrag_webui/bun.lock b/lightrag_webui/bun.lock index 6c541553..3fb3fe57 100644 --- a/lightrag_webui/bun.lock +++ b/lightrag_webui/bun.lock @@ -49,7 +49,7 @@ "react-dropzone": "^14.3.8", "react-error-boundary": "^6.0.0", "react-i18next": "^16.2.3", - "react-markdown": "^9.1.0", + "react-markdown": "^10.1.0", "react-number-format": "^5.4.4", "react-router-dom": "^7.9.6", "react-select": "^5.10.2", @@ -1430,7 +1430,7 @@ "react-is": ["react-is@16.13.1", "", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="], - "react-markdown": ["react-markdown@9.1.0", "", { "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", "devlop": "^1.0.0", "hast-util-to-jsx-runtime": "^2.0.0", "html-url-attributes": "^3.0.0", "mdast-util-to-hast": "^13.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.0.0", "unified": "^11.0.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.0" }, "peerDependencies": { "@types/react": ">=18", "react": ">=18" } }, "sha512-xaijuJB0kzGiUdG7nc2MOMDUDBWPyGAjZtUrow9XxUeua8IqeP+VlIfAZ3bphpcLTnSZXz6z9jcVC/TCwbfgdw=="], + "react-markdown": ["react-markdown@10.1.0", "", { "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", "devlop": "^1.0.0", "hast-util-to-jsx-runtime": "^2.0.0", "html-url-attributes": "^3.0.0", "mdast-util-to-hast": "^13.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.0.0", "unified": "^11.0.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.0" }, "peerDependencies": { "@types/react": ">=18", "react": ">=18" } }, "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ=="], "react-number-format": ["react-number-format@5.4.4", "", { "peerDependencies": { "react": "^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-wOmoNZoOpvMminhifQYiYSTCLUDOiUbBunrMrMjA+dV52sY+vck1S4UhR6PkgnoCquvvMSeJjErXZ4qSaWCliA=="], diff --git a/lightrag_webui/package.json b/lightrag_webui/package.json index f8ab0ae7..9679e9b1 100644 --- a/lightrag_webui/package.json +++ b/lightrag_webui/package.json @@ -61,7 +61,7 @@ "react-dropzone": "^14.3.8", "react-error-boundary": "^6.0.0", "react-i18next": "^16.2.3", - "react-markdown": "^9.1.0", + "react-markdown": "^10.1.0", "react-number-format": "^5.4.4", "react-router-dom": "^7.9.6", "react-select": "^5.10.2",