diff --git a/backend/package-lock.json b/backend/package-lock.json index 119cb580..c8292fcd 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -31,7 +31,7 @@ "stream-to-string": "^1.2.1", "string-to-stream": "^3.0.1", "tar": "^7.4.3", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "winston": "^3.15.0" }, "devDependencies": { @@ -10964,16 +10964,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-to-istanbul": { diff --git a/backend/package.json b/backend/package.json index 9f3b9e54..45ba7015 100644 --- a/backend/package.json +++ b/backend/package.json @@ -40,7 +40,7 @@ "stream-to-string": "^1.2.1", "string-to-stream": "^3.0.1", "tar": "^7.4.3", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "winston": "^3.15.0" }, "devDependencies": {