From d31ae6ab05d2a33315aa090a83db2dd12cd5a13d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:12:24 +0000 Subject: [PATCH] chore: update dependency uuid to ^11.1.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16dd0a62..a5d5c85c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "debug": "^4.4.0", "msgpack5": "^4.5.1", "strong-globalize": "^6.0.6", - "uuid": "^11.0.5" + "uuid": "^11.1.0" }, "devDependencies": { "@commitlint/config-conventional": "^19.7.1", @@ -5827,9 +5827,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", - "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", + "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==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 800cfca1..6ab12c7e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "debug": "^4.4.0", "msgpack5": "^4.5.1", "strong-globalize": "^6.0.6", - "uuid": "^11.0.5" + "uuid": "^11.1.0" }, "devDependencies": { "@commitlint/config-conventional": "^19.7.1",