From f607a04100504ea2fedfa2384eae51d0b26136a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 22:03:50 +0000 Subject: [PATCH] Bump uuid from 8.2.0 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.2.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/v8.2.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++++----- package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe5b446..6544cf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "rimraf": "^3.0.2", "simple-plist": "^1.3.1", "uniq": "1.0.1", - "uuid": "8.2.0", + "uuid": "14.0.0", "which": "2.0.2" }, "bin": { @@ -5506,11 +5506,16 @@ "dev": true }, "node_modules/uuid": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz", - "integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/package.json b/package.json index 80c02e2..f3d3724 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "rimraf": "^3.0.2", "simple-plist": "^1.3.1", "uniq": "1.0.1", - "uuid": "8.2.0", + "uuid": "14.0.0", "which": "2.0.2" }, "description": "API to resign IPA files",