From cf2d23183d58d7a0a92e1df3c53023589b8e027d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 05:13:10 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 14.0.0 in /sandbox Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 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/v8.3.2...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sandbox/package-lock.json | 20 ++++++++++++-------- sandbox/package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index 50eb8c5..f203f79 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -13,7 +13,7 @@ "loglevel": "^1.7.1", "mocha": "^10.7.3", "mocha-junit-reporter": "^2.2.1", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "chai": "^4 .2.0", @@ -2780,11 +2780,15 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "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" + ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vary": { @@ -4949,9 +4953,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==" }, "vary": { "version": "1.1.2", diff --git a/sandbox/package.json b/sandbox/package.json index 7b78fe8..fdc4565 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -13,7 +13,7 @@ "loglevel": "^1.7.1", "mocha": "^10.7.3", "mocha-junit-reporter": "^2.2.1", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "chai": "^4 .2.0",