Bump uuid from 3.1.0 to 3.3.2 (#5404)

Bumps [uuid](https://github.com/kelektiv/node-uuid) from 3.1.0 to 3.3.2.
- [Release notes](https://github.com/kelektiv/node-uuid/releases)
- [Changelog](https://github.com/kelektiv/node-uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node-uuid/compare/v3.1.0...v3.3.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-03-01 10:46:26 +00:00
committed by peril-parse-community[bot]
parent 56b0786379
commit 1aecd18a72
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10193,9 +10193,9 @@
"integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
},
"uuid": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",
"integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g=="
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
"integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
},
"uws": {
"version": "10.148.1",

View File

@@ -39,7 +39,7 @@
"redis": "2.8.0",
"semver": "5.6.0",
"tv4": "1.3.0",
"uuid": "3.1.0",
"uuid": "3.3.2",
"winston": "2.4.4",
"winston-daily-rotate-file": "1.7.2",
"ws": "6.1.4"