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
@@ -35,7 +35,7 @@
"helmet": "^4.0.0",
"jose": "^1.27.1",
"jwt-decode": "2.2.0",
"knex": "^0.21.1",
"knex": "^0.21.6",
"moment": "^2.26.0",
"morgan": "^1.10.0",
"passport": "^0.4.1",