From 17e2ccf584e0b1fdb0872be6c43db813fa4b2731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 15:16:09 +0100 Subject: [PATCH] chore(deps): bump @types/google-protobuf from 3.7.3 to 3.7.4 in /console (#930) Bumps [@types/google-protobuf](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google-protobuf) from 3.7.3 to 3.7.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/google-protobuf) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 2841f531df..4e544f4fa6 100644 --- a/console/package-lock.json +++ b/console/package-lock.json @@ -3620,9 +3620,9 @@ } }, "@types/google-protobuf": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/@types/google-protobuf/-/google-protobuf-3.7.3.tgz", - "integrity": "sha512-FRwj40euE2bYkG+0X5w2nEA8yAzgJRcEa7RBd0Gsdkb9/tPM2pctVVAvnOUTbcXo2VmIHPo0Ae94Gl9vRHfKzg==" + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@types/google-protobuf/-/google-protobuf-3.7.4.tgz", + "integrity": "sha512-6PjMFKl13cgB4kRdYtvyjKl8VVa0PXS2IdVxHhQ8GEKbxBkyJtSbaIeK1eZGjDKN7dvUh4vkOvU9FMwYNv4GQQ==" }, "@types/jasmine": { "version": "3.6.0", diff --git a/console/package.json b/console/package.json index d1b02dde77..e3c11f0135 100644 --- a/console/package.json +++ b/console/package.json @@ -26,7 +26,7 @@ "@ngx-translate/http-loader": "^6.0.0", "@types/file-saver": "^2.0.1", "@types/uuid": "^8.3.0", - "@types/google-protobuf": "^3.7.3", + "@types/google-protobuf": "^3.7.4", "angularx-qrcode": "^10.0.11", "angular-oauth2-oidc": "^10.0.3", "cors": "^2.8.5",