diff --git a/lib/routes/create.js b/lib/routes/create.js index 89a4e095..5bf51f24 100644 --- a/lib/routes/create.js +++ b/lib/routes/create.js @@ -5,7 +5,7 @@ const async = require('async') const _ = { assign: require('lodash.assign') } -const uuid = require('node-uuid') +const uuid = require('uuid') const helper = require('./helper.js') const router = require('../router.js') const postProcess = require('../postProcess.js') diff --git a/package.json b/package.json index d5a94831..ca280baf 100644 --- a/package.json +++ b/package.json @@ -33,10 +33,10 @@ "lodash.pick": "4.4.0", "lodash.uniq": "4.5.0", "lodash.uniqby": "4.7.0", - "node-uuid": "1.4.8", "qs": "6.4.0", "request": "2.81.0", - "use-strict": "1.0.1" + "use-strict": "1.0.1", + "uuid": "3.0.1" }, "devDependencies": { "eslint": "^3.6.1",