From f0d33dfc4811ab5fc05b3d337d1f3df6e4a0a61b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 20:07:49 +0000 Subject: [PATCH] Bump protobufjs from 4.1.3 to 6.8.8 Bumps [protobufjs](https://github.com/dcodeIO/protobuf.js) from 4.1.3 to 6.8.8. - [Release notes](https://github.com/dcodeIO/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/dcodeIO/protobuf.js/commits/6.8.8) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2a9549..9f4fb8a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "license": "MIT", "dependencies": { "debug-logger": "^0.4.1", - "protobufjs": "^4.1.3" + "protobufjs": "^6.8.8" }, "devDependencies": { "commander": "^2.9.0"