From 9e5d6cc9cd35b67336fc4c95c981c9f4de270a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:01:33 +0000 Subject: [PATCH] chore(deps): bump uuid from 11.1.0 to 14.0.0 in /src/ui Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.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/v11.1.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ui/package-lock.json | 36 +++++++++++++++++++++++++++++++----- src/ui/package.json | 2 +- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/src/ui/package-lock.json b/src/ui/package-lock.json index 83cc1b79b..985d3439a 100644 --- a/src/ui/package-lock.json +++ b/src/ui/package-lock.json @@ -56,7 +56,7 @@ "remark-gfm": "^4.0.1", "serialize-javascript": "^7.0.5", "tmp": "^0.2.5", - "uuid": "^11.1.0", + "uuid": "^14.0.0", "vuera": "^0.2.7", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz" }, @@ -262,6 +262,19 @@ "node": ">= 10.x" } }, + "node_modules/@aws-amplify/api-graphql/node_modules/uuid": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "node_modules/@aws-amplify/api-rest": { "version": "4.6.4", "resolved": "https://registry.npmjs.org/@aws-amplify/api-rest/-/api-rest-4.6.4.tgz", @@ -353,6 +366,19 @@ "node": ">=14.0.0" } }, + "node_modules/@aws-amplify/core/node_modules/uuid": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "node_modules/@aws-amplify/data-schema": { "version": "1.25.5", "resolved": "https://registry.npmjs.org/@aws-amplify/data-schema/-/data-schema-1.25.5.tgz", @@ -18728,16 +18754,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "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/vfile": { diff --git a/src/ui/package.json b/src/ui/package.json index 76b69d55a..e1fbadacf 100644 --- a/src/ui/package.json +++ b/src/ui/package.json @@ -55,7 +55,7 @@ "remark-gfm": "^4.0.1", "serialize-javascript": "^7.0.5", "tmp": "^0.2.5", - "uuid": "^11.1.0", + "uuid": "^14.0.0", "vuera": "^0.2.7", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz", "dompurify": "^3.4.1"