Skip to content

Commit 54194b1

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: [tmp](https://github.com/raszi/node-tmp). 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 `tmp` from 0.2.3 to 0.2.4 - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](raszi/node-tmp@v0.2.3...v0.2.4) --- 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: tmp dependency-version: 0.2.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3eb8ec0 commit 54194b1

File tree

8 files changed

+167
-173
lines changed

8 files changed

+167
-173
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.0",
56-
"esbuild": "^0.25.8"
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
@@ -172,7 +172,7 @@
172172
"cdk8s": "2.70.3",
173173
"constructs": "^10.0.0",
174174
"delay": "5.0.0",
175-
"esbuild": "^0.25.8",
175+
"esbuild": "^0.25.0",
176176
"fast-check": "^3.23.2",
177177
"jest": "^29.7.0",
178178
"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.25.8",
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
@@ -29,7 +29,7 @@
2929
"axios": "^1.11.0",
3030
"esbuild": "^0.25.8",
3131
"extract-zip": "^2.0.1",
32-
"tmp": "^0.2.1",
32+
"tmp": "^0.2.4",
3333
"ts-morph": "~24.0.0"
3434
},
3535
"main": "lib/index.js",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2444,10 +2444,10 @@ tinyglobby@^0.2.9:
24442444
fdir "^6.4.3"
24452445
picomatch "^4.0.2"
24462446

2447-
tmp@^0.2.1:
2448-
version "0.2.3"
2449-
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz"
2450-
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
2447+
tmp@^0.2.4:
2448+
version "0.2.4"
2449+
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.4.tgz#c6db987a2ccc97f812f17137b36af2b6521b0d13"
2450+
integrity sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==
24512451

24522452
tmpl@1.0.5:
24532453
version "1.0.5"

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.25.8",
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.25.8",
27+
"esbuild": "^0.25.0",
2828
"fs-extra": "^10.1.0",
2929
"yargs": "^17.7.2"
3030
},

yarn.lock

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

0 commit comments

Comments
 (0)