Skip to content

Commit ffc1264

Browse files
renovate-botfhinkel
authored andcommitted
Update dependency knex to ^0.17.0 (GoogleCloudPlatform#1322)
1 parent d391085 commit ffc1264

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.16.3",
25+
"knex": "^0.17.0",
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.16.3",
25+
"knex": "^0.17.0",
2626
"pg": "^7.8.0",
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.3",
2525
"express": "^4.16.2",
26-
"knex": "^0.16.3",
26+
"knex": "^0.17.0",
2727
"prompt": "^1.0.0",
2828
"pug": "^2.0.3",
2929
"@google-cloud/logging-winston": "^0.11.0",

0 commit comments

Comments
 (0)