From 4d3c6928489166e63f93f7e4cb42fb0ea3910251 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Oct 2020 03:23:35 +0000 Subject: [PATCH] fix: upgrade uuid from 8.3.0 to 8.3.1 Snyk has created this PR to upgrade uuid from 8.3.0 to 8.3.1. 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e70aae9a44..1f9145fb7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12488,9 +12488,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", - "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz", + "integrity": "sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==" }, "v8-compile-cache": { "version": "2.1.0", diff --git a/package.json b/package.json index 7004217963..2f90cc18f6 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "semver": "7.3.2", "subscriptions-transport-ws": "0.9.18", "tv4": "1.3.0", - "uuid": "8.3.0", + "uuid": "8.3.1", "winston": "3.3.3", "winston-daily-rotate-file": "4.5.0", "ws": "7.3.1"