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
+}
|