diff --git a/js/package-lock.json b/js/package-lock.json index 102b5765c..0a074c4ac 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,15 +1,15 @@ { "name": "@alephdata/followthemoney", - "version": "3.7.1", + "version": "3.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@alephdata/followthemoney", - "version": "3.7.1", + "version": "3.7.4", "license": "MIT", "dependencies": { - "uuid": "~10.0.0" + "uuid": "~11.0.2" }, "devDependencies": { "@eslint/js": "^9.11.1", @@ -7275,16 +7275,15 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], - "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/js/package.json b/js/package.json index 97bf1fc81..cd3b2c8e5 100644 --- a/js/package.json +++ b/js/package.json @@ -92,6 +92,6 @@ "typescript-eslint": "^8.8.0" }, "dependencies": { - "uuid": "~10.0.0" + "uuid": "~11.0.2" } }