From 06d09dd3bc77bca8b1773a3f974feb74ed70c44b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:37:07 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v14 --- 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 e26cf3c59..6e8cfe515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "semver": "7.7.4", "shelljs": "0.10.0", "unified": "11.0.5", - "uuid": "13.0.0", + "uuid": "14.0.0", "xdg-basedir": "5.1.0", "yargs": "18.0.0" }, @@ -13823,9 +13823,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", - "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index ea0917435..876f011bd 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "semver": "7.7.4", "shelljs": "0.10.0", "unified": "11.0.5", - "uuid": "13.0.0", + "uuid": "14.0.0", "xdg-basedir": "5.1.0", "yargs": "18.0.0" },