From 79838dd739105677272ee02d2598481bc40ac224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:29:21 +0000 Subject: [PATCH] Bump @grpc/grpc-js from 1.2.8 to 1.2.11 in /node Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.2.8 to 1.2.11. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/commits) Signed-off-by: dependabot[bot] --- node/package-lock.json | 12 ++++++------ node/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/node/package-lock.json b/node/package-lock.json index 14010cde..d43d3543 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -452,9 +452,9 @@ } }, "@grpc/grpc-js": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.2.8.tgz", - "integrity": "sha512-9C1xiCbnYe/3OFpSuRqz2JgFSOxv6+SlqFhXgRC1nHfXYbLnXvtmsI/NpaMs6k9ZNyV4gyaOOh5Z4McfegQGew==", + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.2.11.tgz", + "integrity": "sha512-DZqx3nHBm2OGY7NKq4sppDEfx4nBAsQH/d/H/yxo/+BwpVLWLGs+OorpwQ+Fqd6EgpDEoi4MhqndjGUeLl/5GA==", "dev": true, "requires": { "@types/node": ">=12.12.47", @@ -2151,9 +2151,9 @@ } }, "gaxios": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.1.0.tgz", - "integrity": "sha512-vb0to8xzGnA2qcgywAjtshOKKVDf2eQhJoiL6fHhgW5tVN7wNk7egnYIO9zotfn3lQ3De1VPdf7V5/BWfCtCmg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.2.0.tgz", + "integrity": "sha512-Ms7fNifGv0XVU+6eIyL9LB7RVESeML9+cMvkwGS70xyD6w2Z80wl6RiqiJ9k1KFlJCUTQqFFc8tXmPQfSKUe8g==", "dev": true, "requires": { "abort-controller": "^3.0.0", diff --git a/node/package.json b/node/package.json index 61813974..7d8d108b 100644 --- a/node/package.json +++ b/node/package.json @@ -9,7 +9,7 @@ "update": "npx npm-check --update" }, "devDependencies": { - "@grpc/grpc-js": "1.2.8", + "@grpc/grpc-js": "1.2.11", "@types/google-protobuf": "3.7.4", "@types/jest": "26.0.20", "google-protobuf": "3.15.3",