Skip to content

Commit

Permalink
fix(deps): update dependency knex to v0.16.2 (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fhinkel committed Dec 14, 2018
1 parent e672ff9 commit f49392c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appengine/cloudsql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"express": "4.16.4",
"knex": "0.15.2",
"knex": "0.16.2",
"mysql": "2.16.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 @@ -22,7 +22,7 @@
},
"dependencies": {
"express": "4.16.4",
"knex": "0.15.2",
"knex": "0.16.2",
"pg": "7.7.1",
"prompt": "1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/postgres/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"body-parser": "1.18.2",
"express": "4.16.2",
"knex": "0.14.4",
"knex": "0.16.2",
"prompt": "1.0.0",
"pug": "2.0.0-rc.4",
"@google-cloud/logging-winston": "^0.10.2",
Expand Down

0 comments on commit f49392c

Please sign in to comment.