From 792c41d828221a0899e480cefd088dc4e151c8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:36:28 +0000 Subject: [PATCH] Bump uuid from 9.0.1 to 14.0.0 in /src Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 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/v9.0.1...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- src/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/package.json b/src/package.json index 6fdcaed..639039f 100644 --- a/src/package.json +++ b/src/package.json @@ -8,6 +8,6 @@ "lz4": "^0.6.5", "readline-sync": "^1.4.10", "util": "^0.12.5", - "uuid": "^9.0.1" + "uuid": "^14.0.0" } } diff --git a/src/yarn.lock b/src/yarn.lock index 1b209f8..eaa80d7 100644 --- a/src/yarn.lock +++ b/src/yarn.lock @@ -210,10 +210,10 @@ util@^0.12.5: is-typed-array "^1.1.3" which-typed-array "^1.1.2" -uuid@^9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" - integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== +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== which-typed-array@^1.1.14, which-typed-array@^1.1.2: version "1.1.15"