From b9f137125ab528ff47fb8583e390816faa3e8be2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Mar 2020 03:23:34 +0000 Subject: [PATCH] fix: upgrade uuid from 3.3.3 to 3.4.0 Snyk has created this PR to upgrade uuid from 3.3.3 to 3.4.0. See this package in NPM: https://www.npmjs.com/package/uuid See this project in Snyk: https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 25 ++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6251e5ed38..83495b54bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2398,6 +2398,13 @@ "uuid": "3.3.3", "ws": "7.1.2", "xmlhttprequest": "1.8.0" + }, + "dependencies": { + "uuid": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", + "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" + } } }, "ws": { @@ -2446,6 +2453,13 @@ "uuid": "3.3.3", "ws": "7.2.0", "xmlhttprequest": "1.8.0" + }, + "dependencies": { + "uuid": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", + "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" + } } }, "ws": { @@ -10084,6 +10098,11 @@ "core-js-pure": "^3.0.0", "regenerator-runtime": "^0.13.2" } + }, + "uuid": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", + "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" } } }, @@ -12172,9 +12191,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", - "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" }, "v8-compile-cache": { "version": "2.1.0", diff --git a/package.json b/package.json index d9cd3df503..631c5fb554 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "semver": "7.1.3", "subscriptions-transport-ws": "0.9.16", "tv4": "1.3.0", - "uuid": "3.3.3", + "uuid": "3.4.0", "winston": "3.2.1", "winston-daily-rotate-file": "4.4.2", "ws": "7.2.3"