chore(package): update uuid to version 3.0.0

This commit is contained in:
Marc Bachmann 2016-11-23 02:09:10 +01:00 committed by Tobias Lidskog
parent a45fca2d25
commit f8aed56935
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
const moment = require('moment'),
merge = require('lodash.merge'),
makeUuid = require('node-uuid').v4;
makeUuid = require('uuid').v4;
module.exports = function messageMaker(source) {
return {

View File

@ -94,6 +94,7 @@
"simplecrawler": "1.0.1",
"tape": "4.6.2",
"text-table": "0.2.0",
"uuid": "^3.0.0",
"webcoach": "0.29.0",
"webpagetest": "0.3.4",
"yargs": "5.0.0"