diff --git a/package.json b/package.json index 5aace7f..5a60520 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "is-callable": "^1.1.4", "mock-require": "^3.0.3", "mri": "^1.1.1", - "uuid": "^3.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "node-resourcehacker": "^1.2.1", diff --git a/yarn.lock b/yarn.lock index 569ef41..e3a0d3f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3694,6 +3694,11 @@ util@^0.10.3: dependencies: inherits "2.0.3" +uuid@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d" + integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg== + uuid@^3.3.2: version "3.3.2" resolved "http://registry.npm.taobao.org/uuid/download/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"