From 21fcf31aa1b70c421d0def23dc4820324fcbeef2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Jun 2024 07:28:12 +0000 Subject: [PATCH] fix: upgrade @alephdata/followthemoney from 3.6.1 to 3.6.3 Snyk has created this PR to upgrade @alephdata/followthemoney from 3.6.1 to 3.6.3. See this package in npm: @alephdata/followthemoney See this project in Snyk: https://app.snyk.io/org/opensanctions/project/8c851c72-f3b8-418d-92f3-eeacbaa77148?utm_source=github&utm_medium=referral&page=upgrade-pr --- docs/package-lock.json | 15 ++++++++------- docs/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 841d33872..ddb8132f0 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@alephdata/followthemoney": "^3.6.1", + "@alephdata/followthemoney": "^3.6.3", "@astrojs/markdown-component": "^1.0.5", "astro": "^2.10.15", "astro-theme-docs": "github:alephdata/astro-theme-docs", @@ -22,9 +22,10 @@ } }, "node_modules/@alephdata/followthemoney": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.6.1.tgz", - "integrity": "sha512-6pQkk57WtIspLehY3AV37M9i5bdi1y7kTpBGa7njFgRXtHDEm1sfiGTk6+OH4FAo8+vaUNbm/vXJuCGfwFwq2w==", + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.6.3.tgz", + "integrity": "sha512-PPRteIYchfIXOiJAARVsywI4u8YMctQFRxfl0KzPZbN615DidjZl3rGE/5Q75jhIVjf9ap5U6O9AcZGcyJvI4A==", + "license": "MIT", "dependencies": { "uuid": "~9.0.0" }, @@ -7691,9 +7692,9 @@ }, "dependencies": { "@alephdata/followthemoney": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.6.1.tgz", - "integrity": "sha512-6pQkk57WtIspLehY3AV37M9i5bdi1y7kTpBGa7njFgRXtHDEm1sfiGTk6+OH4FAo8+vaUNbm/vXJuCGfwFwq2w==", + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.6.3.tgz", + "integrity": "sha512-PPRteIYchfIXOiJAARVsywI4u8YMctQFRxfl0KzPZbN615DidjZl3rGE/5Q75jhIVjf9ap5U6O9AcZGcyJvI4A==", "requires": { "uuid": "~9.0.0" } diff --git a/docs/package.json b/docs/package.json index b52719e18..f7970cfa8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "author": "", "license": "MIT", "dependencies": { - "@alephdata/followthemoney": "^3.6.1", + "@alephdata/followthemoney": "^3.6.3", "@astrojs/markdown-component": "^1.0.5", "astro": "^2.10.15", "astro-theme-docs": "github:alephdata/astro-theme-docs",