From f0763a25d684eaf5524dffc6894964b23e53c2b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 22:50:44 +0000 Subject: [PATCH] Bump msgpack5 from 4.2.1 to 4.5.1 Bumps [msgpack5](https://github.com/mcollina/msgpack5) from 4.2.1 to 4.5.1. - [Release notes](https://github.com/mcollina/msgpack5/releases) - [Commits](https://github.com/mcollina/msgpack5/commits/v4.5.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d1e483..d360784 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2048,9 +2048,9 @@ } }, "msgpack5": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/msgpack5/-/msgpack5-4.2.1.tgz", - "integrity": "sha512-Xo7nE9ZfBVonQi1rSopNAqPdts/QHyuSEUwIEzAkB+V2FtmkkLUbP6MyVqVVQxsZYI65FpvW3Bb8Z9ZWEjbgHQ==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/msgpack5/-/msgpack5-4.5.1.tgz", + "integrity": "sha512-zC1vkcliryc4JGlL6OfpHumSYUHWFGimSI+OgfRCjTFLmKA2/foR9rMTOhWiqfOrfxJOctrpWPvrppf8XynJxw==", "requires": { "bl": "^2.0.1", "inherits": "^2.0.3",