Dependency fix
Ylian Saint-Hilaire committed
Jun 29, 2022 at 12:26 UTC
0cc213193d9ad0632b09af194314eb4aeda9e1a5
1 file changed
+3
-14
package.json
+3
-14
@@ -37,7 +37,6 @@
37
"sample-config-advanced.json"
38
],
39
"dependencies": {
40
- "@yetzt/nedb": "^1.8.0",
40
"archiver": "^5.3.1",
41
"body-parser": "^1.19.0",
42
"cbor": "~5.2.0",
@@ -46,23 +45,13 @@
45
"express": "^4.17.0",
46
"express-handlebars": "^5.3.5",
47
"express-ws": "^4.0.0",
49
- "html-minifier": "^4.0.0",
50
- "image-size": "^1.0.1",
48
"ipcheck": "^0.1.0",
52
- "jsdom": "^20.0.0",
53
- "loadavg-windows": "^1.1.1",
54
- "minify-js": "0.0.4",
55
- "minimist": "^1.2.6",
49
+ "minimist": "^1.2.5",
50
"multiparty": "^4.2.1",
51
+ "@yetzt/nedb": "^1.8.0",
52
"node-forge": "^1.0.0",
58
- "node-windows": "^0.1.4",
59
- "otplib": "^10.2.3",
60
- "pg": "^8.7.1",
61
- "pgtools": "^0.3.2",
62
- "web-push": "^3.5.0",
53
"ws": "^5.2.3",
64
- "yauzl": "^2.10.0",
65
- "yubikeyotp": "^0.2.0"
54
+ "yauzl": "^2.10.0"
55
},
56
"engines": {
57
"node": ">=10.0.0"