Fixed dependencies.

Ylian Saint-Hilaire committed Feb 7, 2022 at 17:00 UTC 35c1d5619ba6550b79f01557dd5fe5927eabc286
1 file changed +1 -4
package.json
+1 -4
@@ -36,7 +36,6 @@
36 "sample-config-advanced.json"
37 ],
38 "dependencies": {
39 - "@yetzt/nedb": "^1.8.0",
39 "body-parser": "^1.19.0",
40 "cbor": "~5.2.0",
41 "compression": "^1.7.4",
@@ -44,12 +43,10 @@
43 "express": "^4.17.0",
44 "express-handlebars": "^3.1.0",
45 "express-ws": "^4.0.0",
47 - "html-minifier": "^4.0.0",
46 "ipcheck": "^0.1.0",
49 - "jsdom": "^19.0.0",
50 - "minify-js": "^0.0.4",
47 "minimist": "^1.2.5",
48 "multiparty": "^4.2.1",
49 + "@yetzt/nedb": "^1.8.0",
50 "node-forge": "^1.0.0",
51 "ws": "^5.2.3",
52 "yauzl": "^2.10.0"