Updates grpc package to 1.24.2 for js sdk (#3512)

Fixes building grpc package with gcc8 and newer
Fixes building grpc package for node 13.x
Matches minor grpc release (1.24.x) to version used by dotnet sdk
This commit is contained in:
Maciej Lisiewski 2019-11-19 14:56:27 -05:00 committed by Pat Gavlin
parent 83c5e766a4
commit bcdd27e092
2 changed files with 3 additions and 1 deletions

View file

@ -26,6 +26,8 @@ CHANGELOG
reported resources as `--target`s, or pass the `--target-dependents` flag to allow necessary
changes to unspecified dependent targets.
- Support for node 13.x, building with gcc 8 and newer. [#3512] (https://github.com/pulumi/pulumi/pull/3512)
## 1.5.2 (2019-11-13)
- `pulumi policy publish` now determines the Policy Pack name from the Policy Pack, and the

View file

@ -12,7 +12,7 @@
"@pulumi/query": "^0.3.0",
"deasync": "^0.1.15",
"google-protobuf": "^3.5.0",
"grpc": "1.21.1",
"grpc": "1.24.2",
"minimist": "^1.2.0",
"normalize-package-data": "^2.4.0",
"protobufjs": "^6.8.6",