Skip to content

Commit

Permalink
Bump async and @types/async
Browse files Browse the repository at this point in the history
Bumps [async](https://github.com/caolan/async) and [@types/async](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async). These dependencies needed to be updated together.

Updates `async` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v3.2.3...v3.2.4)

Updates `@types/async` from 3.2.12 to 3.2.15
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async)

---
updated-dependencies:
- dependency-name: async
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/async"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 10, 2022
1 parent a40a0cd commit fbbaa72
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"fix": "npm run lint -- --fix"
},
"dependencies": {
"async": "^3.2.3",
"async": "^3.2.4",
"cheerio": "^1.0.0-rc.3",
"node-dir": "^0.1.5",
"puid": "^1.0.7",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
},
"devDependencies": {
"@types/async": "^3.2.12",
"@types/async": "^3.2.15",
"@types/cheerio": "^0.22.13",
"@types/node": "^17.0.15",
"@types/node-dir": "0.0.34",
Expand Down

0 comments on commit fbbaa72

Please sign in to comment.