diff --git a/ui/package-lock.json b/ui/package-lock.json index 62965f943d..6e235c4ffb 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "aleph-ui", - "version": "4.1.1", + "version": "4.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aleph-ui", - "version": "4.1.1", + "version": "4.1.6", "dependencies": { "@alephdata/followthemoney": "^3.8.2", "@blueprintjs/colors": "^4.1.5", @@ -58,7 +58,7 @@ "stream": "npm:stream-browserify@^3.0.0", "truncate": "^3.0.0", "typescript": "^4.9.5", - "uuid": "^11.1.0", + "uuid": "^13.0.0", "yaml": "^2.7.1" }, "devDependencies": { @@ -100,6 +100,19 @@ "node": ">=8.0.0" } }, + "node_modules/@alephdata/followthemoney/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/@ampproject/remapping": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", @@ -24418,16 +24431,16 @@ } }, "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": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "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/uvu": { diff --git a/ui/package.json b/ui/package.json index f490307fb4..29679894db 100644 --- a/ui/package.json +++ b/ui/package.json @@ -53,7 +53,7 @@ "stream": "npm:stream-browserify@^3.0.0", "truncate": "^3.0.0", "typescript": "^4.9.5", - "uuid": "^11.1.0", + "uuid": "^13.0.0", "yaml": "^2.7.1" }, "overrides": {