Skip to content

Commit 9628ead

Browse files
chore(deps): bump esbuild from 0.25.12 to 0.27.0
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.12 to 0.27.0. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.12...v0.27.0) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f70018 commit 9628ead

File tree

4 files changed

+1263
-322
lines changed

4 files changed

+1263
-322
lines changed

examples/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/node": "24.10.0",
5353
"aws-cdk": "^2.1031.1",
5454
"constructs": "^10.4.2",
55-
"esbuild": "^0.25.12",
55+
"esbuild": "^0.27.0",
5656
"typescript": "^5.9.3"
5757
}
5858
}

layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"aws-cdk": "^2.1031.1",
4545
"aws-cdk-lib": "^2.221.1",
46-
"esbuild": "^0.25.12",
46+
"esbuild": "^0.27.0",
4747
"tsx": "^4.20.6"
4848
}
4949
}

0 commit comments

Comments
 (0)