From 0e5a6e927ca0ab155506cb2a6608a6d13d4e2f2a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 21 May 2020 20:38:32 +0200 Subject: [PATCH] chore(deps): update dependency @grpc/grpc-js to ^1.0.4 (#510) --- test-fixtures/test-application-js/package.json | 2 +- test-fixtures/test-application-ts/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-fixtures/test-application-js/package.json b/test-fixtures/test-application-js/package.json index df9d44eeb..c5e50c0c7 100644 --- a/test-fixtures/test-application-js/package.json +++ b/test-fixtures/test-application-js/package.json @@ -8,7 +8,7 @@ "prettier-check": "prettier --check ./*.js" }, "dependencies": { - "@grpc/grpc-js": "^1.0.3", + "@grpc/grpc-js": "^1.0.4", "grpc": "^1.24.2", "is-docker": "^2.0.0", "karma": "^5.0.9", diff --git a/test-fixtures/test-application-ts/package.json b/test-fixtures/test-application-ts/package.json index 7ee548db4..2a669f368 100644 --- a/test-fixtures/test-application-ts/package.json +++ b/test-fixtures/test-application-ts/package.json @@ -24,7 +24,7 @@ "karma-mocha": "^2.0.1", "karma-chrome-launcher": "^3.1.0", "showcase": "file:./showcase-0.1.0.tgz", - "@grpc/grpc-js": "^1.0.3", + "@grpc/grpc-js": "^1.0.4", "grpc": "^1.24.2", "is-docker": "^2.0.0", "karma-webpack": "^4.0.2",