Pinned knex version (thx sqlite)

This commit is contained in:
Nicolai Ort 2022-01-16 17:57:07 +01:00
parent 35fafa337b
commit 9cf8248522
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
"fastify-cors": "^6.0.2",
"fastify-jwt": "^4.0.0",
"isbot": "^3.3.3",
"knex": "^0.95.0",
"knex": "0.95.0",
"sqlite3": "^5.0.2",
"uniqid": "^5.3.0"
},