Node 6.x cbor fix.

This commit is contained in:
Ylian Saint-Hilaire
2019-08-07 14:25:23 -07:00
parent 01025a7ec1
commit f7dd9cfcbf
3 changed files with 54 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.3.9-i",
"version": "0.3.9-j",
"keywords": [
"Remote Management",
"Intel AMT",
@@ -29,7 +29,7 @@
"dependencies": {
"archiver": "^3.0.0",
"body-parser": "^1.19.0",
"cbor": "^4.1.5",
"cbor": "4.1.5",
"compression": "^1.7.4",
"connect-redis": "^3.4.1",
"cookie-session": "^2.0.0-beta.3",