diff --git a/package-lock.json b/package-lock.json index e591a29..77d5921 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "semver": "^7.3.5", "speakingurl": "^14.0.1", "url-join": "^4.0.0", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "bin": { "adapt": "bin/adapt.js" @@ -10588,12 +10588,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "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": { diff --git a/package.json b/package.json index 1e6f208..b523bb4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "semver": "^7.3.5", "speakingurl": "^14.0.1", "url-join": "^4.0.0", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "license": "GPL-3.0", "preferGlobal": true,