From e41dc955d72309c4e0e24b480ce29b99f6d1c31a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 06:58:36 +0000 Subject: [PATCH] build(deps): bump google-protobuf from 3.15.1 to 3.15.6 in /app Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.15.1 to 3.15.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.15.1...v3.15.6) Signed-off-by: dependabot[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index a47d28f..5bfd741 100644 --- a/app/package.json +++ b/app/package.json @@ -35,7 +35,7 @@ "@grpc/grpc-js": "^1.2.8", "electron-installer-debian": "^3.1.0", "get-port": "^5.1.1", - "google-protobuf": "^3.15.1", + "google-protobuf": "^3.15.6", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/app/yarn.lock b/app/yarn.lock index 10d6a8a..3721a87 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1543,10 +1543,10 @@ google-p12-pem@^3.0.3: dependencies: node-forge "^0.10.0" -google-protobuf@^3.15.1, google-protobuf@^3.6.1: - version "3.15.1" - resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.15.1.tgz#b45d42ece48973a9e5e3366b4cbcf85ee6314f94" - integrity sha512-Ss2fADC0TpZXn6bqGgPJMUWoD1y9J7BTtJRVvf+quNxXRtQnrpubiFCdgoown+OetNsU4H3YbJgnpxYY/3kH6g== +google-protobuf@^3.15.6, google-protobuf@^3.6.1: + version "3.15.6" + resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.15.6.tgz#2048055828530993a51df4d4ca2c08322fc1ec7c" + integrity sha512-p65NyhIZFHFUxbIPOm6cygg2rCjK+2uDCxruOG3RaWKM9R4rBGX0STmlJoSOhoyAG8Fha7U8FP4pQomAV1JXsA== got@^9.6.0: version "9.6.0"