From 22890a9f4468142ce5ba3b38f79cc8660366b320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:22:07 +0000 Subject: [PATCH] Bump uuid from 10.0.0 to 14.0.0 in /js-marc/scripts Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.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/v10.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- js-marc/scripts/package.json | 2 +- js-marc/scripts/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js-marc/scripts/package.json b/js-marc/scripts/package.json index 26fead74..aac1cd67 100644 --- a/js-marc/scripts/package.json +++ b/js-marc/scripts/package.json @@ -5,7 +5,7 @@ "author": "Charles Ledvina ", "license": "Apache-2.0", "dependencies": { - "uuid": "^10.0.0" + "uuid": "^14.0.0" }, "type": "module" } diff --git a/js-marc/scripts/yarn.lock b/js-marc/scripts/yarn.lock index da05c627..b4717369 100644 --- a/js-marc/scripts/yarn.lock +++ b/js-marc/scripts/yarn.lock @@ -2,7 +2,7 @@ # yarn lockfile v1 -uuid@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" - integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== +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==