Skip to content

Commit

Permalink
Update gRPC to 1.12.2
Browse files Browse the repository at this point in the history
This version has an updated protobufs dependency, which will remove
the warnings from `npm audit`.

Fixes #1350
  • Loading branch information
ellismg committed May 24, 2018
1 parent a6293a8 commit 3e3f0a1
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 182 deletions.
2 changes: 1 addition & 1 deletion sdk/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "https://github.com/pulumi/pulumi/sdk/nodejs",
"dependencies": {
"google-protobuf": "^3.5.0",
"grpc": "^1.6.0",
"grpc": "^1.12.2",
"minimist": "^1.2.0",
"protobufjs": "^6.8.6",
"require-from-string": "^2.0.1",
Expand Down

0 comments on commit 3e3f0a1

Please sign in to comment.