From 1cdfbb22cbc85c4e4cfb0c86b43450ea4fd07227 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Mon, 29 Apr 2019 09:26:09 -0700 Subject: [PATCH] chore(dep): unpin grpc --- package.json | 2 +- system-test/fixtures/google-gax-packaging-test-app/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 93d673134..f7c552d1f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@grpc/proto-loader": "^0.5.0", "duplexify": "^3.6.0", "google-auth-library": "^3.0.0", - "grpc": "1.20.0", + "grpc": "^1.20.2", "grpc-gcp": "^0.1.1", "is-stream-ended": "^0.1.4", "lodash.at": "^4.6.0", diff --git a/system-test/fixtures/google-gax-packaging-test-app/package.json b/system-test/fixtures/google-gax-packaging-test-app/package.json index c6265aeb3..3ed00e021 100644 --- a/system-test/fixtures/google-gax-packaging-test-app/package.json +++ b/system-test/fixtures/google-gax-packaging-test-app/package.json @@ -27,7 +27,7 @@ "dependencies": { "@grpc/grpc-js": "^0.3.6", "google-gax": "file:./google-gax.tgz", - "grpc": "1.20.0", + "grpc": "^1.20.2", "lodash.merge": "^4.6.1", "protobufjs": "^6.8.8" },