From 1d34c4002847b6402cc4117f577da32a29061fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 20:28:00 +0000 Subject: [PATCH] chore(deps): bump uuid from 3.4.0 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v3.4.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++++++++------ package.json | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d1f95833..58fcc66fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,7 @@ "ts-deepmerge": "^7.0.0", "typechain": "^8.1.0", "typesafe-actions": "^4.4.2", - "uuid": "^3.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@esbuild-plugins/node-globals-polyfill": "^0.2.3", @@ -23106,6 +23106,16 @@ "npm": ">=6.0.0" } }, + "node_modules/interface-datastore/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).", + "license": "MIT", + "bin": { + "uuid": "bin/uuid" + } + }, "node_modules/interface-ipld-format": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/interface-ipld-format/-/interface-ipld-format-1.0.1.tgz", @@ -34812,13 +34822,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "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" + ], "license": "MIT", "bin": { - "uuid": "bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/package.json b/package.json index 67d2673fd..97dad0226 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "ts-deepmerge": "^7.0.0", "typechain": "^8.1.0", "typesafe-actions": "^4.4.2", - "uuid": "^3.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@esbuild-plugins/node-globals-polyfill": "^0.2.3",