From 79b96516337c43575e69933771baa789adcf317e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:41:15 +0000 Subject: [PATCH] chore(deps): bump uuid Bumps the npm_and_yarn group with 1 update in the /apps/adk-ui directory: [uuid](https://github.com/uuidjs/uuid). Updates `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 dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/adk-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/adk-ui/package.json b/apps/adk-ui/package.json index 8360de92..562873b6 100644 --- a/apps/adk-ui/package.json +++ b/apps/adk-ui/package.json @@ -63,7 +63,7 @@ "unified": "^11.0.5", "unist-util-visit": "^5.1.0", "usehooks-ts": "catalog:", - "uuid": "^13.0.0", + "uuid": "^14.0.0", "validator": "^13.15.26", "zod": "^4.3.6" },