fix: upgrade knex to 0.21.6

This reduces a overly noisy warning during tests: https://github.com/knex/knex/pull/3936
This commit is contained in:
Oliver Sand
2020-10-29 11:10:11 +01:00
parent 2ebcfac8d4
commit a6da3d1c06
7 changed files with 16 additions and 18 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
"example-app": "^0.1.1-alpha.26",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"knex": "^0.21.1",
"knex": "^0.21.6",
"pg": "^8.3.0",
"pg-connection-string": "^2.3.0",
"sqlite3": "^5.0.0",