Update async to `3.2.3` (fix vulnerability) (#1247)

This commit is contained in:
Eryu Xia 2022-05-24 14:57:09 -07:00 committed by GitHub
parent ef287fa478
commit 012b226922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"
}

View File

@ -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",