[Snyk] Upgrade async from 3.2.3 to 3.2.4 (#682)

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Bo-Yi Wu 2022-06-30 21:42:21 +08:00 committed by GitHub
parent b8697e69b5
commit 372c8f4523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -81,9 +81,9 @@
}
},
"async": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
"integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
},
"balanced-match": {
"version": "1.0.2",

View File

@ -2,7 +2,7 @@
"name": "gorush-examples",
"version": "0.1.0",
"dependencies": {
"async": "^3.2.3",
"async": "^3.2.4",
"global": "^4.4.0",
"google-protobuf": "^3.20.0",
"grpc": "^1.24.11",