Update uuid to the latest version 🚀 (#6697)

* fix(package): update uuid to version 8.1.0

* chore(package): update lockfile package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
This commit is contained in:
greenkeeper[bot]
2020-05-20 19:27:16 +00:00
committed by GitHub
parent ce06f60f79
commit ee3c86a243
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -12432,9 +12432,9 @@
"integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
},
"uuid": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz",
"integrity": "sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw=="
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.1.0.tgz",
"integrity": "sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg=="
},
"v8-compile-cache": {
"version": "2.1.0",

View File

@@ -52,7 +52,7 @@
"semver": "7.3.2",
"subscriptions-transport-ws": "0.9.16",
"tv4": "1.3.0",
"uuid": "8.0.0",
"uuid": "8.1.0",
"winston": "3.2.1",
"winston-daily-rotate-file": "4.4.2",
"ws": "7.3.0"