diff --git a/package-lock.json b/package-lock.json index 2105126f..09db5616 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "toml": "^3.0.0", "twitter-api-v2": "^1.18.1", "user-agents": "^1.1.340", - "uuid": "^10.0.0", + "uuid": "^11.0.1", "winston": "^3.15.0", "ws": "^8.18.0", "yargs": "^17.7.2" @@ -6341,16 +6341,15 @@ "license": "MIT" }, "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.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", + "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", "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/package.json b/package.json index 12d633a4..efc1f5fd 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "toml": "^3.0.0", "twitter-api-v2": "^1.18.1", "user-agents": "^1.1.340", - "uuid": "^10.0.0", + "uuid": "^11.0.1", "winston": "^3.15.0", "ws": "^8.18.0", "yargs": "^17.7.2"