From c189fd76bb6c8d57ef703ff8e101addd9b446607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 23:54:58 +0000 Subject: [PATCH] Bump @alephdata/followthemoney from 3.5.5 to 3.7.4 in /ui Bumps [@alephdata/followthemoney](https://github.com/alephdata/followthemoney) from 3.5.5 to 3.7.4. - [Release notes](https://github.com/alephdata/followthemoney/releases) - [Commits](https://github.com/alephdata/followthemoney/compare/v3.5.5...v3.7.4) --- 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 47e00873b..c1dd0a398 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.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aleph-ui", - "version": "3.17.0", + "version": "4.0.0", "dependencies": { - "@alephdata/followthemoney": "^3.5.5", + "@alephdata/followthemoney": "^3.7.4", "@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.4", + "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.7.4.tgz", + "integrity": "sha512-yore9ZXIUaiZfYVHkL3CN3NFLAgFz+sOPOjts5uchWjM9enW05G5yGCTNddk6hMn1ct06SBKCy44lbsSjIEitg==", "dependencies": { - "uuid": "~9.0.0" + "uuid": "~10.0.0" }, "engines": { "node": ">=8.0.0" } }, + "node_modules/@alephdata/followthemoney/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "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", @@ -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.4", + "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.7.4.tgz", + "integrity": "sha512-yore9ZXIUaiZfYVHkL3CN3NFLAgFz+sOPOjts5uchWjM9enW05G5yGCTNddk6hMn1ct06SBKCy44lbsSjIEitg==", "requires": { - "uuid": "~9.0.0" + "uuid": "~10.0.0" + }, + "dependencies": { + "uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" + } } }, "@ampproject/remapping": { diff --git a/ui/package.json b/ui/package.json index bc2f813d8..8b4986e96 100644 --- a/ui/package.json +++ b/ui/package.json @@ -3,7 +3,7 @@ "version": "4.0.0", "private": true, "dependencies": { - "@alephdata/followthemoney": "^3.5.5", + "@alephdata/followthemoney": "^3.7.4", "@blueprintjs/colors": "^4.1.5", "@blueprintjs/core": "^4.18.0", "@blueprintjs/icons": "^4.16.0",