From 47efeac58928266daeb27f0c94d9db4ae42bc490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 12:26:57 +0000 Subject: [PATCH] Bump @alephdata/followthemoney from 3.5.5 to 3.7.7 in /ui Bumps [@alephdata/followthemoney](https://github.com/alephdata/followthemoney) from 3.5.5 to 3.7.7. - [Release notes](https://github.com/alephdata/followthemoney/releases) - [Commits](https://github.com/alephdata/followthemoney/compare/v3.5.5...v3.7.7) --- updated-dependencies: - dependency-name: "@alephdata/followthemoney" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 41 ++++++++++++++++++++++++++++++----------- ui/package.json | 2 +- 2 files changed, 31 insertions(+), 12 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 47e00873b1..364a77597b 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,14 +1,14 @@ { "name": "aleph-ui", - "version": "3.17.0", + "version": "4.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aleph-ui", - "version": "3.17.0", + "version": "4.0.2", "dependencies": { - "@alephdata/followthemoney": "^3.5.5", + "@alephdata/followthemoney": "^3.7.7", "@blueprintjs/colors": "^4.1.5", "@blueprintjs/core": "^4.18.0", "@blueprintjs/icons": "^4.16.0", @@ -90,16 +90,28 @@ "dev": true }, "node_modules/@alephdata/followthemoney": { - "version": "3.5.5", - "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.5.5.tgz", - "integrity": "sha512-HL5UiVm06dhyKo3crBd0q5uBy6g1eK7b7rS+yx/h+VX0xzv8UpuPeigSAGmtCPqiXsGW35PPaymsXx+Siji43Q==", + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.7.7.tgz", + "integrity": "sha512-0354BIpLRw47ge+c/F0+knQ6vgWKvxKqQfTYAmxNHcw5HYflwj2BeHDpK98S57Mar1Xc/EIexxR8w0uZ+ln0Jw==", "dependencies": { - "uuid": "~9.0.0" + "uuid": "~11.0.3" }, "engines": { "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", @@ -25931,11 +25943,18 @@ "dev": true }, "@alephdata/followthemoney": { - "version": "3.5.5", - "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.5.5.tgz", - "integrity": "sha512-HL5UiVm06dhyKo3crBd0q5uBy6g1eK7b7rS+yx/h+VX0xzv8UpuPeigSAGmtCPqiXsGW35PPaymsXx+Siji43Q==", + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.7.7.tgz", + "integrity": "sha512-0354BIpLRw47ge+c/F0+knQ6vgWKvxKqQfTYAmxNHcw5HYflwj2BeHDpK98S57Mar1Xc/EIexxR8w0uZ+ln0Jw==", "requires": { - "uuid": "~9.0.0" + "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": { diff --git a/ui/package.json b/ui/package.json index dabbdc4885..b2124bbdba 100644 --- a/ui/package.json +++ b/ui/package.json @@ -3,7 +3,7 @@ "version": "4.0.2", "private": true, "dependencies": { - "@alephdata/followthemoney": "^3.5.5", + "@alephdata/followthemoney": "^3.7.7", "@blueprintjs/colors": "^4.1.5", "@blueprintjs/core": "^4.18.0", "@blueprintjs/icons": "^4.16.0",