Skip to content

Commit

Permalink
Update async to 3.2.3 (fix vulnerability) (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampajano authored May 24, 2022
1 parent ef287fa commit 012b226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/grpc/gateway/examples/echo/node-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@grpc/grpc-js": "~1.1.8",
"@grpc/proto-loader": "~0.5.0",
"async": "~1.5.2",
"async": "~3.2.3",
"google-protobuf": "~3.14.0",
"lodash": "~4.17.0"
}
Expand Down
2 changes: 1 addition & 1 deletion net/grpc/gateway/examples/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@grpc/grpc-js": "~1.1.8",
"@grpc/proto-loader": "~0.5.4",
"async": "~1.5.2",
"async": "~3.2.3",
"google-protobuf": "~3.14.0",
"grpc-web": "~1.3.1",
"lodash": "~4.17.0",
Expand Down

0 comments on commit 012b226

Please sign in to comment.