Skip to content

Commit

Permalink
Update gRPC dependency to address CVE-2024-37168 (#428)
Browse files Browse the repository at this point in the history
Bump grpc-js to 1.10.9.
Bump fabric-protos to 0.2.1.
Remove unused proto-loader.

Used `rush update` command.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart authored Jun 13, 2024
1 parent 86137c5 commit 1da07a6
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 43 deletions.
110 changes: 70 additions & 40 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions libraries/fabric-shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@
},
"dependencies": {
"@fidm/x509": "^1.2.1",
"@grpc/grpc-js": "1.8.15",
"@grpc/proto-loader": "^0.6.6",
"@hyperledger/fabric-protos": "0.1.0-dev.2300102001.1",
"@grpc/grpc-js": "~1.10.9",
"@hyperledger/fabric-protos": "~0.2.1",
"@types/node": "^16.11.1",
"ajv": "^6.12.2",
"fabric-contract-api": "2.5.6",
Expand Down

0 comments on commit 1da07a6

Please sign in to comment.