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.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.20 to 3.2.23
- [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:development
  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 Mar 22, 2024
1 parent c64124d commit ed5d020
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,7 +17,7 @@
"url": "https://github.com/microsoft/powerplatform-actions.git"
},
"devDependencies": {
"@types/async": "^3.2.20",
"@types/async": "^3.2.24",
"@types/chai": "^4.3.6",
"@types/fancy-log": "^2.0.0",
"@types/fs-extra": "^11.0.1",
Expand All @@ -32,7 +32,7 @@
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.62.0",
"async": "^3.2.4",
"async": "^3.2.5",
"chai": "^4.3.8",
"dotenv": "^16.3.1",
"esbuild": "^0.19.3",
Expand Down

0 comments on commit ed5d020

Please sign in to comment.