Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Amorosi <dreamorosi@gmail.com>
  • Loading branch information
dependabot[bot] and dreamorosi authored May 15, 2024
1 parent af7d752 commit f6ed5a6
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 101 deletions.
2 changes: 1 addition & 1 deletion examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/node": "20.12.11",
"aws-cdk": "^2.141.0",
"constructs": "^10.3.0",
"esbuild": "^0.21.1",
"esbuild": "^0.21.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"dependencies": {
"aws-cdk": "^2.141.0",
"aws-cdk-lib": "^2.141.0",
"esbuild": "^0.21.1"
"esbuild": "^0.21.2"
}
}
Loading

0 comments on commit f6ed5a6

Please sign in to comment.