From 5d13418a5e72a025f749141ba35d12f5db2d8edd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:53:17 +0000 Subject: [PATCH] chore(deps): bump uuid from 13.0.0 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 13.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/v13.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e083872..aa196ad7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "fuse.js": "^7.1.0", "https-proxy-agent": "^7.0.5", "undici": "^7.8.0", - "uuid": "^13.0.0", + "uuid": "^14.0.0", "zod": "^4.0.14" } }