From e87ad27929211122e04d5abd7580c5dcf2d84b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 15:37:49 +0000 Subject: [PATCH] Bump protobufjs from 6.10.1 to 6.10.3 Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.10.1 to 6.10.3. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/commits) --- updated-dependencies: - dependency-name: protobufjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0ec8d60..57ae3cd 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "marked": "^0.4.0", "node-emoji": "^1.8.1", "process-list": "^1.2.3", - "protobufjs": "^6.8.4", + "protobufjs": "^6.10.3", "react": "^16.8.3", "react-dom": "^16.8.3", "react-redux": "5", diff --git a/yarn.lock b/yarn.lock index 550ea6d..4cf3b4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7170,10 +7170,10 @@ prop-types@^15.5.7, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, object-assign "^4.1.1" react-is "^16.8.1" -protobufjs@^6.8.4: - version "6.10.1" - resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.10.1.tgz#e6a484dd8f04b29629e9053344e3970cccf13cd2" - integrity sha512-pb8kTchL+1Ceg4lFd5XUpK8PdWacbvV5SK2ULH2ebrYtl4GjJmS24m6CKME67jzV53tbJxHlnNOSqQHbTsR9JQ== +protobufjs@^6.10.3: + version "6.10.3" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.10.3.tgz#11ed1dd02acbfcb330becf1611461d4b407f9eef" + integrity sha512-yvAslS0hNdBhlSKckI4R1l7wunVilX66uvrjzE4MimiAt7/qw1nLpMhZrn/ObuUTM/c3Xnfl01LYMdcSJe6dwg== dependencies: "@protobufjs/aspromise" "^1.1.2" "@protobufjs/base64" "^1.1.2"