From c6953a8b2967ca74a0eb2e91213d101aa08d10d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 09:59:09 +0000 Subject: [PATCH] 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.json | 2 +- util/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 99471464..27a60838 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "minimist": "^1.2.6", "pg": "^8.3.0", "superagent": "^5.1.0", - "uuid": "^3.3.3", + "uuid": "^14.0.0", "winston": "^3.2.1" }, "private": true, diff --git a/util/package.json b/util/package.json index 4ce481d1..f2f0baad 100644 --- a/util/package.json +++ b/util/package.json @@ -7,7 +7,7 @@ "ajv": "^8.18.0", "csv-parse": "^4.15.3", "jsonpath": "^1.2.1", - "uuid": "^3.3.3", + "uuid": "^14.0.0", "uuid4": "^1.1.4", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz" } diff --git a/yarn.lock b/yarn.lock index 54c9ce43..1ec45edc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1036,10 +1036,10 @@ uuid@^10.0.0: resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== -uuid@^3.3.3: - version "3.4.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" - integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== +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== winston-transport@^4.9.0: version "4.9.0"