Skip to content

Commit

Permalink
gen: update morgan to ~1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 18, 2017
1 parent 8e8e04c commit ad09fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/express-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function createApplication (name, path) {
'cookie-parser': '~1.4.3',
'debug': '~2.6.8',
'express': '~4.15.4',
'morgan': '~1.8.1',
'morgan': '~1.8.2',
'serve-favicon': '~2.4.2'
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe('express(1)', function () {
' "debug": "~2.6.8",\n' +
' "express": "~4.15.4",\n' +
' "jade": "~1.11.0",\n' +
' "morgan": "~1.8.1",\n' +
' "morgan": "~1.8.2",\n' +
' "serve-favicon": "~2.4.2"\n' +
' }\n' +
'}\n')
Expand Down

0 comments on commit ad09fd5

Please sign in to comment.