diff --git a/kuzu b/kuzu index 15bc801..0821d05 160000 --- a/kuzu +++ b/kuzu @@ -1 +1 @@ -Subproject commit 15bc8011f45facc071368271f18699f8dd11ae24 +Subproject commit 0821d05f255bd29db07cb9a4eaedf26206122aad diff --git a/package-lock.json b/package-lock.json index 56ff3aa..2811aaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "bootstrap": "^5.3.1", "core-js": "^3.8.3", "express": "^4.18.2", - "kuzu": "0.3.1", + "kuzu": "0.3.2", "moment": "^2.29.4", "monaco-editor": "^0.41.0", "monaco-themes": "^0.4.4", @@ -8598,9 +8598,9 @@ } }, "node_modules/kuzu": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/kuzu/-/kuzu-0.3.1.tgz", - "integrity": "sha512-tqST/NNwXZLJB2tSklWZ1oIaduN5WNOOAEgOdyR3uat9NK5dS4gfH7aJejG13qNdQZFi2GqVVUdbDt5ZhwLS7Q==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/kuzu/-/kuzu-0.3.2.tgz", + "integrity": "sha512-gEjdnv4Mc4ieyr2jNOBBrA2wJmm6lEhAQ3A5/L81/Iap42Fk+cdVPL+RiRt0D7G/5Lr7cqM/4ZK+qd7UbplQxA==", "hasInstallScript": true, "dependencies": { "cmake-js": "^7.1.1", diff --git a/package.json b/package.json index 492099a..0b5ff22 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "bootstrap": "^5.3.1", "core-js": "^3.8.3", "express": "^4.18.2", - "kuzu": "0.3.1", + "kuzu": "0.3.2", "moment": "^2.29.4", "monaco-editor": "^0.41.0", "monaco-themes": "^0.4.4",