diff --git a/ui/package-lock.json b/ui/package-lock.json index a7f004b4d..1350b1f95 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -59,7 +59,7 @@ "stream": "npm:stream-browserify@^3.0.0", "truncate": "^3.0.0", "typescript": "^4.9.5", - "uuid": "^9.0.1", + "uuid": "^11.0.3", "yaml": "^2.6.1" }, "devDependencies": { @@ -100,18 +100,6 @@ "node": ">=8.0.0" } }, - "node_modules/@alephdata/followthemoney/node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "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", @@ -24785,15 +24773,15 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/uvu": { @@ -26054,13 +26042,6 @@ "integrity": "sha512-uaC6JESOyE9fI/fXd9BlsqsQ4tXf+VFmZp6eKe0Ifu4PX3kdbcuVP9iT4zd8tgiX3aD+LV2TQPbOZNolymX/JA==", "requires": { "uuid": "~11.0.3" - }, - "dependencies": { - "uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==" - } } }, "@ampproject/remapping": { @@ -44558,9 +44539,9 @@ "dev": true }, "uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==" }, "uvu": { "version": "0.5.6", diff --git a/ui/package.json b/ui/package.json index 72bb5166b..6aa398478 100644 --- a/ui/package.json +++ b/ui/package.json @@ -54,7 +54,7 @@ "stream": "npm:stream-browserify@^3.0.0", "truncate": "^3.0.0", "typescript": "^4.9.5", - "uuid": "^9.0.1", + "uuid": "^11.0.3", "yaml": "^2.6.1" }, "scripts": {