Skip to content

Commit

Permalink
fix(deps): update dependency express to v4.16.4 (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fhinkel committed Nov 10, 2018
1 parent 0a882f8 commit 5da9bfa
Show file tree
Hide file tree
Showing 21 changed files with 389 additions and 321 deletions.
2 changes: 1 addition & 1 deletion appengine/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "npm run system-test"
},
"dependencies": {
"express": "4.16.2",
"express": "4.16.4",
"got": "8.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion appengine/cloudsql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"async": "2.6.0",
"express": "4.16.3",
"express": "4.16.4",
"knex": "0.14.4",
"mysql": "2.15.0",
"prompt": "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion appengine/cloudsql_postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"async": "2.6.0",
"express": "4.16.2",
"express": "4.16.4",
"knex": "0.14.4",
"pg": "7.4.1",
"prompt": "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion appengine/endpoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"body-parser": "1.18.2",
"express": "4.16.2",
"express": "4.16.4",
"safe-buffer": "5.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion appengine/errorreporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@google-cloud/error-reporting": "0.2.3",
"express": "4.16.2"
"express": "4.16.4"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion appengine/grunt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"body-parser": "1.18.2",
"cookie-parser": "1.4.3",
"debug": "3.1.0",
"express": "4.16.2",
"express": "4.16.4",
"grunt": "1.0.2",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.1.0",
Expand Down
Loading

0 comments on commit 5da9bfa

Please sign in to comment.