From 8bd97e06959b4af84f8fdfc450a5dbb24d9b3860 Mon Sep 17 00:00:00 2001 From: Jules Belveze <32683010+JulesBelveze@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:31:03 +0200 Subject: [PATCH] [front] - fix: update @dust-tt/sparkle to version 0.2.196 (#6607) - Ensures compatibility with the latest changes and features in the @dust-tt/sparkle library - Improves stability and possibly includes bug fixes by updating to a more recent version Co-authored-by: Jules --- front/package-lock.json | 9 ++++----- front/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/front/package-lock.json b/front/package-lock.json index 81730e16b532..9f325fed106f 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -4,13 +4,12 @@ "requires": true, "packages": { "": { - "name": "front", "dependencies": { "@amplitude/ampli": "^1.35.0", "@amplitude/analytics-browser": "^2.5.2", "@amplitude/analytics-node": "^1.3.5", "@auth0/nextjs-auth0": "^3.5.0", - "@dust-tt/sparkle": "^0.2.193", + "@dust-tt/sparkle": "^0.2.196", "@dust-tt/types": "file:../types", "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", @@ -10736,9 +10735,9 @@ "license": "Apache-2.0" }, "node_modules/@dust-tt/sparkle": { - "version": "0.2.193", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.193.tgz", - "integrity": "sha512-ehUgBTsBv6kqZD/eWxeZ7CD5fMRBBSrkddCvs6YMI+QxD1yhpLut4mc9aJ0XMreVx6FwHnQCoqkWMisgZtT4fQ==", + "version": "0.2.196", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.196.tgz", + "integrity": "sha512-bDIhU9tHVfsORfmjm9V2ZeLimqjRYvgd3Bb+siGbN5jdMQazrnNeX3I+iFeozufTOx12y8q63V3beQ+nLylJRA==", "dependencies": { "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", diff --git a/front/package.json b/front/package.json index 41fb693ac875..ede94bbf34ae 100644 --- a/front/package.json +++ b/front/package.json @@ -21,7 +21,7 @@ "@amplitude/analytics-browser": "^2.5.2", "@amplitude/analytics-node": "^1.3.5", "@auth0/nextjs-auth0": "^3.5.0", - "@dust-tt/sparkle": "^0.2.193", + "@dust-tt/sparkle": "^0.2.196", "@dust-tt/types": "file:../types", "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1",