diff --git a/front/package-lock.json b/front/package-lock.json index 1090153b6fe8..0f1248a90db7 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-rc5", + "@dust-tt/sparkle": "0.2.345", "@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.343-rc5", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.343-rc5.tgz", - "integrity": "sha512-ao5sAwSuRQFDh8LTFqPiWz7UysBw0xDVGURSyvSPl3Ghefe/ibYBoqjfgXj9Nb6dmtfUClukU7j4rccwdDg4WA==", + "version": "0.2.345", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.345.tgz", + "integrity": "sha512-4VdoTpN8OOg2FJ5EHPx1xAk7YGRLP5mAvps9TkjGCMkgPTTV0vdq/4U3iLN9phaM70B8YQVfeurI9uLzAOK61A==", "dependencies": { "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", diff --git a/front/package.json b/front/package.json index 2907fcdba3c2..139ba8abc94e 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-rc5", + "@dust-tt/sparkle": "0.2.345", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11",