diff --git a/package-lock.json b/package-lock.json index 17367c7..ab09035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "tslint": "^6.1.3", "tslint-config-airbnb-base": "^0.3.0", "typescript": "^3.8.2", - "uuid": "^8.2.0" + "uuid": "^14.0.0" }, "engines": { "node": ">=8.10" @@ -9500,12 +9500,17 @@ } }, "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==", "dev": true, + "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-to-istanbul": { diff --git a/package.json b/package.json index e998135..0415b23 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "tslint": "^6.1.3", "tslint-config-airbnb-base": "^0.3.0", "typescript": "^3.8.2", - "uuid": "^8.2.0" + "uuid": "^14.0.0" }, "bin": "dist/cli.js", "engines": {