From 534c144f995af2cbad4ee3c11e0b50b3fb15ea09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:47:45 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11.0.1 --- 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 0d08f1e7..53f4a306 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.6.3", - "uuid": "11.0.0", + "uuid": "11.0.1", "winston": "3.15.0" }, "devDependencies": { @@ -6542,9 +6542,9 @@ } }, "node_modules/uuid": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.0.tgz", - "integrity": "sha512-iE8Fa5fgBY4rN5GvNUJ8TSwO1QG7TzdPfhrJczf6XJ6mZUxh/GX433N70fCiJL9h8EKP5ayEIo0Q6EBQGWHFqA==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", + "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -11458,9 +11458,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.0.tgz", - "integrity": "sha512-iE8Fa5fgBY4rN5GvNUJ8TSwO1QG7TzdPfhrJczf6XJ6mZUxh/GX433N70fCiJL9h8EKP5ayEIo0Q6EBQGWHFqA==" + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", + "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==" }, "v8-compile-cache-lib": { "version": "3.0.1", diff --git a/package.json b/package.json index 210213d4..a4826d1b 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.6.3", - "uuid": "11.0.0", + "uuid": "11.0.1", "winston": "3.15.0" }, "devDependencies": {