From 2ad11bf6ebeb6b7391ab20843dc0d81c55c69a94 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 04:24:28 +0000 Subject: [PATCH] Bump uuid from 3.3.3 to 3.4.0 in /pilgrims-shared Bumps [uuid](https://github.com/uuidjs/uuid) from 3.3.3 to 3.4.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v3.3.3...v3.4.0) Signed-off-by: dependabot-preview[bot] --- pilgrims-shared/package.json | 2 +- pilgrims-shared/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pilgrims-shared/package.json b/pilgrims-shared/package.json index e3fce49e..ed32fa0c 100644 --- a/pilgrims-shared/package.json +++ b/pilgrims-shared/package.json @@ -22,6 +22,6 @@ }, "dependencies": { "honeycomb-grid": "^3.1.3", - "uuid": "^3.3.3" + "uuid": "^3.4.0" } } diff --git a/pilgrims-shared/yarn.lock b/pilgrims-shared/yarn.lock index 8598c1e1..9c296fd7 100644 --- a/pilgrims-shared/yarn.lock +++ b/pilgrims-shared/yarn.lock @@ -4599,10 +4599,10 @@ util.promisify@^1.0.0: define-properties "^1.1.2" object.getownpropertydescriptors "^2.0.3" -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== +uuid@^3.3.2, 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== validate-npm-package-license@^3.0.1: version "3.0.4"