diff --git a/docs/package-lock.json b/docs/package-lock.json index 46f9c2539..89daa6916 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.7.4", + "@alephdata/followthemoney": "^3.7.8", "@astrojs/markdown-component": "^1.0.5", "astro": "^2.10.15", "astro-theme-docs": "github:alephdata/astro-theme-docs", @@ -22,26 +22,26 @@ } }, "node_modules/@alephdata/followthemoney": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.7.4.tgz", - "integrity": "sha512-yore9ZXIUaiZfYVHkL3CN3NFLAgFz+sOPOjts5uchWjM9enW05G5yGCTNddk6hMn1ct06SBKCy44lbsSjIEitg==", + "version": "3.7.8", + "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.7.8.tgz", + "integrity": "sha512-todHCQZbiCIdsQJfONE+g8vvViMhy86OrE8Mq+8rOGDBoWYSzgRChui2D9F7+hwbsi+DvyEfuYi6LKx+AuzFZQ==", "dependencies": { - "uuid": "~10.0.0" + "uuid": "~11.0.3" }, "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==", + "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/@algolia/autocomplete-core": { @@ -8977,17 +8977,17 @@ }, "dependencies": { "@alephdata/followthemoney": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.7.4.tgz", - "integrity": "sha512-yore9ZXIUaiZfYVHkL3CN3NFLAgFz+sOPOjts5uchWjM9enW05G5yGCTNddk6hMn1ct06SBKCy44lbsSjIEitg==", + "version": "3.7.8", + "resolved": "https://registry.npmjs.org/@alephdata/followthemoney/-/followthemoney-3.7.8.tgz", + "integrity": "sha512-todHCQZbiCIdsQJfONE+g8vvViMhy86OrE8Mq+8rOGDBoWYSzgRChui2D9F7+hwbsi+DvyEfuYi6LKx+AuzFZQ==", "requires": { - "uuid": "~10.0.0" + "uuid": "~11.0.3" }, "dependencies": { "uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==" } } }, diff --git a/docs/package.json b/docs/package.json index 6951a2e76..377e74b2a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "author": "", "license": "MIT", "dependencies": { - "@alephdata/followthemoney": "^3.7.4", + "@alephdata/followthemoney": "^3.7.8", "@astrojs/markdown-component": "^1.0.5", "astro": "^2.10.15", "astro-theme-docs": "github:alephdata/astro-theme-docs",