Skip to content

Commit f6ed5a6

Browse files
chore(deps): bump esbuild from 0.21.1 to 0.21.2 (#2512)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:production 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> Co-authored-by: Andrea Amorosi <[email protected]>
1 parent af7d752 commit f6ed5a6

File tree

4 files changed

+101
-101
lines changed

4 files changed

+101
-101
lines changed

examples/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/node": "20.12.11",
6060
"aws-cdk": "^2.141.0",
6161
"constructs": "^10.3.0",
62-
"esbuild": "^0.21.1",
62+
"esbuild": "^0.21.2",
6363
"jest": "^29.7.0",
6464
"ts-jest": "^29.1.2",
6565
"ts-node": "^10.9.2",

layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"dependencies": {
4040
"aws-cdk": "^2.141.0",
4141
"aws-cdk-lib": "^2.141.0",
42-
"esbuild": "^0.21.1"
42+
"esbuild": "^0.21.2"
4343
}
4444
}

0 commit comments

Comments
 (0)