Skip to content

Commit a3465fb

Browse files
chore(deps): bump esbuild from 0.23.1 to 0.24.0
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]>
1 parent 381c9c9 commit a3465fb

File tree

4 files changed

+528
-105
lines changed

4 files changed

+528
-105
lines changed

examples/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/aws-lambda": "^8.10.145",
5252
"@types/node": "22.5.5",
5353
"constructs": "^10.3.0",
54-
"esbuild": "^0.23.1",
54+
"esbuild": "^0.24.0",
5555
"typescript": "^5.6.2"
5656
}
5757
}

layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"dependencies": {
3939
"aws-cdk": "^2.159.0",
4040
"aws-cdk-lib": "^2.159.0",
41-
"esbuild": "^0.23.1"
41+
"esbuild": "^0.24.0"
4242
}
4343
}

0 commit comments

Comments
 (0)