Fixed package.json

Ylian Saint-Hilaire committed Jul 11, 2020 at 03:34 UTC 22fdece8bcea0e85d98a4a74213bb5f75d297ae2
1 file changed +2 -23
package.json
+2 -23
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "0.5.84",
3 + "version": "0.5.85",
4 "keywords": [
5 "Remote Management",
6 "Intel AMT",
@@ -30,8 +30,6 @@
30 "sample-config-advanced.json"
31 ],
32 "dependencies": {
33 - "archiver": "^4.0.1",
34 - "archiver-zip-encrypted": "^1.0.8",
33 "body-parser": "^1.19.0",
34 "cbor": "^4.1.5",
35 "compression": "^1.7.4",
@@ -40,33 +38,14 @@
38 "express": "^4.17.0",
39 "express-handlebars": "^3.1.0",
40 "express-ws": "^4.0.0",
43 - "html-minifier": "^4.0.0",
44 - "image-size": "^0.8.3",
41 "ipcheck": "^0.1.0",
46 - "jsdom": "^16.3.0",
47 - "jwt-simple": "^0.5.6",
48 - "minify-js": "0.0.4",
42 "minimist": "^1.2.0",
50 - "mongodb": "^3.5.9",
43 "multiparty": "^4.2.1",
44 "nedb": "^1.8.0",
45 "node-forge": "^0.8.4",
54 - "node-rdpjs-2": "^0.3.5",
55 - "node-windows": "^1.0.0-beta.1",
56 - "otplib": "^10.2.3",
57 - "passport": "^0.4.1",
58 - "passport-azure-oauth2": "^0.1.0",
59 - "passport-github2": "^0.1.12",
60 - "passport-google-oauth20": "^2.0.0",
61 - "passport-reddit": "^0.2.4",
62 - "passport-twitter": "^1.0.4",
63 - "promise": "^8.1.0",
64 - "saslprep": "^1.0.3",
65 - "twilio": "^3.48.0",
46 "ws": "^6.2.1",
47 "xmldom": "^0.1.27",
68 - "yauzl": "^2.10.0",
69 - "yubikeyotp": "^0.2.0"
48 + "yauzl": "^2.10.0"
49 },
50 "devDependencies": {},
51 "repository": {