Update msgpack5 to 4.x

This adds support for Timestamp extension type:
https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type
This commit is contained in:
Miroslav Bajtoš 2018-06-12 16:49:36 +02:00
parent 9c44ec59c3
commit 9435ba5071
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"async": "^2.1.5",
"bluebird": "^3.4.6",
"debug": "^3.1.0",
"msgpack5": "^3.4.1",
"msgpack5": "^4.2.0",
"strong-globalize": "^4.1.1",
"uuid": "^3.0.1"
},