diff --git a/package-lock.json b/package-lock.json index 41724c72e..24771b131 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "rxjs": "7.8.2", "title-case": "4.3.2", "typeorm": "0.3.25", - "uuid": "11.1.0", + "uuid": "11.1.1", "winston": "3.17.0" }, "devDependencies": { @@ -13543,9 +13543,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index b097ff7e0..a77192557 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "rxjs": "7.8.2", "title-case": "4.3.2", "typeorm": "0.3.25", - "uuid": "11.1.0", + "uuid": "11.1.1", "winston": "3.17.0" }, "devDependencies": {