From c97488e03387d309b3ca6c8d2fb4c978dd5786c1 Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Mon, 30 Mar 2026 06:06:48 +0000 Subject: [PATCH] chore: Upgrade dependencies for JSII Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date. --- .../aws-cloudfront-proxy/package.json | 2 +- examples/typescript/aws-import/package.json | 2 +- .../typescript/aws-kubernetes/package.json | 2 +- examples/typescript/aws-move/package.json | 2 +- .../aws-multiple-stacks/package.json | 2 +- examples/typescript/aws-prebuilt/package.json | 2 +- .../typescript/azure-app-service/package.json | 2 +- .../package.json | 2 +- examples/typescript/azure/package.json | 2 +- .../typescript/backends/azurerm/package.json | 2 +- .../typescript/backends/cloud/package.json | 2 +- examples/typescript/backends/gcs/package.json | 2 +- .../typescript/backends/remote/package.json | 2 +- examples/typescript/backends/s3/package.json | 2 +- examples/typescript/docker/package.json | 2 +- .../typescript/documentation/package.json | 2 +- .../typescript/google-cloudrun/package.json | 2 +- examples/typescript/google/package.json | 2 +- examples/typescript/kubernetes/package.json | 2 +- examples/typescript/provisioner/package.json | 2 +- examples/typescript/ucloud/package.json | 2 +- examples/typescript/vault/package.json | 2 +- packages/@cdktn/cli-core/package.json | 10 +- packages/@cdktn/commons/package.json | 2 +- packages/@cdktn/hcl2cdk/package.json | 4 +- .../@cdktn/provider-generator/package.json | 2 +- packages/cdktn-cli/package.json | 10 +- packages/cdktn/package.json | 8 +- yarn.lock | 132 ++++++++++++++---- 29 files changed, 146 insertions(+), 66 deletions(-) diff --git a/examples/typescript/aws-cloudfront-proxy/package.json b/examples/typescript/aws-cloudfront-proxy/package.json index 4e2c33976..a9ee5fd1a 100644 --- a/examples/typescript/aws-cloudfront-proxy/package.json +++ b/examples/typescript/aws-cloudfront-proxy/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/aws-import/package.json b/examples/typescript/aws-import/package.json index 8a11de410..77defeff3 100644 --- a/examples/typescript/aws-import/package.json +++ b/examples/typescript/aws-import/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/aws-kubernetes/package.json b/examples/typescript/aws-kubernetes/package.json index 08db0178a..21d8e332c 100644 --- a/examples/typescript/aws-kubernetes/package.json +++ b/examples/typescript/aws-kubernetes/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/aws-move/package.json b/examples/typescript/aws-move/package.json index 8696b1530..c16eae4ea 100644 --- a/examples/typescript/aws-move/package.json +++ b/examples/typescript/aws-move/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/aws-multiple-stacks/package.json b/examples/typescript/aws-multiple-stacks/package.json index ba74f2c5b..387f582cd 100644 --- a/examples/typescript/aws-multiple-stacks/package.json +++ b/examples/typescript/aws-multiple-stacks/package.json @@ -22,6 +22,6 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" } } diff --git a/examples/typescript/aws-prebuilt/package.json b/examples/typescript/aws-prebuilt/package.json index 70626080d..d8c5e1400 100644 --- a/examples/typescript/aws-prebuilt/package.json +++ b/examples/typescript/aws-prebuilt/package.json @@ -20,6 +20,6 @@ "@cdktf/provider-aws": "21.22.1", "cdktf": "0.21.0", "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" } } diff --git a/examples/typescript/azure-app-service/package.json b/examples/typescript/azure-app-service/package.json index edcd21cd0..41972eb68 100644 --- a/examples/typescript/azure-app-service/package.json +++ b/examples/typescript/azure-app-service/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/azure-service-bus-queue-trigger/package.json b/examples/typescript/azure-service-bus-queue-trigger/package.json index 5d10408b1..f84cd8a2a 100644 --- a/examples/typescript/azure-service-bus-queue-trigger/package.json +++ b/examples/typescript/azure-service-bus-queue-trigger/package.json @@ -21,7 +21,7 @@ "@cdktf/provider-azurerm": "9.0.6", "cdktf": "^0.21.0", "cdktn": "^0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/azure/package.json b/examples/typescript/azure/package.json index b9d8d5946..36714cecb 100755 --- a/examples/typescript/azure/package.json +++ b/examples/typescript/azure/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/backends/azurerm/package.json b/examples/typescript/backends/azurerm/package.json index c1189d0be..ac7f0f253 100644 --- a/examples/typescript/backends/azurerm/package.json +++ b/examples/typescript/backends/azurerm/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/backends/cloud/package.json b/examples/typescript/backends/cloud/package.json index 79b3b2dfa..d16125e74 100644 --- a/examples/typescript/backends/cloud/package.json +++ b/examples/typescript/backends/cloud/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/backends/gcs/package.json b/examples/typescript/backends/gcs/package.json index 41195e966..ab869b9bd 100644 --- a/examples/typescript/backends/gcs/package.json +++ b/examples/typescript/backends/gcs/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/backends/remote/package.json b/examples/typescript/backends/remote/package.json index 4152914ad..bdc6fbed6 100644 --- a/examples/typescript/backends/remote/package.json +++ b/examples/typescript/backends/remote/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/backends/s3/package.json b/examples/typescript/backends/s3/package.json index 9f702e29a..4b3ba9b52 100644 --- a/examples/typescript/backends/s3/package.json +++ b/examples/typescript/backends/s3/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/docker/package.json b/examples/typescript/docker/package.json index dc460a6e4..45216677a 100644 --- a/examples/typescript/docker/package.json +++ b/examples/typescript/docker/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/documentation/package.json b/examples/typescript/documentation/package.json index 9ee9af84b..bf399b84b 100644 --- a/examples/typescript/documentation/package.json +++ b/examples/typescript/documentation/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/google-cloudrun/package.json b/examples/typescript/google-cloudrun/package.json index 0aa325840..1671a5315 100644 --- a/examples/typescript/google-cloudrun/package.json +++ b/examples/typescript/google-cloudrun/package.json @@ -21,7 +21,7 @@ "dependencies": { "cdktf": "0.21.0", "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/google/package.json b/examples/typescript/google/package.json index fcdb725bd..3d9263a36 100644 --- a/examples/typescript/google/package.json +++ b/examples/typescript/google/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/kubernetes/package.json b/examples/typescript/kubernetes/package.json index 106332618..8c20f8a64 100644 --- a/examples/typescript/kubernetes/package.json +++ b/examples/typescript/kubernetes/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/provisioner/package.json b/examples/typescript/provisioner/package.json index 9eff9a8b7..08ce83dec 100644 --- a/examples/typescript/provisioner/package.json +++ b/examples/typescript/provisioner/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/ucloud/package.json b/examples/typescript/ucloud/package.json index 8dfa2f0b1..6ed4704a8 100755 --- a/examples/typescript/ucloud/package.json +++ b/examples/typescript/ucloud/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/examples/typescript/vault/package.json b/examples/typescript/vault/package.json index 3dfe72e1d..e708d58dc 100644 --- a/examples/typescript/vault/package.json +++ b/examples/typescript/vault/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "cdktn": "0.0.0", - "constructs": "10.4.2" + "constructs": "10.6.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/packages/@cdktn/cli-core/package.json b/packages/@cdktn/cli-core/package.json index ab566f144..c3e20f677 100644 --- a/packages/@cdktn/cli-core/package.json +++ b/packages/@cdktn/cli-core/package.json @@ -52,8 +52,8 @@ "chalk": "4.1.2", "chokidar": "3.6.0", "cli-spinners": "2.9.2", - "codemaker": "1.112.0", - "constructs": "10.4.2", + "codemaker": "1.127.0", + "constructs": "10.6.0", "cross-fetch": "3.2.0", "cross-spawn": "7.0.6", "detect-port": "1.6.1", @@ -68,9 +68,9 @@ "ink-spinner": "4.0.3", "ink-testing-library": "2.1.0", "ink-use-stdout-dimensions": "1.0.5", - "jsii": "^5.8.9", - "jsii-pacmak": "^1.112.0", - "jsii-rosetta": "^5.8.8", + "jsii": "^5.9.35", + "jsii-pacmak": "^1.127.0", + "jsii-rosetta": "^5.9.38", "lodash.isequal": "4.5.0", "log4js": "6.9.1", "minimatch": "5.1.9", diff --git a/packages/@cdktn/commons/package.json b/packages/@cdktn/commons/package.json index 77fb11998..4e9c4bdb2 100644 --- a/packages/@cdktn/commons/package.json +++ b/packages/@cdktn/commons/package.json @@ -43,7 +43,7 @@ "@sentry/node": "7.120.4", "cdktn": "0.0.0", "ci-info": "3.9.0", - "codemaker": "1.112.0", + "codemaker": "1.127.0", "cross-spawn": "7.0.6", "follow-redirects": "1.15.11", "fs-extra": "11.3.4", diff --git a/packages/@cdktn/hcl2cdk/package.json b/packages/@cdktn/hcl2cdk/package.json index d607ddea3..6c278f94b 100644 --- a/packages/@cdktn/hcl2cdk/package.json +++ b/packages/@cdktn/hcl2cdk/package.json @@ -46,12 +46,12 @@ "@cdktn/provider-schema": "0.0.0", "camelcase": "6.3.0", "cdktn": "0.0.0", - "codemaker": "1.112.0", + "codemaker": "1.127.0", "deep-equal": "2.2.3", "glob": "10.5.0", "graphology": "0.26.0", "graphology-types": "0.24.7", - "jsii-rosetta": "5.8.8", + "jsii-rosetta": "5.9.38", "prettier": "2.8.8", "reserved-words": "0.1.2", "zod": "3.25.76" diff --git a/packages/@cdktn/provider-generator/package.json b/packages/@cdktn/provider-generator/package.json index d0d28e099..f8a4403cd 100644 --- a/packages/@cdktn/provider-generator/package.json +++ b/packages/@cdktn/provider-generator/package.json @@ -40,7 +40,7 @@ "@cdktn/commons": "0.0.0", "@cdktn/provider-schema": "0.0.0", "@types/node": "18.19.101", - "codemaker": "1.112.0", + "codemaker": "1.127.0", "fs-extra": "8.1.0", "glob": "10.5.0" }, diff --git a/packages/cdktn-cli/package.json b/packages/cdktn-cli/package.json index b7f511945..9a41dea64 100644 --- a/packages/cdktn-cli/package.json +++ b/packages/cdktn-cli/package.json @@ -50,15 +50,15 @@ "@sentry/node": "7.120.4", "cdktn": "0.0.0", "ci-info": "3.9.0", - "codemaker": "1.112.0", - "constructs": "10.4.2", + "codemaker": "1.127.0", + "constructs": "10.6.0", "cross-spawn": "7.0.6", "https-proxy-agent": "5.0.1", "ink-select-input": "4.2.2", "ink-table": "3.1.0", - "jsii": "5.8.9", - "jsii-pacmak": "1.112.0", - "jsii-rosetta": "5.8.8", + "jsii": "5.9.35", + "jsii-pacmak": "1.127.0", + "jsii-rosetta": "5.9.38", "minimatch": "5.1.9", "node-fetch": "2.7.0", "pidtree": "0.6.0", diff --git a/packages/cdktn/package.json b/packages/cdktn/package.json index 46dda708d..e82df6bd0 100644 --- a/packages/cdktn/package.json +++ b/packages/cdktn/package.json @@ -84,9 +84,9 @@ "eslint-plugin-jsdoc": "^50.8.0", "eslint-plugin-no-instanceof": "1.0.1", "jest": "^29.7.0", - "jsii": "5.8.9", - "jsii-docgen": "10.7.4", - "jsii-pacmak": "1.112.0", + "jsii": "5.9.35", + "jsii-docgen": "10.11.15", + "jsii-pacmak": "1.127.0", "ts-jest": "29.4.6", "typescript": "5.4.5" }, @@ -102,6 +102,6 @@ ], "stability": "experimental", "peerDependencies": { - "constructs": "^10.4.2" + "constructs": "^10.6.0" } } diff --git a/yarn.lock b/yarn.lock index 32f506f90..97129972a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1371,6 +1371,19 @@ chalk "^4.1.2" semver "^7.7.1" +"@jsii/check-node@1.127.0", "@jsii/check-node@^1.127.0": + version "1.127.0" + resolved "https://registry.yarnpkg.com/@jsii/check-node/-/check-node-1.127.0.tgz#6dca828289717e509f57f0e027c1b704a0207b34" + integrity sha512-IYkLRond94RmaeP40LiFLM4JTxnVING3qWVndOpjhK5nPydDPBp865GW6gUQT724a6zhZww/2E1uw3c3b/i12A== + dependencies: + chalk "^4.1.2" + semver "^7.7.4" + +"@jsii/spec@1.127.0", "@jsii/spec@^1.127.0": + version "1.127.0" + resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.127.0.tgz#5e5c1d38b0d5444b55158d03186c4a35b875af4c" + integrity sha512-LJiQLjlyQuMx1KyoKDdU9SlxNe/3xnllPSTlb6alPL84aYAcrGQX82XX7v554AudesIZHp5p5u0bupTK+v3QWA== + "@jsii/spec@^1.112.0": version "1.112.0" resolved "https://registry.npmjs.org/@jsii/spec/-/spec-1.112.0.tgz#9a70db6bbe3c78ede1095686a7cacda8b2d91f26" @@ -3858,6 +3871,15 @@ codemaker@1.112.0, codemaker@^1.112.0: decamelize "^5.0.1" fs-extra "^10.1.0" +codemaker@1.127.0, codemaker@^1.127.0: + version "1.127.0" + resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.127.0.tgz#fe3c5089585676033049eaec847f6a52f0a75ce1" + integrity sha512-iX64GnNH86f88aRj/McYBSNRKT+bn21Okng0v/aGI/G66uOx7bKAf5bhGiqSaip7s5OcXfvjyJ6iA0VhLL4bSg== + dependencies: + camelcase "^6.3.0" + decamelize "^5.0.1" + fs-extra "^10.1.0" + collect-v8-coverage@^1.0.0: version "1.0.2" resolved "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz#c0b29bcd33bcd0779a1344c2136051e6afd3d9e9" @@ -3993,6 +4015,11 @@ constructs@10.4.2: resolved "https://registry.npmjs.org/constructs/-/constructs-10.4.2.tgz#e875a78bef932cca12ea63965969873a25c1c132" integrity sha512-wsNxBlAott2qg8Zv87q3eYZYgheb9lchtBfjHzzLHtXbttwSrHPs1NNQbBrmbb1YZvYg2+Vh0Dor76w4mFxJkA== +constructs@10.6.0: + version "10.6.0" + resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.6.0.tgz#9ec889c48567182ed9e2a56d4335d582ba0bcb6b" + integrity sha512-TxHOnBO5zMo/G76ykzGF/wMpEHu257TbWiIxP9K0Yv/+t70UzgBQiTqjkAsWOPC6jW91DzJI0+ehQV6xDRNBuQ== + conventional-changelog-angular@7.0.0: version "7.0.0" resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz#5eec8edbff15aa9b1680a8dcfbd53e2d7eb2ba7a" @@ -5961,11 +5988,6 @@ glob-parent@^5.1.2, glob-parent@~5.1.2: dependencies: is-glob "^4.0.1" -glob-promise@^6.0.7: - version "6.0.7" - resolved "https://registry.npmjs.org/glob-promise/-/glob-promise-6.0.7.tgz#6d894212c63a42e1b86d1cbb04f4582b658308e4" - integrity sha512-DEAe6br1w8ZF+y6KM2pzgdfhpreladtNvyNNVgSkxxkFWzXTJFXxQrJQQbAnc7kL0EUd7w5cR8u4K0P4+/q+Gw== - glob@10.4.5, glob@^10.0.0, glob@^10.2.2, glob@^10.3.10: version "10.4.5" resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956" @@ -6002,17 +6024,6 @@ glob@^7.1.2, glob@^7.1.3, glob@^7.1.4: once "^1.3.0" path-is-absolute "^1.0.0" -glob@^8.1.0: - version "8.1.0" - resolved "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e" - integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^5.0.1" - once "^1.3.0" - glob@^9.2.0: version "9.3.5" resolved "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21" @@ -7481,18 +7492,18 @@ jsesc@^3.0.2: resolved "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d" integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA== -jsii-docgen@10.7.4: - version "10.7.4" - resolved "https://registry.npmjs.org/jsii-docgen/-/jsii-docgen-10.7.4.tgz#a9b62ad1e1396b54c513b0f937c13fbec7cc9318" - integrity sha512-ZBlRyNWTQZa/73Fd+rZI1tk8hcfsmP5lyCuzomDSGxWZ7VR0+lwXlGUDLPZhjeu8JCyVgreNhAsJhObVeDuYSg== +jsii-docgen@10.11.15: + version "10.11.15" + resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-10.11.15.tgz#05e631270535474f4973fa81dce9357df2786216" + integrity sha512-vTiExZqFc61HCbk+RwSi/kNicQGj21K1DeUMIBG8NehsnTbzLtGyTQD4jYVB1kYIgoQg7g/8NhMJv/jGFoTkfw== dependencies: - "@jsii/spec" "^1.112.0" + "@jsii/spec" "^1.127.0" case "^1.6.3" + fast-glob "^3.3.3" fs-extra "^10.1.0" - glob "^8.1.0" - glob-promise "^6.0.7" - jsii-reflect "^1.112.0" - semver "^7.7.2" + jsii-reflect "^1.127.0" + json-stream-stringify "^3.1.6" + semver "^7.7.4" yargs "^16.2.0" jsii-pacmak@1.112.0, jsii-pacmak@^1.112.0: @@ -7513,6 +7524,24 @@ jsii-pacmak@1.112.0, jsii-pacmak@^1.112.0: xmlbuilder "^15.1.1" yargs "^16.2.0" +jsii-pacmak@1.127.0, jsii-pacmak@^1.127.0: + version "1.127.0" + resolved "https://registry.yarnpkg.com/jsii-pacmak/-/jsii-pacmak-1.127.0.tgz#605060364acd07605099ff39234d6d70d376e006" + integrity sha512-AexTwVNVsYMcVk+jmudJ/uArnoTIkUuM/kJuISTlhcrbodSglWGiR15GV0CATMdh1T9qqW3Xc9iIoYAW7r1iyA== + dependencies: + "@jsii/check-node" "1.127.0" + "@jsii/spec" "1.127.0" + clone "^2.1.2" + codemaker "^1.127.0" + commonmark "^0.31.2" + escape-string-regexp "^4.0.0" + fs-extra "^10.1.0" + jsii-reflect "^1.127.0" + semver "^7.7.4" + spdx-license-list "^6.11.0" + xmlbuilder "^15.1.1" + yargs "^17.7.2" + jsii-reflect@^1.112.0: version "1.112.0" resolved "https://registry.npmjs.org/jsii-reflect/-/jsii-reflect-1.112.0.tgz#8dafcd56ffbbba27e21d089e89a7f8e7203a6217" @@ -7525,6 +7554,18 @@ jsii-reflect@^1.112.0: oo-ascii-tree "^1.112.0" yargs "^16.2.0" +jsii-reflect@^1.127.0: + version "1.127.0" + resolved "https://registry.yarnpkg.com/jsii-reflect/-/jsii-reflect-1.127.0.tgz#8987688b5be4654f06f4a0a4859ceadfde227e7d" + integrity sha512-yvNj1kfxXMnZykixalACgp8o8t9s2ZbTwo1uzsmWfPJP7OY3AyShF7q21m0499mXHXS5bS9YNKsQYYtBKi23zQ== + dependencies: + "@jsii/check-node" "1.127.0" + "@jsii/spec" "1.127.0" + chalk "^4" + fs-extra "^10.1.0" + oo-ascii-tree "^1.127.0" + yargs "^17.7.2" + jsii-rosetta@5.8.8, jsii-rosetta@^5.8.8: version "5.8.8" resolved "https://registry.npmjs.org/jsii-rosetta/-/jsii-rosetta-5.8.8.tgz#129d8499187b9039aba05a8df479641db067579f" @@ -7544,7 +7585,26 @@ jsii-rosetta@5.8.8, jsii-rosetta@^5.8.8: workerpool "^6.5.1" yargs "^17.7.2" -jsii@5.8.9, jsii@^5.8.9, jsii@~5.8.0: +jsii-rosetta@5.9.38, jsii-rosetta@^5.9.38: + version "5.9.38" + resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.9.38.tgz#238985eb1a5710f4efaddf658763c14360e55402" + integrity sha512-xReX52aJVclNLOlg5tx70K16L2ZUHzPLOjorRWpEq3nTzIOCKM1UHgrfwk7FyFkolwEO7QN1BzNX1PImSwerSA== + dependencies: + "@jsii/check-node" "^1.127.0" + "@jsii/spec" "^1.127.0" + "@xmldom/xmldom" "^0.9.8" + chalk "^4" + commonmark "^0.31.2" + fast-glob "^3.3.3" + jsii "~5.9.1" + semver "^7.7.4" + semver-intersect "^1.5.0" + stream-json "^1.9.1" + typescript "~5.9" + workerpool "^6.5.1" + yargs "^17.7.2" + +jsii@5.8.9, jsii@5.9.35, jsii@^5.8.9, jsii@^5.9.35, jsii@~5.8.0, jsii@~5.9.1: version "5.8.9" resolved "https://registry.npmjs.org/jsii/-/jsii-5.8.9.tgz#be9d59d7e8193b60291d3cd8a0913668fd11b0e1" integrity sha512-TxdbK33FUEatwVQh2Kls7i+v2QAlPZPopdePMZ89xePFLIwmUKhEPuPQSPHnFwdMe43cBOqa1Oh68yDQHvKNug== @@ -7608,6 +7668,11 @@ json-stable-stringify@*, json-stable-stringify@1.3.0: jsonify "^0.0.1" object-keys "^1.1.1" +json-stream-stringify@^3.1.6: + version "3.1.6" + resolved "https://registry.yarnpkg.com/json-stream-stringify/-/json-stream-stringify-3.1.6.tgz#ebe32193876fb99d4ec9f612389a8d8e2b5d54d4" + integrity sha512-x7fpwxOkbhFCaJDJ8vb1fBY3DdSa4AlITaz+HHILQJzdPMnHEFjxPwVUi1ALIbcIxDE0PNe/0i7frnY8QnBQog== + json-stringify-nice@^1.1.4: version "1.1.4" resolved "https://registry.npmjs.org/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz#2c937962b80181d3f317dd39aa323e14f5a60a67" @@ -8843,6 +8908,11 @@ oo-ascii-tree@^1.112.0: resolved "https://registry.npmjs.org/oo-ascii-tree/-/oo-ascii-tree-1.112.0.tgz#0a25538f5fd649d5bda4fd730e4bdab5ba4bc9f5" integrity sha512-qQH4jZSdabcKpwcqvJTi7eQL86UucvMacbaHiiIrOynT8jhTLtKS2ixaXgGlNBMeN9UhFi1wS00Hnxhw9aYLsA== +oo-ascii-tree@^1.127.0: + version "1.127.0" + resolved "https://registry.yarnpkg.com/oo-ascii-tree/-/oo-ascii-tree-1.127.0.tgz#1c92aa3edeefbb07d3e7a8351274ddfdd15714c1" + integrity sha512-VaWD3Ivu8CccVuv7oVcNdWEwSbFyDAPnHT0Ki2j32sjzAZjhSfFRYNGr3xvggcag1GUvdmwoxsLwM4OhAtS7LA== + open@7.4.2: version "7.4.2" resolved "https://registry.npmjs.org/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321" @@ -10267,6 +10337,11 @@ spdx-license-list@^6.10.0: resolved "https://registry.npmjs.org/spdx-license-list/-/spdx-license-list-6.10.0.tgz#738249443db42f5fd6780c7c40daecefed7a3adf" integrity sha512-wF3RhDFoqdu14d1Prv6c8aNU0FSRuSFJpNjWeygIZcNZEwPxp7I5/Hwo8j6lSkBKWAIkSQrKefrC5N0lvOP0Gw== +spdx-license-list@^6.11.0: + version "6.11.0" + resolved "https://registry.yarnpkg.com/spdx-license-list/-/spdx-license-list-6.11.0.tgz#d040b19967de5ddbdef1b14ec96a218e6c7b80d1" + integrity sha512-p5ICd51dSnh7zIMtPgbB9ShBg3HMT77OeI6WVhrFFvxa5KIFYNcqxD4joAE+n1zZ7wlJdEkrOMwC75JUMMmsJA== + split-string@^3.0.1, split-string@^3.0.2: version "3.1.0" resolved "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" @@ -11053,6 +11128,11 @@ typescript@5.4.5: resolved "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e" integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ== +typescript@~5.9: + version "5.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" + integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== + uglify-js@^3.1.4: version "3.19.3" resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f"