From 245f815be75709d45055c5ebfd28be3ece0ff40f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 16:41:40 +0200 Subject: [PATCH] chore(deps): bump google-protobuf from 3.11.4 to 3.12.0 in /console (#112) Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.11.4 to 3.12.0. - [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.11.4...v3.12.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 ce7248eeb2..4dc0cce90e 100644 --- a/console/package-lock.json +++ b/console/package-lock.json @@ -6982,9 +6982,9 @@ } }, "google-protobuf": { - "version": "3.11.4", - "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.11.4.tgz", - "integrity": "sha512-lL6b04rDirurUBOgsY2+LalI6Evq8eH5TcNzi7TYQ3BsIWelT0KSOQSBsXuavEkNf+odQU6c0lgz3UsZXeNX9Q==" + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.12.0.tgz", + "integrity": "sha512-7HZo4ZIcoL8alxDCYphAjsssJrvfD9XPg7rdd1XkQ4273yfyO4dCuPW88ydYcF382ik3Z06/NqMR3rRzldTK4A==" }, "got": { "version": "6.7.1", diff --git a/console/package.json b/console/package.json index d5f3034efe..aa634a7f19 100644 --- a/console/package.json +++ b/console/package.json @@ -33,7 +33,7 @@ "angularx-qrcode": "^2.1.0", "cors": "^2.8.5", "google-proto-files": "^1.1.1", - "google-protobuf": "^3.11.4", + "google-protobuf": "^3.12.0", "grpc": "^1.24.2", "grpc-web": "^1.0.7", "hammerjs": "^2.0.8",