Bump async from 3.2.0 to 3.2.2

Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v3.2.0...v3.2.2)

---
updated-dependencies:
- dependency-name: async
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-04-29 21:37:29 +00:00
committed by GitHub
parent 712baa69e7
commit e5de5daa46
2 changed files with 4 additions and 4 deletions
Generated Executable → Regular
+3 -3
View File
@@ -273,9 +273,9 @@
"dev": true
},
"async": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz",
"integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw=="
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz",
"integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g=="
},
"balanced-match": {
"version": "1.0.0",
Executable → Regular
+1 -1
View File
@@ -8,7 +8,7 @@
"start": "node app.js --gui"
},
"dependencies": {
"async": "3.2.0",
"async": "3.2.2",
"cheerio": "^1.0.0-rc.10",
"cli-table": "0.3.5",
"colors": "1.4.0",