Skip to content

Commit

Permalink
fix(deps): update dependency express-winston to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 11, 2019
1 parent 7e2485b commit 74a5b50
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 5-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"body-parser": "^1.18.2",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-winston": "^2.5.0",
"express-winston": "^3.0.0",
"lodash": "^4.17.11",
"multer": "^1.3.0",
"nconf": "^0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion 6-pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"body-parser": "^1.18.2",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-winston": "^2.5.0",
"express-winston": "^3.0.0",
"grpc": "^1.11.3",
"lodash": "^4.17.11",
"multer": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion 7-gce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"body-parser": "^1.18.2",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-winston": "^2.5.0",
"express-winston": "^3.0.0",
"lodash": "^4.17.11",
"mongodb": "^3.1.13",
"multer": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion optional-kubernetes-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"connect-memcached": "^1.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-winston": "^2.6.0",
"express-winston": "^3.0.0",
"lodash": "^4.17.11",
"mongodb": "^3.1.13",
"multer": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"connect-memcached": "^1.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-winston": "^2.5.0",
"express-winston": "^3.0.0",
"lodash": "^4.17.5",
"mongodb": "^3.0.2",
"multer": "^1.3.0",
Expand Down

0 comments on commit 74a5b50

Please sign in to comment.