From cef5ce9f73938da577f573546ca4894f18ecb650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:51:53 +0000 Subject: [PATCH] chore(deps): bump uuid in /libs/providers/langchain-redis Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v10.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/providers/langchain-redis/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/providers/langchain-redis/package.json b/libs/providers/langchain-redis/package.json index 6daa89175d70..68e4801b3206 100644 --- a/libs/providers/langchain-redis/package.json +++ b/libs/providers/langchain-redis/package.json @@ -22,7 +22,7 @@ "test:int": "vitest run --mode int" }, "dependencies": { - "uuid": "^10.0.0", + "uuid": "^14.0.0", "redis": "^4.6.13" }, "peerDependencies": {