mirror of https://github.com/grpc/grpc-web.git
Update async to `3.2.3` (fix vulnerability) (#1247)
This commit is contained in:
parent
ef287fa478
commit
012b226922
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue