Skip to content

Commit

Permalink
Merge pull request #751 from manishsaraan/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
manishsaraan committed Oct 3, 2018
2 parents faad2d3 + 6e86605 commit 4675adb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -68,7 +68,7 @@ function createDoc(options) {
app.options = options;

// Logger.
app.log = new (winston.Logger)({
app.log = winston.createLogger({
transports: [
new (winston.transports.Console)({
level : app.options.debug ? 'debug' : app.options.verbose ? 'verbose' : 'info',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -35,11 +35,11 @@
},
"dependencies": {
"apidoc-core": "~0.8.2",
"fs-extra": "~3.0.1",
"lodash": "~4.17.4",
"fs-extra": "^7.0.0",
"lodash": "^4.17.10",
"markdown-it": "^8.3.1",
"nomnom": "~1.8.1",
"winston": "~2.3.1"
"winston": "^3.0.0"
},
"devDependencies": {
"apidoc-example": "*",
Expand Down

0 comments on commit 4675adb

Please sign in to comment.