diff --git a/bundle/package.json b/bundle/package.json
index e47d8536..f55599bf 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",
@@ -91,6 +92,7 @@
"node-os-utils": "^1.3.5",
"patch-package": "^6.4.7",
"pg": "^8.7.1",
+ "proxy-agent": "^5.0.0",
"reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.2",
"supertest": "^6.1.6",
|