From 2450f7c8f6f3c8be3064b0852959549a8e18cfee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 07:35:04 +0000 Subject: [PATCH] chore(deps): bump uuid Bumps the npm_and_yarn group with 1 update in the /packages/zcli-apps directory: [uuid](https://github.com/uuidjs/uuid). Updates `uuid` from 8.3.2 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/v8.3.2...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/zcli-apps/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/zcli-apps/package.json b/packages/zcli-apps/package.json index 06534961..4b6252be 100644 --- a/packages/zcli-apps/package.json +++ b/packages/zcli-apps/package.json @@ -29,7 +29,7 @@ "rimraf": "^3.0.2", "semver": "^7.3.2", "tslib": "^2.4.0", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@oclif/test": "=2.1.0",