From 38a6c0f0e85f1624e00dced747b78ad6a76437eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:47:11 +0000 Subject: [PATCH] Build(deps): bump uuid from 3.4.0 to 14.0.0 in /pointfog 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] --- pointfog/package.json | 2 +- pointfog/yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pointfog/package.json b/pointfog/package.json index 40e0e45..e37c608 100644 --- a/pointfog/package.json +++ b/pointfog/package.json @@ -15,7 +15,7 @@ "react": "^16.2.0", "react-dom": "^16.2.0", "react-scripts": "4.0.3", - "uuid": "^3.2.1" + "uuid": "^14.0.0" }, "scripts": { "start": "react-scripts start", diff --git a/pointfog/yarn.lock b/pointfog/yarn.lock index 0b10932..ffb128d 100644 --- a/pointfog/yarn.lock +++ b/pointfog/yarn.lock @@ -13408,7 +13408,12 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -uuid@^3.2.1, uuid@^3.3.2, uuid@^3.3.3, uuid@^3.4.0: +uuid@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d" + integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg== + +uuid@^3.3.2, uuid@^3.3.3, uuid@^3.4.0: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==