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",