Skip to content

Commit

Permalink
chore(deps): 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.4 to 3.2.5
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v3.2.4...v3.2.5)

Updates `@types/async` from 3.2.19 to 3.2.24
- [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 Jan 1, 2024
1 parent 7615405 commit 84d0b31
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 @@ -60,7 +60,7 @@
}
},
"dependencies": {
"async": "3.2.4",
"async": "3.2.5",
"chalk": "^4.1.2",
"commander": "^9.1.0",
"glob": "^8.0.3",
Expand All @@ -74,7 +74,7 @@
"@commitlint/config-conventional": "^17.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/async": "^3.2.19",
"@types/async": "^3.2.24",
"@types/glob": "^8.0.0",
"@types/is-glob": "4.0.2",
"@types/node-fetch": "^2.5.12",
Expand Down

0 comments on commit 84d0b31

Please sign in to comment.