diff --git a/ui/package-lock.json b/ui/package-lock.json index 47e00873b..3f7c3dac1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "aleph-ui", - "version": "3.17.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aleph-ui", - "version": "3.17.0", + "version": "4.0.0", "dependencies": { "@alephdata/followthemoney": "^3.5.5", "@blueprintjs/colors": "^4.1.5", @@ -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.2", "yaml": "^2.3.4" }, "devDependencies": { @@ -100,6 +100,18 @@ "node": ">=8.0.0" } }, + "node_modules/@alephdata/followthemoney/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@ampproject/remapping": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", @@ -24687,15 +24699,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.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/uvu": { @@ -25936,6 +25948,13 @@ "integrity": "sha512-HL5UiVm06dhyKo3crBd0q5uBy6g1eK7b7rS+yx/h+VX0xzv8UpuPeigSAGmtCPqiXsGW35PPaymsXx+Siji43Q==", "requires": { "uuid": "~9.0.0" + }, + "dependencies": { + "uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" + } } }, "@ampproject/remapping": { @@ -44399,9 +44418,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.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==" }, "uvu": { "version": "0.5.6", diff --git a/ui/package.json b/ui/package.json index bc2f813d8..7b97ea9d3 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.2", "yaml": "^2.3.4" }, "scripts": {