Skip to content

Commit f49392c

Browse files
renovate[bot]fhinkel
authored andcommitted
fix(deps): update dependency knex to v0.16.2 (#1044)
1 parent e672ff9 commit f49392c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

appengine/cloudsql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"express": "4.16.4",
25-
"knex": "0.15.2",
25+
"knex": "0.16.2",
2626
"mysql": "2.16.0",
2727
"prompt": "1.0.0"
2828
},

appengine/cloudsql_postgresql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"express": "4.16.4",
25-
"knex": "0.15.2",
25+
"knex": "0.16.2",
2626
"pg": "7.7.1",
2727
"prompt": "1.0.0"
2828
},

cloud-sql/postgres/knex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"body-parser": "1.18.2",
2525
"express": "4.16.2",
26-
"knex": "0.14.4",
26+
"knex": "0.16.2",
2727
"prompt": "1.0.0",
2828
"pug": "2.0.0-rc.4",
2929
"@google-cloud/logging-winston": "^0.10.2",

0 commit comments

Comments
 (0)