Skip to content

Commit cb9fb28

Browse files
chore(deps): bump esbuild from 0.24.2 to 0.25.0
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.2 to 0.25.0. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.24.2...v0.25.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 a5cc74f commit cb9fb28

File tree

4 files changed

+135
-109
lines changed

4 files changed

+135
-109
lines changed

examples/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/node": "22.13.1",
5252
"aws-cdk": "^2.178.1",
5353
"constructs": "^10.4.2",
54-
"esbuild": "^0.24.2",
54+
"esbuild": "^0.25.0",
5555
"typescript": "^5.7.3"
5656
}
5757
}

layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"aws-cdk": "^2.178.1",
4444
"aws-cdk-lib": "^2.178.1",
45-
"esbuild": "^0.24.2",
45+
"esbuild": "^0.25.0",
4646
"tsx": "^4.19.2"
4747
}
4848
}

0 commit comments

Comments
 (0)