mirror of https://github.com/grpc/grpc-node.git
Merge pull request #2496 from luciomartinez/master
Fixes security issue by upgrading `protobufjs`
This commit is contained in:
commit
85832dc4fb
|
@ -48,7 +48,7 @@
|
|||
"@types/long": "^4.0.1",
|
||||
"lodash.camelcase": "^4.3.0",
|
||||
"long": "^4.0.0",
|
||||
"protobufjs": "^7.0.0",
|
||||
"protobufjs": "^7.2.4",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in New Issue