Skip to content

Commit

Permalink
Merge branch 'main' into fix-garbage-collector-timer
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 10, 2025
2 parents e2ae3ba + 00430ac commit 9a7daea
Show file tree
Hide file tree
Showing 8 changed files with 160 additions and 160 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/custom-resource-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"sinon": "^9.2.4",
"nock": "^13.5.5",
"fs-extra": "^11.2.0",
"esbuild": "^0.24.0"
"esbuild": "^0.25.0"
},
"dependencies": {
"@aws-cdk/asset-node-proxy-agent-v6": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"aws-cdk": "0.0.0",
"aws-cdk-lib": "0.0.0",
"aws-sdk-client-mock": "^4.0.1",
"esbuild": "^0.24.0",
"esbuild": "^0.25.0",
"jest": "^29.7.0",
"typedoc": "^0.27.6",
"typescript": "~5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"cdk8s": "2.69.10",
"constructs": "^10.0.0",
"delay": "5.0.0",
"esbuild": "^0.24.0",
"esbuild": "^0.25.0",
"fast-check": "^3.22.0",
"jest": "^29.7.0",
"jest-each": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/construct-metadata-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cjs-module-lexer": "^1.4.1"
},
"dependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.25.0",
"ts-morph": "~24.0.0"
},
"main": "lib/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"cjs-module-lexer": "^1.4.1"
},
"dependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.25.0",
"ts-morph": "~24.0.0"
},
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/lazify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"cjs-module-lexer": "^1.4.1"
},
"dependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.25.0",
"fs-extra": "^10.1.0",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/node-bundle/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

306 changes: 153 additions & 153 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 9a7daea

Please sign in to comment.