update dependencies

This commit is contained in:
Sinuhe Tellez
2021-08-12 02:14:24 -04:00
parent 8fcf8b2478
commit e708e1d0c7
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
"js-base64": "^2.5.1", "js-base64": "^2.5.1",
"lowdb": "^1.0.0", "lowdb": "^1.0.0",
"mqtt": "^3.0.0", "mqtt": "^3.0.0",
"protobufjs": "^6.11.2", "protobufjs": "~6.11.2",
"long": "^4.0.0" "long": "^4.0.0"
} }
} }

View File

@@ -115,7 +115,7 @@
"lowdb": "^1.0.0", "lowdb": "^1.0.0",
"mime": "^2.4.4", "mime": "^2.4.4",
"mqtt": "^3.0.0", "mqtt": "^3.0.0",
"protobufjs": "^6.11.2", "protobufjs": "~6.11.2",
"sha1": "^1.1.1", "sha1": "^1.1.1",
"yarn-run-all": "^3.1.1" "yarn-run-all": "^3.1.1"
}, },