Updated nodejs in translate.bat

This commit is contained in:
Ylian Saint-Hilaire
2023-09-11 10:07:12 -07:00
parent 14a1639a4f
commit 277333724b
4 changed files with 7 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "1.1.10",
"version": "1.1.11",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",
@@ -50,7 +50,7 @@
"multiparty": "^4.2.1",
"@yetzt/nedb": "^1.8.0",
"node-forge": "^1.0.0",
"ua-parser-js": "^1.0.35",
"ua-parser-js": "^1.0.35",
"ws": "^5.2.3",
"yauzl": "^2.10.0"
},