From 3a3626a3e60ac57cb47bc6167ecc57f86eb23607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:56:45 +0000 Subject: [PATCH] build(deps): bump uuid from 13.0.2 to 14.0.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 13.0.2 to 14.0.1. - [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.2...v14.0.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.1 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 e04fe456c..3b1982c0f 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "tsdav": "^2.2.2", "tw-animate-css": "^1.4.0", "unified": "^11.0.5", - "uuid": "^13.0.0", + "uuid": "^14.0.1", "zod": "^4.3.6" } }