From 8f16a179c3e65a54028b8167d4ad5f8a81c6c24f Mon Sep 17 00:00:00 2001
From: Alex Yang <himself65@outlook.com>
Date: Thu, 20 Jun 2024 12:51:34 -0700
Subject: [PATCH] chore: fix lock

---
 pnpm-lock.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 649cadf12..bb732749e 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -153,7 +153,7 @@ importers:
         specifier: ^1.0.12
         version: 1.0.12
       llamaindex:
-        specifier: ^0.3.14
+        specifier: ^0.4.0
         version: link:../packages/llamaindex
       mongodb:
         specifier: ^6.7.0
@@ -12906,7 +12906,7 @@ snapshots:
 
   '@docusaurus/react-loadable@6.0.0(react@18.3.1)':
     dependencies:
-      '@types/react': 18.3.1
+      '@types/react': 18.3.3
       react: 18.3.1
 
   '@docusaurus/remark-plugin-npm2yarn@3.3.2':
@@ -14747,7 +14747,7 @@ snapshots:
   '@types/react-router@5.1.20':
     dependencies:
       '@types/history': 4.7.11
-      '@types/react': 18.3.1
+      '@types/react': 18.3.3
 
   '@types/react-syntax-highlighter@15.5.13':
     dependencies:
-- 
GitLab