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"