diff --git a/package-lock.json b/package-lock.json index 70fd5c570..e68bd5c09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "stream-buffers": "^3.0.3", "tar": "^7.4.3", "tsyringe-neo": "^5.1.0", - "uuid": "^11.0.3", + "uuid": "^11.0.4", "validator": "^13.12.0", "winston": "^3.17.0", "ws": "^8.18.0", @@ -12754,14 +12754,13 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", + "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], - "license": "MIT", "bin": { "uuid": "dist/esm/bin/uuid" } diff --git a/package.json b/package.json index 8f9cec81b..acba6cc2c 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "stream-buffers": "^3.0.3", "tar": "^7.4.3", "tsyringe-neo": "^5.1.0", - "uuid": "^11.0.3", + "uuid": "^11.0.4", "validator": "^13.12.0", "winston": "^3.17.0", "ws": "^8.18.0",