From 5bc9d7cc913afd11c057a39141e7e557201c11f4 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2020 04:20:30 +0000 Subject: [PATCH] Update uuid to version 3.4.0 --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5aace7f..8d774f7 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": "^3.4.0" }, "devDependencies": { "node-resourcehacker": "^1.2.1", diff --git a/yarn.lock b/yarn.lock index 569ef41..b02a5fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3698,6 +3698,11 @@ uuid@^3.3.2: version "3.3.2" resolved "http://registry.npm.taobao.org/uuid/download/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" +uuid@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" + integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== + v8-compile-cache@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.0.2.tgz#a428b28bb26790734c4fc8bc9fa106fccebf6a6c"