From 05746122551ae15761e0acae318e07fe4f295160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:37:59 +0000 Subject: [PATCH] chore(deps): bump google-protobuf from 3.13.0 to 3.15.6 in /console Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.13.0 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.13.0...v3.15.6) Signed-off-by: dependabot[bot] --- console/package-lock.json | 6 +++--- console/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/console/package-lock.json b/console/package-lock.json index 4b33c089f6a..4b133a41e44 100644 --- a/console/package-lock.json +++ b/console/package-lock.json @@ -8876,9 +8876,9 @@ } }, "google-protobuf": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.13.0.tgz", - "integrity": "sha512-ZIf3qfLFayVrPvAjeKKxO5FRF1/NwRxt6Dko+fWEMuHwHbZx8/fcaAao9b0wCM6kr8qeg2te8XTpyuvKuD9aKw==" + "version": "3.15.6", + "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.15.6.tgz", + "integrity": "sha512-p65NyhIZFHFUxbIPOm6cygg2rCjK+2uDCxruOG3RaWKM9R4rBGX0STmlJoSOhoyAG8Fha7U8FP4pQomAV1JXsA==" }, "graceful-fs": { "version": "4.2.3", diff --git a/console/package.json b/console/package.json index 63b98698f6f..58ca6916de8 100644 --- a/console/package.json +++ b/console/package.json @@ -32,7 +32,7 @@ "cors": "^2.8.5", "file-saver": "^2.0.5", "google-proto-files": "^2.4.0", - "google-protobuf": "^3.13.0", + "google-protobuf": "^3.15.6", "grpc": "^1.24.5", "grpc-web": "^1.2.1", "moment": "^2.29.1",