From d621b5af20b37f0a0b3c1140df4a13b5e7d86899 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 02:29:14 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v13.0.1 [security] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb136c299d3..e7c8f6bcdf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -105,7 +105,7 @@ "tomlify-j0.4": "3.0.0", "ulid": "3.0.1", "update-notifier": "7.3.1", - "uuid": "13.0.0", + "uuid": "13.0.1", "write-file-atomic": "5.0.1", "ws": "8.19.0" }, @@ -18811,7 +18811,9 @@ } }, "node_modules/uuid": { - "version": "13.0.0", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.1.tgz", + "integrity": "sha512-9ezox2roIft6ExBVTVqibSd5dc5/47Sw/uY6b4SjQUT2TzQ0tltNquWA46y4xPQmdZYqvnio22SgWd41M86+jw==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index d2894107cea..2b02ced87f1 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "tomlify-j0.4": "3.0.0", "ulid": "3.0.1", "update-notifier": "7.3.1", - "uuid": "13.0.0", + "uuid": "13.0.1", "write-file-atomic": "5.0.1", "ws": "8.19.0" },