diff --git a/package-lock.json b/package-lock.json index 42c6cd047..44a88d8da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "json-bigint": "^1.0.0", "node-fetch": "^2.2.0", "tslib": "1.13.0", - "uuid": "^9.0.1" + "uuid": "^14.0.0" }, "devDependencies": { "@types/ini": "^4.1.1", @@ -5164,15 +5164,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "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 old mode 100755 new mode 100644 index e0604875c..ae1ee9a9a --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "json-bigint": "^1.0.0", "node-fetch": "^2.2.0", "tslib": "1.13.0", - "uuid": "^9.0.1" + "uuid": "^14.0.0" }, "directories": { "example": "examples",