From b381db370b444b01c3e4a4e38d1f48a004af634b Mon Sep 17 00:00:00 2001 From: Cam Crain <112270368+camacrain@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:19:29 -0300 Subject: [PATCH] bump sparkle version (#5789) --- front/package-lock.json | 8 ++++---- front/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/front/package-lock.json b/front/package-lock.json index ceaa98ab8bb6..545797251865 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -9,7 +9,7 @@ "@amplitude/analytics-browser": "^2.5.2", "@amplitude/analytics-node": "^1.3.5", "@auth0/nextjs-auth0": "^3.5.0", - "@dust-tt/sparkle": "^0.2.164", + "@dust-tt/sparkle": "^0.2.166", "@dust-tt/types": "file:../types", "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", @@ -10519,9 +10519,9 @@ "license": "Apache-2.0" }, "node_modules/@dust-tt/sparkle": { - "version": "0.2.164", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.164.tgz", - "integrity": "sha512-IWwS+dAQF/gihnlgEAwpZVTJ3TOo/ieEqGFS1+YuJASQ+k0a8v8iUHeHjZbQyi9kJ2lJhNNBQjq41CAomGsIfg==", + "version": "0.2.166", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.166.tgz", + "integrity": "sha512-/CNw2l6+bH2drkEV4RgCgZKYI8xiMG94doZP2+NNgeypJ/UQjnz1TRAOwXM0Qh/dNv6I2zW5jgd2XdRP9osHkA==", "dependencies": { "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", diff --git a/front/package.json b/front/package.json index 85d51a7a9f29..abbed08b3072 100644 --- a/front/package.json +++ b/front/package.json @@ -19,7 +19,7 @@ "@amplitude/analytics-browser": "^2.5.2", "@amplitude/analytics-node": "^1.3.5", "@auth0/nextjs-auth0": "^3.5.0", - "@dust-tt/sparkle": "^0.2.164", + "@dust-tt/sparkle": "^0.2.166", "@dust-tt/types": "file:../types", "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1",