From 20eeaa1ab58f5690e6cb32dfda45fabc4f080bca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 06:32:21 +0000 Subject: [PATCH] Bump uuid from 3.0.1 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.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/v3.0.1...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 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6a00bd2..87e8ff1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "pegjs": "^0.10.0", "simple-plist": "^0.2.1", - "uuid":"3.0.1" + "uuid":"14.0.0" }, "devDependencies": { "nodeunit": "0.9.1" diff --git a/yarn.lock b/yarn.lock index c740fce..132776f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -193,9 +193,9 @@ uglify-js@~1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-1.1.1.tgz#ee71a97c4cefd06a1a9b20437f34118982aa035b" -uuid@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1" +uuid@14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d" wrappy@1: version "1.0.2"