Update node-pre-gyp to pickup fix for #1362

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.
This commit is contained in:
Ben Sykes 2020-06-15 09:18:44 -07:00 committed by GitHub
parent c36b3dbda3
commit e8f7fb5cbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",