From 29561b5587bc711329f4c288b54b2d4f186c3e43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:03:08 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11 --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f391d8f2..eb95685a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "sequelize": "^6.28.0", "umzug": "^3.2.1", "unfuck-utf8-headers-middleware": "^1.0.1", - "uuid": "^10.0.0", + "uuid": "^11.0.0", "winston": "^3.8.2", "winston-gelf-transporter": "^1.0.2", "zod": "^3.21.4" @@ -14292,15 +14292,16 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.0.tgz", + "integrity": "sha512-iE8Fa5fgBY4rN5GvNUJ8TSwO1QG7TzdPfhrJczf6XJ6mZUxh/GX433N70fCiJL9h8EKP5ayEIo0Q6EBQGWHFqA==", "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 391f4eb5..f0dab443 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "sequelize": "^6.28.0", "umzug": "^3.2.1", "unfuck-utf8-headers-middleware": "^1.0.1", - "uuid": "^10.0.0", + "uuid": "^11.0.0", "winston": "^3.8.2", "winston-gelf-transporter": "^1.0.2", "zod": "^3.21.4"