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"