From 4566878fc39827646365fb752739dec1bb28c0d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 07:09:14 +0000 Subject: [PATCH] build(deps): bump uuid from 3.3.2 to 3.3.3 in /site Bumps [uuid](https://github.com/kelektiv/node-uuid) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/kelektiv/node-uuid/releases) - [Changelog](https://github.com/kelektiv/node-uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/kelektiv/node-uuid/compare/v3.3.2...v3.3.3) Signed-off-by: dependabot-preview[bot] --- site/package.json | 2 +- site/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package.json b/site/package.json index 4c7a6537f..81b24d22f 100644 --- a/site/package.json +++ b/site/package.json @@ -22,7 +22,7 @@ "hexo-server": "^0.3.3", "lodash": "^4.17.13", "lunr": "^2.3.6", - "uuid": "^3.3.2" + "uuid": "^3.3.3" }, "devDependencies": { "del": "^5.1.0", diff --git a/site/yarn.lock b/site/yarn.lock index 71ff3777b..8ded0d80e 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -6257,10 +6257,10 @@ utils-merge@1.0.1, utils-merge@^1.0.0: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -uuid@^3.3.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" - integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== +uuid@^3.3.2, uuid@^3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" + integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ== v8-compile-cache@^2.0.3: version "2.1.0"