Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump up grpc-node to 1.6.7 to fix CVE-2022-25878 #85

Merged
merged 4 commits into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/LICENSE
Expand Up @@ -215,7 +215,7 @@ Apache 2.0 licenses
The following components are provided under the Apache License. See project link for details.
The text of each license is the standard Apache 2.0 license.

grpc-node 1.4.4: https://github.com/grpc/grpc-node, Apache 2.0
grpc-node 1.6.7: https://github.com/grpc/grpc-node, Apache 2.0

========================================================================
BSD licenses
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -75,7 +75,7 @@
"wait-for-expect": "^3.0.2"
},
"dependencies": {
"@grpc/grpc-js": "^1.4.4",
"@grpc/grpc-js": "^1.6.7",
"google-protobuf": "^3.14.0",
"husky": "^7.0.4",
"semver": "^7.3.2",
Expand Down