diff --git a/docs/package-lock.json b/docs/package-lock.json index e95fb8fcf..b86d575d7 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.3", + "@alephdata/followthemoney": "^3.6.4", "@astrojs/markdown-component": "^1.0.5", "astro": "^2.10.15", "astro-theme-docs": "github:alephdata/astro-theme-docs", @@ -22,17 +22,28 @@ } }, "node_modules/@alephdata/followthemoney": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.6.3.tgz", - "integrity": "sha512-PPRteIYchfIXOiJAARVsywI4u8YMctQFRxfl0KzPZbN615DidjZl3rGE/5Q75jhIVjf9ap5U6O9AcZGcyJvI4A==", - "license": "MIT", + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.6.4.tgz", + "integrity": "sha512-Oi4MIyBidzgXzWJmSbrH76wDDZZPXsmz4SPR+U2X/MSBop4qS74fYRMn0S5AKiJExIXiunyFyAObpvaNQzRn7w==", "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/@algolia/autocomplete-core": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.9.3.tgz", @@ -7692,11 +7703,18 @@ }, "dependencies": { "@alephdata/followthemoney": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.6.3.tgz", - "integrity": "sha512-PPRteIYchfIXOiJAARVsywI4u8YMctQFRxfl0KzPZbN615DidjZl3rGE/5Q75jhIVjf9ap5U6O9AcZGcyJvI4A==", + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.6.4.tgz", + "integrity": "sha512-Oi4MIyBidzgXzWJmSbrH76wDDZZPXsmz4SPR+U2X/MSBop4qS74fYRMn0S5AKiJExIXiunyFyAObpvaNQzRn7w==", "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==" + } } }, "@algolia/autocomplete-core": { diff --git a/docs/package.json b/docs/package.json index b5707bda7..c61776314 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "author": "", "license": "MIT", "dependencies": { - "@alephdata/followthemoney": "^3.6.3", + "@alephdata/followthemoney": "^3.6.4", "@astrojs/markdown-component": "^1.0.5", "astro": "^2.10.15", "astro-theme-docs": "github:alephdata/astro-theme-docs",