update knex & remove pg-native

This commit is contained in:
Flummi
2022-03-30 18:24:53 +02:00
parent 9fa61e4caf
commit f750a9a60f
3 changed files with 59 additions and 234 deletions

View File

@ -1,6 +1,6 @@
{
"name": "f0ckv2",
"version": "2.1.0",
"version": "2.2.0",
"description": "f0ck, kennste?",
"main": "index.mjs",
"scripts": {
@ -17,8 +17,7 @@
"cuffeo": "^1.0.7-3",
"flumm-fetch-cookies": "^1.4.0",
"flummpress": "^2.0.4",
"knex": "^0.95.15",
"pg": "^8.7.1",
"pg-native": "^3.0.0"
"knex": "^1.0.4",
"pg": "^8.7.1"
}
}