From 904202754594708b4c3651681fa335863713a51f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 04:14:30 +0000 Subject: [PATCH] chore(deps): bump langsmith from 0.5.21 to 0.7.0 in /samples Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) from 0.5.21 to 0.7.0. - [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases) - [Commits](https://github.com/langchain-ai/langsmith-sdk/commits/v0.7.0) --- updated-dependencies: - dependency-name: langsmith dependency-version: 0.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- samples/package-lock.json | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/samples/package-lock.json b/samples/package-lock.json index e2ed29a..f9bbb11 100644 --- a/samples/package-lock.json +++ b/samples/package-lock.json @@ -1416,13 +1416,12 @@ "optional": true }, "node_modules/langsmith": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/langsmith/-/langsmith-0.5.21.tgz", - "integrity": "sha512-l140hzgqo91T/QKDXLEfRnnxahuwVEVohr9zqpy3BaGDeBdrPiJuNJ2TBhPZxNXNCl68IkVcn555FD3jp5peyw==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/langsmith/-/langsmith-0.7.0.tgz", + "integrity": "sha512-iiPAGHJZ3uIHGnnLSkgcYZ4+thzhsGp5U48pWuW3ETgCRtbYzoDxYJigiQ3iWkK8ovF7Vr37tYvbI1ZE0tB+6A==", "license": "MIT", "dependencies": { - "p-queue": "6.6.2", - "uuid": "10.0.0" + "p-queue": "6.6.2" }, "peerDependencies": { "@opentelemetry/api": "*", @@ -1449,19 +1448,6 @@ } } }, - "node_modules/langsmith/node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/long": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",