From c16ebe80a850df6988c30b63e06ad950d5a18233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 23:14:52 +0000 Subject: [PATCH] chore(deps): bump uuid from 11.0.5 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.5 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/v11.0.5...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ede998d..e97606b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "fs-extra": "^11.3.0", "prompts": "^2.4.2", "update-notifier": "^7.3.1", - "uuid": "^11.0.5" + "uuid": "^14.0.0" }, "bin": { "aecli": "src/aecli.js" @@ -9454,16 +9454,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", - "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-to-istanbul": { diff --git a/package.json b/package.json index e3650cf..9367489 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "fs-extra": "^11.3.0", "prompts": "^2.4.2", "update-notifier": "^7.3.1", - "uuid": "^11.0.5" + "uuid": "^14.0.0" }, "devDependencies": { "@commitlint/cli": "^19.6.1",