express-bunyan-logger
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "express-bunyan-logger", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "a bunyan logger middleware for express", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "./node_modules/.bin/jshint index.js test/*.js", | ||
"test": "npm run lint && ./node_modules/.bin/mocha -R spec" | ||
"lint": "jshint index.js test/*.js", | ||
"test": "npm run lint && mocha -R spec" | ||
}, | ||
@@ -20,7 +20,7 @@ "repository": { | ||
"dependencies": { | ||
"bunyan": "^1.8.1", | ||
"lodash.has": "^4.5.1", | ||
"lodash.set": "^4.3.1", | ||
"useragent": "^2.1.9", | ||
"uuid": "^3.0.0" | ||
"bunyan": "^1.8.12", | ||
"lodash.has": "^4.5.2", | ||
"lodash.set": "^4.3.2", | ||
"useragent": "^2.2.1", | ||
"uuid": "^3.1.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
23376
8
Updatedbunyan@^1.8.12
Updatedlodash.has@^4.5.2
Updatedlodash.set@^4.3.2
Updateduseragent@^2.2.1
Updateduuid@^3.1.0