diff --git a/front/package-lock.json b/front/package-lock.json index a51f425a607c..3a3f703a6ab8 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@auth0/nextjs-auth0": "^3.5.0", "@dust-tt/client": "file:../sdks/js", - "@dust-tt/sparkle": "0.2.348", + "@dust-tt/sparkle": "^0.2.350", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11", @@ -11453,9 +11453,9 @@ "link": true }, "node_modules/@dust-tt/sparkle": { - "version": "0.2.348", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.348.tgz", - "integrity": "sha512-SDELT4xURrfvinYvhicNHGsphZXcxq07K4xOIjLg4IDsYdcxt10DvmjOGC1U8hcoKljvUE9dFfl8coKH1yk8ZQ==", + "version": "0.2.350", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.350.tgz", + "integrity": "sha512-yY9sz4r4L2W1YcOeuulsqujE7Lc5R+ZPGgcIvZzGY/z2X+XqfeouexKre+CD7JqY6ZbsQBKgeB+7PmoGEkA/8Q==", "dependencies": { "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", diff --git a/front/package.json b/front/package.json index 0bff71ab5efb..d990bdec8571 100644 --- a/front/package.json +++ b/front/package.json @@ -20,7 +20,7 @@ "dependencies": { "@auth0/nextjs-auth0": "^3.5.0", "@dust-tt/client": "file:../sdks/js", - "@dust-tt/sparkle": "0.2.348", + "@dust-tt/sparkle": "^0.2.350", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11",