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
@@ -31,7 +31,7 @@
"dockerode": "^3.2.0",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"knex": "^0.21.1",
"knex": "^0.21.6",
{{#if dbTypePG}}
"pg": "^8.3.0",
{{/if}}