Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 2f7181a commit 12dff9d
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 127 deletions.
2 changes: 1 addition & 1 deletion example/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"esbuild": "0.24.0"
"esbuild": "0.24.2"
}
}
2 changes: 1 addition & 1 deletion example/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"aws-cdk": "2.173.2",
"aws-cdk-lib": "2.173.2",
"constructs": "10.4.2",
"esbuild": "0.24.0",
"esbuild": "0.24.2",
"ts-node": "10.9.2",
"typescript": "5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@types/jest": "^29.5.14",
"@types/readable-stream": "4.0.18",
"@types/uuid": "10.0.0",
"esbuild": "0.24.0",
"esbuild": "0.24.2",
"esbuild-plugins-node-modules-polyfill": "1.6.8",
"prettier": "3.4.2",
"pretty-format": "29.7.0",
Expand Down
Loading

0 comments on commit 12dff9d

Please sign in to comment.