[Snyk] Upgrade async from 3.1.0 to 3.2.3 (#658)

This commit is contained in:
Snyk bot 2022-02-05 16:17:56 +02:00 committed by GitHub
parent 90e3bb204e
commit 9921349235
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": { "async": {
"version": "3.1.0", "version": "3.2.3",
"resolved": "https://registry.npmjs.org/async/-/async-3.1.0.tgz", "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
"integrity": "sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ==" "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
}, },
"balanced-match": { "balanced-match": {
"version": "1.0.2", "version": "1.0.2",

View File

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