Version 1.1.17

This commit is contained in:
Ylian Saint-Hilaire 2024-01-13 11:46:43 -08:00
parent a822b88756
commit 0de32f9fee

View File

@ -1,6 +1,6 @@
{ {
"name": "meshcentral", "name": "meshcentral",
"version": "1.1.16", "version": "1.1.17",
"keywords": [ "keywords": [
"Remote Device Management", "Remote Device Management",
"Remote Device Monitoring", "Remote Device Monitoring",
@ -37,6 +37,7 @@
"sample-config-advanced.json" "sample-config-advanced.json"
], ],
"dependencies": { "dependencies": {
"@yetzt/nedb": "1.8.0",
"archiver": "5.3.2", "archiver": "5.3.2",
"body-parser": "1.20.2", "body-parser": "1.20.2",
"cbor": "5.2.0", "cbor": "5.2.0",
@ -48,9 +49,9 @@
"ipcheck": "0.1.0", "ipcheck": "0.1.0",
"minimist": "1.2.8", "minimist": "1.2.8",
"multiparty": "4.2.3", "multiparty": "4.2.3",
"@yetzt/nedb": "1.8.0",
"node-forge": "1.3.1", "node-forge": "1.3.1",
"otplib": "10.2.3", "otplib": "10.2.3",
"ssh2": "1.15.0",
"ua-parser-js": "1.0.37", "ua-parser-js": "1.0.37",
"ws": "8.14.2", "ws": "8.14.2",
"yauzl": "2.10.0" "yauzl": "2.10.0"