From f6689d51a678fdaf5d6b98fc0a6013234927f7a3 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Fri, 17 May 2019 12:30:42 -0400 Subject: [PATCH] grpc-js: update dependencies This commit resolves issues from `npm outdated`. The gts dependency will be updated separately, as it comes with significant code churn. --- packages/grpc-js/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/grpc-js/package.json b/packages/grpc-js/package.json index e0827fbe..968fbe37 100644 --- a/packages/grpc-js/package.json +++ b/packages/grpc-js/package.json @@ -15,14 +15,14 @@ "types": "build/src/index.d.ts", "license": "Apache-2.0", "devDependencies": { - "@grpc/proto-loader": "^0.4.0", + "@grpc/proto-loader": "^0.5.0", "@types/lodash": "^4.14.108", "@types/mocha": "^5.2.6", - "@types/node": "^11.13.2", + "@types/node": "^12.0.2", "clang-format": "^1.0.55", "gts": "^0.9.0", "lodash": "^4.17.4", - "typescript": "~3.3.3333" + "typescript": "~3.4.5" }, "contributors": [ {