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:
parent
9c44ec59c3
commit
9435ba5071
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue