From 5000cbf172b5cc07247652c3b1c24be3cbf325ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:44:56 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v13 - - package.json --- package-lock.json | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae8d4d914..d3edb59bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "react-html-parser": "^2.0.2", "react-router-dom": "6.30.2", "simple-git": "^3.30.0", - "uuid": "^11.1.0", + "uuid": "^13.0.0", "validator": "^13.15.23", "yargs": "^17.7.2" }, @@ -12710,14 +12710,16 @@ } }, "node_modules/uuid": { - "version": "11.1.0", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/package.json b/package.json index 8b760cd94..6d18afb95 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "react-html-parser": "^2.0.2", "react-router-dom": "6.30.2", "simple-git": "^3.30.0", - "uuid": "^11.1.0", + "uuid": "^13.0.0", "validator": "^13.15.23", "yargs": "^17.7.2" },