Skip to content

Commit 24ff0a7

Browse files
renovate-botfhinkel
authored andcommitted
fix(deps): update dependency knex to ^0.19.0 (GoogleCloudPlatform#1406)
1 parent 6e4216f commit 24ff0a7

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.18.0",
25+
"knex": "^0.19.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.18.0",
25+
"knex": "^0.19.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
@@ -24,7 +24,7 @@
2424
"@google-cloud/logging-winston": "^1.0.0",
2525
"body-parser": "^1.18.3",
2626
"express": "^4.16.2",
27-
"knex": "^0.18.0",
27+
"knex": "^0.19.0",
2828
"pg": "^7.11.0",
2929
"pug": "^2.0.3",
3030
"winston": "^3.1.0",

0 commit comments

Comments
 (0)