Skip to content

Commit b3c7058

Browse files
chore(deps): bump the npm_and_yarn group across 3 directories with 2 updates
Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild). Bumps the npm_and_yarn group with 1 update in the /tools/@aws-cdk/construct-metadata-updater directory: [esbuild](https://github.com/evanw/esbuild). Bumps the npm_and_yarn group with 1 update in the /tools/@aws-cdk/enum-updater directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `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) Updates `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) Updates `js-yaml` from 3.14.1 to 3.14.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.1...3.14.2) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb5700a commit b3c7058

File tree

8 files changed

+325
-169
lines changed

8 files changed

+325
-169
lines changed

packages/@aws-cdk/custom-resource-handlers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"sinon": "^9.2.4",
5454
"nock": "^13.5.6",
5555
"fs-extra": "^11.3.2",
56-
"esbuild": "^0.27.0"
56+
"esbuild": "^0.25.0"
5757
},
5858
"dependencies": {
5959
"@aws-cdk/asset-node-proxy-agent-v6": "^2.1.0",

packages/aws-cdk-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"cdk8s": "2.70.30",
169169
"constructs": "^10.0.0",
170170
"delay": "5.0.0",
171-
"esbuild": "^0.27.0",
171+
"esbuild": "^0.25.0",
172172
"fast-check": "^3.23.2",
173173
"jest": "^29.7.0",
174174
"jest-each": "^29.7.0",

tools/@aws-cdk/construct-metadata-updater/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"cjs-module-lexer": "^1.4.3"
2424
},
2525
"dependencies": {
26-
"esbuild": "^0.27.0",
26+
"esbuild": "^0.25.0",
2727
"ts-morph": "~24.0.0"
2828
},
2929
"main": "lib/index.js",

tools/@aws-cdk/enum-updater/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"axios": "^1.12.0",
30-
"esbuild": "^0.25.8",
30+
"esbuild": "^0.27.1",
3131
"extract-zip": "^2.0.1",
3232
"tmp": "^0.2.5",
3333
"ts-morph": "~24.0.0"

tools/@aws-cdk/enum-updater/yarn.lock

Lines changed: 162 additions & 162 deletions
Large diffs are not rendered by default.

tools/@aws-cdk/lambda-integration-test-updater/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"cjs-module-lexer": "^1.4.3"
2525
},
2626
"dependencies": {
27-
"esbuild": "^0.27.0",
27+
"esbuild": "^0.25.0",
2828
"ts-morph": "~24.0.0"
2929
},
3030
"main": "lib/index.js",

tools/@aws-cdk/lazify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"cjs-module-lexer": "^1.4.3"
2525
},
2626
"dependencies": {
27-
"esbuild": "^0.27.0",
27+
"esbuild": "^0.25.0",
2828
"fs-extra": "^10.1.0",
2929
"yargs": "^17.7.2"
3030
},

yarn.lock

Lines changed: 157 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)