diff --git a/package-lock.json b/package-lock.json index df6844fd..93d99a7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "path": "^0.12.7", "pg": "^8.13.1", "pm2": "^5.4.2", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "xss": "^1.0.15" }, "engines": { @@ -2988,14 +2988,15 @@ } }, "node_modules/uuid": { - "version": "10.0.0", + "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/vary": { diff --git a/package.json b/package.json index 2c85182e..a33a4755 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "path": "^0.12.7", "pg": "^8.13.1", "pm2": "^5.4.2", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "xss": "^1.0.15" }, "engines": {