-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies to address security vulnerabilities
Go vulnerabilities: - CVE-2023-45288 Node vulnerabilities: - CVE-2023-36665 Additional changes: - Require Node 16 for Node bindings. - Exploit Node 16 language features in TypeScript compiler. - Update patch version following last published release. - Update build tools. - Use latest language versions for vulnerability scan to avoid false positives from standard libraries. Signed-off-by: Mark S. Lewis <[email protected]>
- Loading branch information
1 parent
15b265d
commit 669463d
Showing
10 changed files
with
1,860 additions
and
635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,15 +25,15 @@ HTTPS_GIT := https://github.com/hyperledger/fabric-protos.git | |
SSH_GIT := ssh://[email protected]/hyperledger/fabric-protos.git | ||
|
||
# This controls the version of buf to install and use. | ||
BUF_VERSION := 1.25.1 | ||
BUF_VERSION := 1.30.1 | ||
# If true, Buf is installed from source instead of from releases | ||
BUF_INSTALL_FROM_SOURCE := false | ||
|
||
PROTOC_VERSION := 23.4 | ||
PROTOC_VERSION := 25.3 | ||
PROTOC_GEN_DOC_VERSION := 1.5.1 | ||
PROTOC_GEN_GO_VERSION := 1.31.0 | ||
PROTOC_GEN_GO_VERSION := 1.33.0 | ||
PROTOC_GEN_GO_GRPC_VERSION := 1.3.0 | ||
PROTOC_GEN_GRPC_JAVA_VERSION := 1.57.1 | ||
PROTOC_GEN_GRPC_JAVA_VERSION := 1.63.0 | ||
PROTOC_GEN_JS_VERSION := 3.21.2 | ||
GRPC_TOOLS_VERSION := 1.12.4 | ||
TS_PROTOC_GEN_VERSION := 0.15.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.