Skip to content

Commit

Permalink
Update node-pre-gyp to pickup fix for grpc#1362
Browse files Browse the repository at this point in the history
node-pre-gyp 0.12.0 uses needle 2.4.1 which has the bug in it.
Even with grpc 1.24.3, which refers to the updated version, it seems npm can decide to use the older version referenced by this package.
  • Loading branch information
bsyk authored Jun 15, 2020
1 parent c36b3db commit e8f7fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepublishOnly": "git submodule update --init --recursive && node copy_well_known_protos.js"
},
"dependencies": {
"node-pre-gyp": "^0.12.0"
"node-pre-gyp": "^0.15.0"
},
"binary": {
"module_name": "grpc_tools",
Expand Down

0 comments on commit e8f7fb5

Please sign in to comment.