From 9f2d84198a72e1e39e99d856bac3c0a64c0c67af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 03:05:08 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11.0.5 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index de4bc618..c9b95fbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "node-ts-cache-storage-memory": "4.4.0", "redis": "4.7.0", "typescript": "5.7.3", - "uuid": "11.0.4", + "uuid": "11.0.5", "winston": "3.17.0" }, "devDependencies": { @@ -6816,9 +6816,9 @@ } }, "node_modules/uuid": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", - "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -11962,9 +11962,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", - "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==" + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==" }, "v8-compile-cache-lib": { "version": "3.0.1", diff --git a/package.json b/package.json index a60cbb6e..e4f549c2 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "node-ts-cache-storage-memory": "4.4.0", "redis": "4.7.0", "typescript": "5.7.3", - "uuid": "11.0.4", + "uuid": "11.0.5", "winston": "3.17.0" }, "devDependencies": {