summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-18 22:55:54 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-18 22:55:54 +0200
commit01fb2dbf4de6c97ea87b968f004361ce70c9d4d1 (patch)
treec3088d2375e40e621e5af9ac05e4e63d21ddae33 /bundle/package.json
parent:bug: fix bulk delete (diff)
downloadserver-01fb2dbf4de6c97ea87b968f004361ce70c9d4d1.tar.xz
:zap: use better-sqlite3 as default db
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundle/package.json b/bundle/package.json

index e47d8536..c75f5da7 100644 --- a/bundle/package.json +++ b/bundle/package.json
@@ -65,6 +65,7 @@ "assert": "^1.5.0", "async-exit-hook": "^2.0.1", "bcrypt": "^5.0.1", + "better-sqlite3": "^7.4.3", "body-parser": "^1.19.0", "btoa": "^1.2.1", "cheerio": "^1.0.0-rc.10", @@ -73,7 +74,7 @@ "express": "^4.17.1", "express-async-errors": "^3.1.1", "file-type": "^16.5.0", - "form-data": "^3.0.0", + "form-data": "^4.0.0", "fs-extra": "^10.0.0", "i18next": "^19.9.2", "i18next-http-middleware": "^3.1.3", @@ -92,11 +93,10 @@ "patch-package": "^6.4.7", "pg": "^8.7.1", "reflect-metadata": "^0.1.13", - "sqlite3": "^5.0.2", "supertest": "^6.1.6", "typeorm": "^0.2.37", "typescript": "^4.1.2", "typescript-json-schema": "^0.50.1", "ws": "^7.4.2" } -} \ No newline at end of file +}