Version 1.1.31

Ylian Saint-Hilaire committed Sep 26, 2024 at 21:19 UTC a3fd6008a0b187dd0e53fd3e63bee9a30ec1c38b
1 file changed +14 -1
package.json
+14 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "1.1.30",
3 + "version": "1.1.31",
4 "keywords": [
5 "Remote Device Management",
6 "Remote Device Monitoring",
@@ -42,14 +42,27 @@
42 "body-parser": "1.20.3",
43 "cbor": "5.2.0",
44 "compression": "1.7.4",
45 + "connect-flash": "0.1.1",
46 "cookie-session": "2.0.0",
47 "express": "4.21.0",
48 "express-handlebars": "7.1.3",
49 "express-ws": "5.0.2",
50 "ipcheck": "0.1.0",
51 + "jwt-simple": "0.5.6",
52 + "loadavg-windows": "1.1.1",
53 "minimist": "1.2.8",
54 "multiparty": "4.2.3",
55 "node-forge": "1.3.1",
56 + "node-windows": "0.1.14",
57 + "node-xcs": "0.1.7",
58 + "otplib": "10.2.3",
59 + "passport": "0.7.0",
60 + "passport-azure-oauth2": "0.1.0",
61 + "passport-github2": "0.1.12",
62 + "passport-google-oauth20": "2.0.0",
63 + "passport-saml": "3.2.4",
64 + "passport-twitter": "1.0.4",
65 + "ssh2": "1.15.0",
66 "ua-parser-js": "1.0.37",
67 "ws": "8.17.1",
68 "yauzl": "2.10.0"