Skip to content

Commit

Permalink
chore(deps): bump esbuild from 0.23.1 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.23.1 to 0.24.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.23.1...v0.24.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent b124ada commit a6ca724
Show file tree
Hide file tree
Showing 4 changed files with 528 additions and 105 deletions.
2 changes: 1 addition & 1 deletion examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/aws-lambda": "^8.10.145",
"@types/node": "22.5.5",
"constructs": "^10.3.0",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"dependencies": {
"aws-cdk": "^2.159.0",
"aws-cdk-lib": "^2.159.0",
"esbuild": "^0.23.1"
"esbuild": "^0.24.0"
}
}
Loading

0 comments on commit a6ca724

Please sign in to comment.