Skip to content

Commit f72dc1c

Browse files
chore(deps): bump esbuild from 0.25.9 to 0.25.10
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.9 to 0.25.10. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.9...v0.25.10) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 320e0dc commit f72dc1c

File tree

4 files changed

+113
-113
lines changed

4 files changed

+113
-113
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": "24.5.1",
5252
"aws-cdk": "^2.1029.1",
5353
"constructs": "^10.4.2",
54-
"esbuild": "^0.25.9",
54+
"esbuild": "^0.25.10",
5555
"typescript": "^5.9.2"
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.1029.1",
4444
"aws-cdk-lib": "^2.214.0",
45-
"esbuild": "^0.25.9",
45+
"esbuild": "^0.25.10",
4646
"tsx": "^4.20.5"
4747
}
4848
}

0 commit comments

Comments
 (0)