diff --git a/test-fixtures/test-application-js/package.json b/test-fixtures/test-application-js/package.json index 4414032ea..d698c635d 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": "^0.7.3", + "@grpc/grpc-js": "^0.7.4", "grpc": "^1.24.2", "is-docker": "^2.0.0", "karma": "^4.4.1", diff --git a/test-fixtures/test-application-ts/package.json b/test-fixtures/test-application-ts/package.json index fb91faabe..7100537fa 100644 --- a/test-fixtures/test-application-ts/package.json +++ b/test-fixtures/test-application-ts/package.json @@ -24,7 +24,7 @@ "karma-mocha": "^1.3.0", "karma-chrome-launcher": "^3.1.0", "showcase": "file:./showcase-0.1.0.tgz", - "@grpc/grpc-js": "^0.7.3", + "@grpc/grpc-js": "^0.7.4", "grpc": "^1.24.2", "is-docker": "^2.0.0", "karma-webpack": "^4.0.2",