diff --git a/front/package-lock.json b/front/package-lock.json index 0011c226816c6..c0c3be277a791 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.343-rc", + "@dust-tt/sparkle": "0.2.343-rc2", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11", @@ -11452,9 +11452,9 @@ "link": true }, "node_modules/@dust-tt/sparkle": { - "version": "0.2.343-rc", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.343-rc.tgz", - "integrity": "sha512-TyO1m1TbeHQieRrWYn1YFa8WYwsE8Oar8PNiR3G7NpRgdeEEd6cLJ2DnREqxZ+mb8mxUwfRfqPW+NaN/fJaB/g==", + "version": "0.2.343-rc2", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.343-rc2.tgz", + "integrity": "sha512-yHstqBBmCu0M0+O7SPi0Y5+kkqtb4Tm9rdyqLxpUsqBkHtpwF1+Mh03chhasLAbBGNXkupU/ROD5DYQQ9VRhug==", "dependencies": { "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", diff --git a/front/package.json b/front/package.json index 54efdea414dbc..0b8ac9f0ca361 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.343-rc", + "@dust-tt/sparkle": "0.2.343-rc2", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11",