From d5b5065743a63b9b4cd2a91cbafde715169e07f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:05:57 +0000 Subject: [PATCH] Bump uuid from 9.0.1 to 11.0.3 in /ui Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.0.3. - [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/v9.0.1...v11.0.3) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 35 ++++++++--------------------------- ui/package.json | 2 +- 2 files changed, 9 insertions(+), 28 deletions(-) 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": {