diff --git a/package-lock.json b/package-lock.json
index ce23ed7b..e1bcc6db 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -30,7 +30,6 @@
"fido2-lib": "^3.5.9",
"file-type": "^22.0.1",
"form-data": "^4.0.5",
- "harmony-erlpack": "^0.0.1",
"i18next": "^26.0.6",
"i18next-fs-backend": "^2.6.4",
"i18next-http-middleware": "^3.9.3",
@@ -50,6 +49,7 @@
"reflect-metadata": "^0.2.2",
"tslib": "^2.8.1",
"typeorm": "^0.3.28",
+ "wetf": "^0.9.14",
"wretch": "^3.0.7",
"ws": "^8.20.0"
},
@@ -3993,12 +3993,6 @@
"dev": true,
"license": "ISC"
},
- "node_modules/harmony-erlpack": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/harmony-erlpack/-/harmony-erlpack-0.0.1.tgz",
- "integrity": "sha512-T3sahrFXojE5nAW9v+uz/DkA4TD6IQFSvOuCp05VFQi9fZC76bUzT1sXQtzyDMXmRuU0jJeZs8LQ4tityaUZiA==",
- "license": "AGPL-3.0"
- },
"node_modules/has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
@@ -7038,6 +7032,15 @@
"tslib": "^2.7.0"
}
},
+ "node_modules/wetf": {
+ "version": "0.9.14",
+ "resolved": "https://registry.npmjs.org/wetf/-/wetf-0.9.14.tgz",
+ "integrity": "sha512-pL/SPqwqVRIfRIvYi57ZBKCN9u9eSGRpE2ngpEw0MqyVpT0YhLByCesaHI7uIJ7hiLOUH824sdMwURLh4xzfjA==",
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/timotejroiko/wetf?sponsor=1"
+ }
+ },
"node_modules/whatwg-encoding": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|