From ae456cb114a0792ce1e22ba6b0f9d2a9c7639212 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 06:57:09 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11.0.4 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 f8351685..939a45b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "luxon": "3.5.0", "neverthrow": "8.1.1", "typed-emitter": "2.1.0", - "uuid": "11.0.3" + "uuid": "11.0.4" }, "devDependencies": { "@sinonjs/fake-timers": "14.0.0", @@ -6336,9 +6336,9 @@ } }, "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" diff --git a/package.json b/package.json index 3e0df872..9d01c56e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "luxon": "3.5.0", "neverthrow": "8.1.1", "typed-emitter": "2.1.0", - "uuid": "11.0.3" + "uuid": "11.0.4" }, "peerDependencies": { "mongodb": "4 || 5 || 6"