From eca01b6e2229ca361a47f269357a96c18e8631a4 Mon Sep 17 00:00:00 2001 From: "Castro, Mario" Date: Tue, 5 May 2026 12:31:04 -0400 Subject: [PATCH 1/3] Migrate from cdktf to cdktn (CDK Terrain) cdktf was sunsetted by HashiCorp in Dec 2025 and is no longer maintained. CDK Terrain (cdktn) is a community fork from cdktf 0.21.0 with active maintenance. This migration replaces all cdktf dependencies and imports with their cdktn equivalents, eliminating the archived dependency chain. - Replace cdktf 0.21.0 with cdktn 0.22.1 - Replace cdktf-cli 0.21.0 with cdktn-cli 0.22.1 - Replace @cdktf/provider-azurerm 14.23.1 with @cdktn/provider-azurerm 15.11.0 - Replace @cdktf/provider-null 11.0.1 with @cdktn/provider-null 12.0.0 - Replace @cdktf/provider-time 11.0.1 with @cdktn/provider-time 12.0.0 - Update all source imports across 27 files - Update CLI invocation from cdktf-cli to cdktn-cli Co-Authored-By: Claude Opus 4.6 (1M context) --- common/config/rush/pnpm-lock.yaml | 503 +++++++++--------- .../framework-integration-tests/package.json | 4 +- .../package.json | 10 +- .../src/infrastructure/application-builder.ts | 4 +- .../src/infrastructure/azure-stack.ts | 2 +- .../src/infrastructure/index.ts | 4 +- .../infrastructure/synth/application-synth.ts | 6 +- .../gateway/terraform-application-gateway.ts | 4 +- .../terraform-network-security-group.ts | 2 +- .../synth/gateway/terraform-public-ip-data.ts | 2 +- .../synth/gateway/terraform-public-ip.ts | 2 +- .../gateway/terraform-subnet-security.ts | 2 +- .../synth/gateway/terraform-subnet.ts | 2 +- .../gateway/terraform-virtual-network.ts | 2 +- .../synth/terraform-containers.ts | 6 +- .../synth/terraform-cosmosdb-database.ts | 2 +- .../synth/terraform-cosmosdb-sql-database.ts | 2 +- .../synth/terraform-event-hub-namespace.ts | 2 +- .../synth/terraform-event-hub.ts | 2 +- .../synth/terraform-function-app-settings.ts | 2 +- .../synth/terraform-function-app.ts | 4 +- .../infrastructure/synth/terraform-outputs.ts | 2 +- .../synth/terraform-resource-group.ts | 2 +- .../synth/terraform-service-plan.ts | 2 +- .../synth/terraform-storage-account.ts | 2 +- .../terraform-web-pub-sub-extension-key.ts | 2 +- .../synth/terraform-web-pubsub-hub.ts | 2 +- .../synth/terraform-web-pubsub.ts | 2 +- .../terraform-function-app-data.ts | 8 +- .../terraform-sleep.ts | 8 +- .../types/application-synth-stack.ts | 8 +- 31 files changed, 298 insertions(+), 309 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 1928319e4..3cdab868e 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -16,7 +16,7 @@ importers: specifier: 3.7.13 version: 3.7.13(graphql@16.12.0)(react@17.0.2)(subscriptions-transport-ws@0.11.0(graphql@16.12.0)) '@boostercloud/framework-types': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-types '@effect-ts/core': specifier: ^0.60.4 @@ -47,7 +47,7 @@ importers: version: 8.18.0 devDependencies: '@boostercloud/eslint-config': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../../tools/eslint-config '@types/jsonwebtoken': specifier: 9.0.8 @@ -104,10 +104,10 @@ importers: ../../packages/cli: dependencies: '@boostercloud/framework-core': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-core '@boostercloud/framework-types': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-types '@effect-ts/core': specifier: ^0.60.4 @@ -150,10 +150,10 @@ importers: version: 2.8.1 devDependencies: '@boostercloud/application-tester': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../application-tester '@boostercloud/eslint-config': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../../tools/eslint-config '@oclif/test': specifier: ^4.1.10 @@ -264,7 +264,7 @@ importers: ../../packages/framework-common-helpers: dependencies: '@boostercloud/framework-types': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-types '@effect-ts/core': specifier: ^0.60.4 @@ -280,7 +280,7 @@ importers: version: 2.8.1 devDependencies: '@boostercloud/eslint-config': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../../tools/eslint-config '@types/chai': specifier: 4.2.18 @@ -370,10 +370,10 @@ importers: ../../packages/framework-core: dependencies: '@boostercloud/framework-common-helpers': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-common-helpers '@boostercloud/framework-types': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-types '@effect/cli': specifier: 0.56.2 @@ -437,10 +437,10 @@ importers: version: 8.18.0 devDependencies: '@boostercloud/eslint-config': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../../tools/eslint-config '@boostercloud/metadata-booster': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../metadata-booster '@types/chai': specifier: 4.2.18 @@ -545,22 +545,22 @@ importers: ../../packages/framework-integration-tests: dependencies: '@boostercloud/framework-common-helpers': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-common-helpers '@boostercloud/framework-core': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-core '@boostercloud/framework-provider-aws': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-provider-aws '@boostercloud/framework-provider-azure': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-provider-azure '@boostercloud/framework-provider-local': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-provider-local '@boostercloud/framework-types': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-types '@effect-ts/core': specifier: ^0.60.4 @@ -618,25 +618,25 @@ importers: specifier: 3.7.13 version: 3.7.13(graphql@16.12.0)(react@17.0.2)(subscriptions-transport-ws@0.11.0(graphql@16.12.0)) '@boostercloud/application-tester': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../application-tester '@boostercloud/cli': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../cli '@boostercloud/eslint-config': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../../tools/eslint-config '@boostercloud/framework-provider-aws-infrastructure': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-provider-aws-infrastructure '@boostercloud/framework-provider-azure-infrastructure': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-provider-azure-infrastructure '@boostercloud/framework-provider-local-infrastructure': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-provider-local-infrastructure '@boostercloud/metadata-booster': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../metadata-booster '@seald-io/nedb': specifier: 4.0.2 @@ -680,12 +680,12 @@ importers: '@typescript-eslint/parser': specifier: ^5.0.0 version: 5.62.0(eslint@8.57.1)(typescript@5.7.3) - cdktf: - specifier: 0.21.0 - version: 0.21.0(constructs@10.4.5) - cdktf-cli: - specifier: 0.21.0 - version: 0.21.0(ink@3.2.0(react@17.0.2))(react@17.0.2) + cdktn: + specifier: 0.22.1 + version: 0.22.1(constructs@10.4.5) + cdktn-cli: + specifier: 0.22.1 + version: 0.22.1(ink@3.2.0(react@17.0.2))(react@17.0.2) chai: specifier: 4.2.0 version: 4.2.0 @@ -777,10 +777,10 @@ importers: ../../packages/framework-provider-aws: dependencies: '@boostercloud/framework-common-helpers': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-common-helpers '@boostercloud/framework-types': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-types '@effect-ts/core': specifier: ^0.60.4 @@ -790,7 +790,7 @@ importers: version: 2.8.1 devDependencies: '@boostercloud/eslint-config': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../../tools/eslint-config '@types/aws-lambda': specifier: 8.10.48 @@ -943,13 +943,13 @@ importers: specifier: ^1.170.0 version: 1.204.0 '@boostercloud/framework-common-helpers': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-common-helpers '@boostercloud/framework-provider-aws': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-provider-aws '@boostercloud/framework-types': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-types '@effect-ts/core': specifier: ^0.60.4 @@ -983,7 +983,7 @@ importers: version: 1.10.2 devDependencies: '@boostercloud/eslint-config': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../../tools/eslint-config '@types/archiver': specifier: 5.1.0 @@ -1097,10 +1097,10 @@ importers: specifier: ~1.1.0 version: 1.1.4 '@boostercloud/framework-common-helpers': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-common-helpers '@boostercloud/framework-types': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-types '@effect-ts/core': specifier: ^0.60.4 @@ -1110,7 +1110,7 @@ importers: version: 2.8.1 devDependencies: '@boostercloud/eslint-config': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../../tools/eslint-config '@types/chai': specifier: 4.2.18 @@ -1206,26 +1206,26 @@ importers: specifier: ~4.13.0 version: 4.13.0 '@boostercloud/framework-common-helpers': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-common-helpers '@boostercloud/framework-core': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-core '@boostercloud/framework-provider-azure': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-provider-azure '@boostercloud/framework-types': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-types - '@cdktf/provider-azurerm': - specifier: 14.23.1 - version: 14.23.1(cdktf@0.21.0(constructs@10.4.5))(constructs@10.4.5) - '@cdktf/provider-null': - specifier: 11.0.1 - version: 11.0.1(cdktf@0.21.0(constructs@10.4.5))(constructs@10.4.5) - '@cdktf/provider-time': - specifier: 11.0.1 - version: 11.0.1(cdktf@0.21.0(constructs@10.4.5))(constructs@10.4.5) + '@cdktn/provider-azurerm': + specifier: 15.11.0 + version: 15.11.0(cdktn@0.22.1(constructs@10.4.5))(constructs@10.4.5) + '@cdktn/provider-null': + specifier: 12.0.0 + version: 12.0.0(cdktn@0.22.1(constructs@10.4.5))(constructs@10.4.5) + '@cdktn/provider-time': + specifier: 12.0.0 + version: 12.0.0(cdktn@0.22.1(constructs@10.4.5))(constructs@10.4.5) '@effect-ts/core': specifier: ^0.60.4 version: 0.60.5 @@ -1238,12 +1238,12 @@ importers: archiver: specifier: 5.3.0 version: 5.3.0 - cdktf: - specifier: 0.21.0 - version: 0.21.0(constructs@10.4.5) - cdktf-cli: - specifier: 0.21.0 - version: 0.21.0(ink@3.2.0(react@17.0.2))(react@17.0.2) + cdktn: + specifier: 0.22.1 + version: 0.22.1(constructs@10.4.5) + cdktn-cli: + specifier: 0.22.1 + version: 0.22.1(ink@3.2.0(react@17.0.2))(react@17.0.2) chai: specifier: 4.2.0 version: 4.2.0 @@ -1285,7 +1285,7 @@ importers: version: 11.0.5 devDependencies: '@boostercloud/eslint-config': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../../tools/eslint-config '@types/chai': specifier: 4.2.18 @@ -1366,10 +1366,10 @@ importers: ../../packages/framework-provider-local: dependencies: '@boostercloud/framework-common-helpers': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-common-helpers '@boostercloud/framework-types': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-types '@effect-ts/core': specifier: ^0.60.4 @@ -1385,7 +1385,7 @@ importers: version: 8.18.0 devDependencies: '@boostercloud/eslint-config': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../../tools/eslint-config '@types/chai': specifier: 4.2.18 @@ -1481,13 +1481,13 @@ importers: ../../packages/framework-provider-local-infrastructure: dependencies: '@boostercloud/framework-common-helpers': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-common-helpers '@boostercloud/framework-provider-local': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-provider-local '@boostercloud/framework-types': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../framework-types '@effect-ts/core': specifier: ^0.60.4 @@ -1506,7 +1506,7 @@ importers: version: 2.8.1 devDependencies: '@boostercloud/eslint-config': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../../tools/eslint-config '@types/chai': specifier: 4.2.18 @@ -1642,10 +1642,10 @@ importers: version: 8.18.0 devDependencies: '@boostercloud/eslint-config': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../../tools/eslint-config '@boostercloud/metadata-booster': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../metadata-booster '@types/chai': specifier: 4.2.18 @@ -1739,7 +1739,7 @@ importers: version: 2.8.1 devDependencies: '@boostercloud/eslint-config': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../../tools/eslint-config '@types/node': specifier: ^20.17.17 @@ -2819,14 +2819,14 @@ packages: resolution: {integrity: sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==} engines: {node: '>=6.9.0'} - '@babel/generator@7.27.1': - resolution: {integrity: sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.28.6': resolution: {integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==} engines: {node: '>=6.9.0'} + '@babel/generator@7.29.1': + resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==} + engines: {node: '>=6.9.0'} + '@babel/helper-compilation-targets@7.28.6': resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==} engines: {node: '>=6.9.0'} @@ -2866,14 +2866,15 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.29.3': + resolution: {integrity: sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/runtime@7.28.6': resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==} engines: {node: '>=6.9.0'} - '@babel/template@7.27.2': - resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} - engines: {node: '>=6.9.0'} - '@babel/template@7.28.6': resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} engines: {node: '>=6.9.0'} @@ -2882,60 +2883,57 @@ packages: resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==} engines: {node: '>=6.9.0'} - '@babel/types@7.27.1': - resolution: {integrity: sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==} - engines: {node: '>=6.9.0'} - '@babel/types@7.28.6': resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==} engines: {node: '>=6.9.0'} - '@cdktf/cli-core@0.21.0': - resolution: {integrity: sha512-yYZaRdEY0qdRTT/EkXSseiDKRgp+pECvOlJo+N3h8pQLiXrzmnSEljB9r/6Tfd0ciESoWFUY/eSpwE7CPgU1Dg==} + '@babel/types@7.29.0': + resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} + engines: {node: '>=6.9.0'} - '@cdktf/commons@0.21.0': - resolution: {integrity: sha512-fgMbYNo46CovCjn6kYb/T5qFpVfZcnZQ9XhZzQi01WuO7MQ4fo2aBll6Lpfp6DREvbYbnhJvGSJP1xC+oIj1qg==} + '@cdktf/node-pty-prebuilt-multiarch@0.10.2': + resolution: {integrity: sha512-Bpb0v9bzejJUAGmn8HfDFH6pYxFVHokiWV4mHvTao2XoYcEvETFVrniYIXlIg0e4yLlKB/U/z5WsC5PBsi3xEQ==} - '@cdktf/hcl-tools@0.21.0': - resolution: {integrity: sha512-V90J/2a0qKRDWBZ/pCUJI3P/iW3SG98F+qkBprGNLVZ5VuP4OSI1NYyv1qeeLC7tWyWHjj3v876lXMvXq1kVgw==} + '@cdktn/cli-core@0.22.1': + resolution: {integrity: sha512-Zns7OlLUG/iQoqV1o9FVhHpqVBwHJvBBXqY31eYqF667hrqhDfdxrIlvjNfxsIqFC7TbfZBvEB1Fxu+/XaC6Yg==} - '@cdktf/hcl2cdk@0.21.0': - resolution: {integrity: sha512-3TVgIUCmRA793O8tSXo+7ZfFhdkxs7PHuURoDblyE7DbbK2nXHCmwzqQ7oNH2P0oaYkCmZ0AcIfMdeLsRdRcwA==} + '@cdktn/commons@0.22.1': + resolution: {integrity: sha512-pg6cSnNwcM2I5Nr81PeYYX819ZOwhS0rR1VmVS33BOkvdzKWrdA6MDYvKl6Gu1FxEVQ48gHFlizHzK/u/0pqaw==} - '@cdktf/hcl2json@0.21.0': - resolution: {integrity: sha512-cwX3i/mSJI/cRrtqwEPRfawB7pXgNioriSlkvou8LWiCrrcDe9ZtTbAbu8W1tEJQpe1pnX9VEgpzf/BbM7xF8Q==} + '@cdktn/hcl-tools@0.22.1': + resolution: {integrity: sha512-hiJPXGjmmhxpDUewAXuNA+MACM+5o6XOiFhQ21XUJUeLOMB4CM/lk3RvgYG7xW2zp4fI1N8lXec4hsgpkzZuHQ==} - '@cdktf/node-pty-prebuilt-multiarch@0.10.2': - resolution: {integrity: sha512-Bpb0v9bzejJUAGmn8HfDFH6pYxFVHokiWV4mHvTao2XoYcEvETFVrniYIXlIg0e4yLlKB/U/z5WsC5PBsi3xEQ==} + '@cdktn/hcl2cdk@0.22.1': + resolution: {integrity: sha512-SMr0+D1AEAVQrlp8f/PP1a8UtUSUjElJLlRyrMrGrs4syYGnFNe1AbjcokIB+blvEPQqljj8ZdheX1mh66HSug==} + + '@cdktn/hcl2json@0.22.1': + resolution: {integrity: sha512-NY2XiYyI9Y89vah6Ef/3hizig2PKPynPs69P9g9baTIr432vVYef0XKrxAi5NK/7sUH2YzqPyMj5l0HwlG6Vvw==} - '@cdktf/provider-azurerm@14.23.1': - resolution: {integrity: sha512-3H20Ozj7dOKmIj6mqorHZEjLNo5wO/MBEVHwu6k53fln/0EciGQa9sDLWBYSb0o40Ycpih9lFp/k6SGRbFlQVg==} - engines: {node: '>= 20.9.0'} - deprecated: See https://cdk.tf/imports for details on how to continue to use the azurerm provider in your CDK for Terraform (CDKTF) projects by generating the bindings locally. + '@cdktn/provider-azurerm@15.11.0': + resolution: {integrity: sha512-hAKM97/N6pIrkHD96b5J0ZOCXvgOSmJSuBFIa6hKjZ59pcpKmO5pwgka9CjD2Q5Oc72Q8kBSOVPwKc/XXbAIVQ==} + engines: {node: '>= 20.16.0'} peerDependencies: - cdktf: ^0.21.0 + cdktn: ^0.22.0 constructs: ^10.4.2 - '@cdktf/provider-generator@0.21.0': - resolution: {integrity: sha512-N/IehJ6lZlVaNxP/0sxg0AeLJIhgcW3+Bk6m71UzoDAZFPBzW00k6nmSAlQiE0c5L92hHgLksfEL8VNbiPKmSw==} + '@cdktn/provider-generator@0.22.1': + resolution: {integrity: sha512-QVLqNxn2Od88E4fy2mmnkI2d4YZR9xrz2OvnjR9UrVRvvB3LzqGQNpj3GTxhEBFuDyF0XHbDWLaRkMDFHkN32Q==} - '@cdktf/provider-null@11.0.1': - resolution: {integrity: sha512-Ky4unO3BiquQkQnsiJSZZX9qJ/JuTt8bitr3GEFK7XX39bP5VHnKWZQA8hah4FnTEeu8AiONPjbN6vnN3u177g==} - engines: {node: '>= 20.9.0'} - deprecated: See https://cdk.tf/imports for details on how to continue to use the null provider in your CDK for Terraform (CDKTF) projects by generating the bindings locally. + '@cdktn/provider-null@12.0.0': + resolution: {integrity: sha512-zUzTpSC15euIwrhAZpaUu3fMFl9hgIH0DUoiBqF9SY0MAWdUcB6IlqUI+gJ+WZv74TxRmKlQ3Sxtbg4EYy5TRQ==} + engines: {node: '>= 20.16.0'} peerDependencies: - cdktf: ^0.21.0 + cdktn: ^0.22.0 constructs: ^10.4.2 - '@cdktf/provider-schema@0.21.0': - resolution: {integrity: sha512-zVJmuE3wj4n48voZL9OMRyNe6rh4ST5qoXk96zTr+3WW8At29Y9WblrZI88R/dpk7l9VLvnraxxnP6JWoLhxWw==} + '@cdktn/provider-schema@0.22.1': + resolution: {integrity: sha512-VdYr961VVlU6XIEtl/AmHVnveQtlaZUNxD73XKalxbWBYw/W7vF/SEwmeNdGqcQHb65A9hfoOd4+0zaCOqivkQ==} - '@cdktf/provider-time@11.0.1': - resolution: {integrity: sha512-FI0xFIcfF7U0t+pk7NNNJujiCxIOw6wL0I61/LEgPC59WWcGVrRPdj5F7YvEEpgcWkse6YrYc9soumsTQa5WYg==} - engines: {node: '>= 20.9.0'} - deprecated: See https://cdk.tf/imports for details on how to continue to use the time provider in your CDK for Terraform (CDKTF) projects by generating the bindings locally. + '@cdktn/provider-time@12.0.0': + resolution: {integrity: sha512-g0Xq0moztxs0IYaiq7mLvA+xeENcVzvE4kZfzKMWl9MACsPDgegnZldmE9MN0J0KEUEuVoP5+gZiVYG3B/k6Og==} + engines: {node: '>= 20.16.0'} peerDependencies: - cdktf: ^0.21.0 + cdktn: ^0.22.0 constructs: ^10.4.2 '@cspotcode/source-map-support@0.8.1': @@ -3279,28 +3277,28 @@ packages: '@seald-io/nedb@4.0.2': resolution: {integrity: sha512-gJ91fT1sgh2cLXYVcTSh7khZ8LdemI8+SojCdpZ5wy+DUQ4fSrEwGqOwbdV49NDs2BBO6GeBpSb8CnhG2IW1rw==} - '@sentry-internal/tracing@7.120.3': - resolution: {integrity: sha512-Ausx+Jw1pAMbIBHStoQ6ZqDZR60PsCByvHdw/jdH9AqPrNE9xlBSf9EwcycvmrzwyKspSLaB52grlje2cRIUMg==} + '@sentry-internal/tracing@7.120.4': + resolution: {integrity: sha512-Fz5+4XCg3akeoFK+K7g+d7HqGMjmnLoY2eJlpONJmaeT9pXY7yfUyXKZMmMajdE2LxxKJgQ2YKvSCaGVamTjHw==} engines: {node: '>=8'} - '@sentry/core@7.120.3': - resolution: {integrity: sha512-vyy11fCGpkGK3qI5DSXOjgIboBZTriw0YDx/0KyX5CjIjDDNgp5AGgpgFkfZyiYiaU2Ww3iFuKo4wHmBusz1uA==} + '@sentry/core@7.120.4': + resolution: {integrity: sha512-TXu3Q5kKiq8db9OXGkWyXUbIxMMuttB5vJ031yolOl5T/B69JRyAoKuojLBjRv1XX583gS1rSSoX8YXX7ATFGA==} engines: {node: '>=8'} - '@sentry/integrations@7.120.3': - resolution: {integrity: sha512-6i/lYp0BubHPDTg91/uxHvNui427df9r17SsIEXa2eKDwQ9gW2qRx5IWgvnxs2GV/GfSbwcx4swUB3RfEWrXrQ==} + '@sentry/integrations@7.120.4': + resolution: {integrity: sha512-kkBTLk053XlhDCg7OkBQTIMF4puqFibeRO3E3YiVc4PGLnocXMaVpOSCkMqAc1k1kZ09UgGi8DxfQhnFEjUkpA==} engines: {node: '>=8'} - '@sentry/node@7.120.3': - resolution: {integrity: sha512-t+QtekZedEfiZjbkRAk1QWJPnJlFBH/ti96tQhEq7wmlk3VszDXraZvLWZA0P2vXyglKzbWRGkT31aD3/kX+5Q==} + '@sentry/node@7.120.4': + resolution: {integrity: sha512-qq3wZAXXj2SRWhqErnGCSJKUhPSlZ+RGnCZjhfjHpP49KNpcd9YdPTIUsFMgeyjdh6Ew6aVCv23g1hTP0CHpYw==} engines: {node: '>=8'} - '@sentry/types@7.120.3': - resolution: {integrity: sha512-C4z+3kGWNFJ303FC+FxAd4KkHvxpNFYAFN8iMIgBwJdpIl25KZ8Q/VdGn0MLLUEHNLvjob0+wvwlcRBBNLXOow==} + '@sentry/types@7.120.4': + resolution: {integrity: sha512-cUq2hSSe6/qrU6oZsEP4InMI5VVdD86aypE+ENrQ6eZEVLTCYm1w6XhW1NvIu3UuWh7gZec4a9J7AFpYxki88Q==} engines: {node: '>=8'} - '@sentry/utils@7.120.3': - resolution: {integrity: sha512-UDAOQJtJDxZHQ5Nm1olycBIsz2wdGX8SdzyGVHmD8EOQYAeDZQyIlQYohDe9nazdIOQLZCIc3fU0G9gqVLkaGQ==} + '@sentry/utils@7.120.4': + resolution: {integrity: sha512-zCKpyDIWKHwtervNK2ZlaK8mMV7gVUijAgFeJStH+CU/imcdquizV3pFLlSQYRswG+Lbyd6CT/LGRh3IbtkCFw==} engines: {node: '>=8'} '@serverless/dashboard-plugin@6.4.0': @@ -3621,6 +3619,7 @@ packages: '@xmldom/xmldom@0.9.8': resolution: {integrity: sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==} engines: {node: '>=14.6'} + deprecated: this version has critical issues, please update to the latest version abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} @@ -4021,12 +4020,12 @@ packages: engines: {node: '>= 14.15.0'} hasBin: true - cdktf-cli@0.21.0: - resolution: {integrity: sha512-hQqNRw6Qs7QvJ4Yet/J1ZjBujCf6nsFqTjUDHfjgjGUg7tD7SeomqqGcAd8Y3yDOso4qr/BZ1/nTBc6MOgX0Uw==} + cdktn-cli@0.22.1: + resolution: {integrity: sha512-6xqsxe4DhM7nlaN/Z1Mpl1s6IAaUOF+PT52onh1CbpL0v7Ddo/VYOfMRbxi2+nWS79qB/UxPWHKP+cbE/5aLxg==} hasBin: true - cdktf@0.21.0: - resolution: {integrity: sha512-bdTOOyrFSXw0p5d7/3dye7ZWYzrUatyMjWEAAwTGoqghjygRj6Q55y1QZnSB021NRDzYZ3BhFGsOkpmIjQMzNQ==} + cdktn@0.22.1: + resolution: {integrity: sha512-okskIjjF2tnHTbIdcSzZJKwjGADiSI4OJDzZldYqrWZHZJTnodi6gDg03qzkiSP1S7+qD8vMxfj+HFw3G0Oc/A==} peerDependencies: constructs: ^10.4.2 bundledDependencies: @@ -5006,15 +5005,6 @@ packages: debug: optional: true - follow-redirects@1.15.9: - resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} - engines: {node: '>=4.0'} - peerDependencies: - debug: '*' - peerDependenciesMeta: - debug: - optional: true - for-each@0.3.5: resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==} engines: {node: '>= 0.4'} @@ -5055,14 +5045,14 @@ packages: resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} engines: {node: '>=12'} - fs-extra@11.3.0: - resolution: {integrity: sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==} - engines: {node: '>=14.14'} - fs-extra@11.3.3: resolution: {integrity: sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==} engines: {node: '>=14.14'} + fs-extra@11.3.4: + resolution: {integrity: sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==} + engines: {node: '>=14.14'} + fs-extra@8.1.0: resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} engines: {node: '>=6 <7 || >=8'} @@ -6107,6 +6097,10 @@ packages: resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} engines: {node: '>=10'} + minimatch@5.1.9: + resolution: {integrity: sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==} + engines: {node: '>=10'} + minimatch@9.0.5: resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} engines: {node: '>=16 || 14 >=14.17'} @@ -6607,6 +6601,7 @@ packages: prebuild-install@7.1.3: resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==} engines: {node: '>=10'} + deprecated: No longer maintained. Please contact the author of the relevant native addon; alternatives are available. hasBin: true prelude-ls@1.1.2: @@ -6957,13 +6952,13 @@ packages: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - semver@7.7.2: - resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} + semver@7.7.3: + resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} engines: {node: '>=10'} hasBin: true - semver@7.7.3: - resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} + semver@7.7.4: + resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==} engines: {node: '>=10'} hasBin: true @@ -7606,10 +7601,6 @@ packages: validate-npm-package-name@3.0.0: resolution: {integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==} - validator@13.15.0: - resolution: {integrity: sha512-36B2ryl4+oL5QxZ3AzD0t5SsMNGvTtQHpjgFO5tbNxfXbMFkY822ktCDe1MnlqV3301QQI9SLHDNJokDI+Z9pA==} - engines: {node: '>= 0.10'} - validator@13.15.26: resolution: {integrity: sha512-spH26xU080ydGggxRyR1Yhcbgx+j3y5jbNXk/8L+iRvdIEQ4uTRH2Sgf2dokud6Q4oAtsbNvJ1Ft+9xmm6IZcA==} engines: {node: '>= 0.10'} @@ -7869,8 +7860,8 @@ packages: resolution: {integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==} engines: {node: '>= 14'} - zod@3.24.4: - resolution: {integrity: sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg==} + zod@3.25.76: + resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} snapshots: @@ -8909,18 +8900,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/generator@7.27.1': + '@babel/generator@7.28.6': dependencies: '@babel/parser': 7.28.6 - '@babel/types': 7.27.1 + '@babel/types': 7.28.6 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/generator@7.28.6': + '@babel/generator@7.29.1': dependencies: - '@babel/parser': 7.28.6 - '@babel/types': 7.28.6 + '@babel/parser': 7.29.3 + '@babel/types': 7.29.0 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 @@ -8966,13 +8957,11 @@ snapshots: dependencies: '@babel/types': 7.28.6 - '@babel/runtime@7.28.6': {} - - '@babel/template@7.27.2': + '@babel/parser@7.29.3': dependencies: - '@babel/code-frame': 7.28.6 - '@babel/parser': 7.28.6 - '@babel/types': 7.27.1 + '@babel/types': 7.29.0 + + '@babel/runtime@7.28.6': {} '@babel/template@7.28.6': dependencies: @@ -8992,27 +8981,32 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/types@7.27.1': + '@babel/types@7.28.6': dependencies: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.28.5 - '@babel/types@7.28.6': + '@babel/types@7.29.0': dependencies: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.28.5 - '@cdktf/cli-core@0.21.0(react@17.0.2)': + '@cdktf/node-pty-prebuilt-multiarch@0.10.2': + dependencies: + nan: 2.25.0 + prebuild-install: 7.1.3 + + '@cdktn/cli-core@0.22.1(react@17.0.2)': dependencies: - '@cdktf/commons': 0.21.0(constructs@10.4.2) - '@cdktf/hcl-tools': 0.21.0 - '@cdktf/hcl2cdk': 0.21.0(constructs@10.4.2) - '@cdktf/hcl2json': 0.21.0 '@cdktf/node-pty-prebuilt-multiarch': 0.10.2 - '@cdktf/provider-schema': 0.21.0(constructs@10.4.2) - '@sentry/node': 7.120.3 + '@cdktn/commons': 0.22.1(constructs@10.4.2) + '@cdktn/hcl-tools': 0.22.1 + '@cdktn/hcl2cdk': 0.22.1(constructs@10.4.2) + '@cdktn/hcl2json': 0.22.1 + '@cdktn/provider-schema': 0.22.1(constructs@10.4.2) + '@sentry/node': 7.120.4 archiver: 7.0.1 - cdktf: 0.21.0(constructs@10.4.2) + cdktn: 0.22.1(constructs@10.4.2) chalk: 4.1.2 chokidar: 3.6.0 cli-spinners: 2.9.2 @@ -9023,7 +9017,7 @@ snapshots: detect-port: 1.6.1 execa: 5.1.1 extract-zip: 2.0.1 - follow-redirects: 1.15.9 + follow-redirects: 1.15.11 fs-extra: 8.1.0 https-proxy-agent: 5.0.1(supports-color@8.1.1) indent-string: 4.0.0 @@ -9037,12 +9031,12 @@ snapshots: jsii-rosetta: 5.8.8 lodash.isequal: 4.5.0 log4js: 6.9.1 - minimatch: 5.1.6 + minimatch: 5.1.9 node-fetch: 2.7.0 open: 7.4.2 parse-gitignore: 1.0.1 pkg-up: 3.1.0 - semver: 7.7.2 + semver: 7.7.4 sscaff: 1.2.274 stream-buffers: 3.0.3 strip-ansi: 6.0.1 @@ -9052,7 +9046,7 @@ snapshots: xstate: 4.38.3 yargs: 17.7.2 yoga-layout-prebuilt: 1.10.0 - zod: 3.24.4 + zod: 3.25.76 transitivePeerDependencies: - '@types/react' - bare-abort-controller @@ -9064,39 +9058,39 @@ snapshots: - supports-color - utf-8-validate - '@cdktf/commons@0.21.0(constructs@10.4.2)': + '@cdktn/commons@0.22.1(constructs@10.4.2)': dependencies: - '@sentry/node': 7.120.3 - cdktf: 0.21.0(constructs@10.4.2) + '@sentry/node': 7.120.4 + cdktn: 0.22.1(constructs@10.4.2) ci-info: 3.9.0 codemaker: 1.112.0 cross-spawn: 7.0.6 - follow-redirects: 1.15.9 - fs-extra: 11.3.0 + follow-redirects: 1.15.11 + fs-extra: 11.3.4 log4js: 6.9.1 strip-ansi: 6.0.1 uuid: 9.0.1 - validator: 13.15.0 + validator: 13.15.26 transitivePeerDependencies: - constructs - debug - supports-color - '@cdktf/hcl-tools@0.21.0': + '@cdktn/hcl-tools@0.22.1': dependencies: fs-extra: 11.3.3 - '@cdktf/hcl2cdk@0.21.0(constructs@10.4.2)': + '@cdktn/hcl2cdk@0.22.1(constructs@10.4.2)': dependencies: - '@babel/generator': 7.27.1 - '@babel/template': 7.27.2 - '@babel/types': 7.27.1 - '@cdktf/commons': 0.21.0(constructs@10.4.2) - '@cdktf/hcl2json': 0.21.0 - '@cdktf/provider-generator': 0.21.0(constructs@10.4.2) - '@cdktf/provider-schema': 0.21.0(constructs@10.4.2) + '@babel/generator': 7.29.1 + '@babel/template': 7.28.6 + '@babel/types': 7.29.0 + '@cdktn/commons': 0.22.1(constructs@10.4.2) + '@cdktn/hcl2json': 0.22.1 + '@cdktn/provider-generator': 0.22.1(constructs@10.4.2) + '@cdktn/provider-schema': 0.22.1(constructs@10.4.2) camelcase: 6.3.0 - cdktf: 0.21.0(constructs@10.4.2) + cdktn: 0.22.1(constructs@10.4.2) codemaker: 1.112.0 deep-equal: 2.2.3 glob: 10.5.0 @@ -9105,30 +9099,25 @@ snapshots: jsii-rosetta: 5.8.8 prettier: 2.8.8 reserved-words: 0.1.2 - zod: 3.24.4 + zod: 3.25.76 transitivePeerDependencies: - constructs - debug - supports-color - '@cdktf/hcl2json@0.21.0': + '@cdktn/hcl2json@0.22.1': dependencies: - fs-extra: 11.3.0 + fs-extra: 11.3.4 - '@cdktf/node-pty-prebuilt-multiarch@0.10.2': + '@cdktn/provider-azurerm@15.11.0(cdktn@0.22.1(constructs@10.4.5))(constructs@10.4.5)': dependencies: - nan: 2.25.0 - prebuild-install: 7.1.3 - - '@cdktf/provider-azurerm@14.23.1(cdktf@0.21.0(constructs@10.4.5))(constructs@10.4.5)': - dependencies: - cdktf: 0.21.0(constructs@10.4.5) + cdktn: 0.22.1(constructs@10.4.5) constructs: 10.4.5 - '@cdktf/provider-generator@0.21.0(constructs@10.4.2)': + '@cdktn/provider-generator@0.22.1(constructs@10.4.2)': dependencies: - '@cdktf/commons': 0.21.0(constructs@10.4.2) - '@cdktf/provider-schema': 0.21.0(constructs@10.4.2) + '@cdktn/commons': 0.22.1(constructs@10.4.2) + '@cdktn/provider-schema': 0.22.1(constructs@10.4.2) '@types/node': 18.19.101 codemaker: 1.112.0 fs-extra: 8.1.0 @@ -9138,25 +9127,25 @@ snapshots: - debug - supports-color - '@cdktf/provider-null@11.0.1(cdktf@0.21.0(constructs@10.4.5))(constructs@10.4.5)': + '@cdktn/provider-null@12.0.0(cdktn@0.22.1(constructs@10.4.5))(constructs@10.4.5)': dependencies: - cdktf: 0.21.0(constructs@10.4.5) + cdktn: 0.22.1(constructs@10.4.5) constructs: 10.4.5 - '@cdktf/provider-schema@0.21.0(constructs@10.4.2)': + '@cdktn/provider-schema@0.22.1(constructs@10.4.2)': dependencies: - '@cdktf/commons': 0.21.0(constructs@10.4.2) - '@cdktf/hcl2json': 0.21.0 + '@cdktn/commons': 0.22.1(constructs@10.4.2) + '@cdktn/hcl2json': 0.22.1 deepmerge: 4.3.1 - fs-extra: 11.3.0 + fs-extra: 11.3.4 transitivePeerDependencies: - constructs - debug - supports-color - '@cdktf/provider-time@11.0.1(cdktf@0.21.0(constructs@10.4.5))(constructs@10.4.5)': + '@cdktn/provider-time@12.0.0(cdktn@0.22.1(constructs@10.4.5))(constructs@10.4.5)': dependencies: - cdktf: 0.21.0(constructs@10.4.5) + cdktn: 0.22.1(constructs@10.4.5) constructs: 10.4.5 '@cspotcode/source-map-support@0.8.1': @@ -9574,37 +9563,37 @@ snapshots: localforage: 1.10.0 util: 0.12.5 - '@sentry-internal/tracing@7.120.3': + '@sentry-internal/tracing@7.120.4': dependencies: - '@sentry/core': 7.120.3 - '@sentry/types': 7.120.3 - '@sentry/utils': 7.120.3 + '@sentry/core': 7.120.4 + '@sentry/types': 7.120.4 + '@sentry/utils': 7.120.4 - '@sentry/core@7.120.3': + '@sentry/core@7.120.4': dependencies: - '@sentry/types': 7.120.3 - '@sentry/utils': 7.120.3 + '@sentry/types': 7.120.4 + '@sentry/utils': 7.120.4 - '@sentry/integrations@7.120.3': + '@sentry/integrations@7.120.4': dependencies: - '@sentry/core': 7.120.3 - '@sentry/types': 7.120.3 - '@sentry/utils': 7.120.3 + '@sentry/core': 7.120.4 + '@sentry/types': 7.120.4 + '@sentry/utils': 7.120.4 localforage: 1.10.0 - '@sentry/node@7.120.3': + '@sentry/node@7.120.4': dependencies: - '@sentry-internal/tracing': 7.120.3 - '@sentry/core': 7.120.3 - '@sentry/integrations': 7.120.3 - '@sentry/types': 7.120.3 - '@sentry/utils': 7.120.3 + '@sentry-internal/tracing': 7.120.4 + '@sentry/core': 7.120.4 + '@sentry/integrations': 7.120.4 + '@sentry/types': 7.120.4 + '@sentry/utils': 7.120.4 - '@sentry/types@7.120.3': {} + '@sentry/types@7.120.4': {} - '@sentry/utils@7.120.3': + '@sentry/utils@7.120.4': dependencies: - '@sentry/types': 7.120.3 + '@sentry/types': 7.120.4 '@serverless/dashboard-plugin@6.4.0(@types/node@20.19.30)(supports-color@8.1.1)': dependencies: @@ -10525,16 +10514,16 @@ snapshots: mime: 2.6.0 yargs: 16.2.0 - cdktf-cli@0.21.0(ink@3.2.0(react@17.0.2))(react@17.0.2): + cdktn-cli@0.22.1(ink@3.2.0(react@17.0.2))(react@17.0.2): dependencies: - '@cdktf/cli-core': 0.21.0(react@17.0.2) - '@cdktf/commons': 0.21.0(constructs@10.4.2) - '@cdktf/hcl-tools': 0.21.0 - '@cdktf/hcl2cdk': 0.21.0(constructs@10.4.2) - '@cdktf/hcl2json': 0.21.0 + '@cdktn/cli-core': 0.22.1(react@17.0.2) + '@cdktn/commons': 0.22.1(constructs@10.4.2) + '@cdktn/hcl-tools': 0.22.1 + '@cdktn/hcl2cdk': 0.22.1(constructs@10.4.2) + '@cdktn/hcl2json': 0.22.1 '@inquirer/prompts': 2.3.1 - '@sentry/node': 7.120.3 - cdktf: 0.21.0(constructs@10.4.2) + '@sentry/node': 7.120.4 + cdktn: 0.22.1(constructs@10.4.2) ci-info: 3.9.0 codemaker: 1.112.0 constructs: 10.4.2 @@ -10545,7 +10534,7 @@ snapshots: jsii: 5.8.9 jsii-pacmak: 1.112.0(jsii-rosetta@5.8.8) jsii-rosetta: 5.8.8 - minimatch: 5.1.6 + minimatch: 5.1.9 node-fetch: 2.7.0 pidtree: 0.6.0 pidusage: 3.0.2 @@ -10553,7 +10542,7 @@ snapshots: xml-js: 1.6.11 yargs: 17.7.2 yoga-layout-prebuilt: 1.10.0 - zod: 3.24.4 + zod: 3.25.76 transitivePeerDependencies: - '@types/react' - bare-abort-controller @@ -10566,11 +10555,11 @@ snapshots: - supports-color - utf-8-validate - cdktf@0.21.0(constructs@10.4.2): + cdktn@0.22.1(constructs@10.4.2): dependencies: constructs: 10.4.2 - cdktf@0.21.0(constructs@10.4.5): + cdktn@0.22.1(constructs@10.4.5): dependencies: constructs: 10.4.5 @@ -11804,8 +11793,6 @@ snapshots: follow-redirects@1.15.11: {} - follow-redirects@1.15.9: {} - for-each@0.3.5: dependencies: is-callable: 1.2.7 @@ -11851,13 +11838,13 @@ snapshots: jsonfile: 6.2.0 universalify: 2.0.1 - fs-extra@11.3.0: + fs-extra@11.3.3: dependencies: graceful-fs: 4.2.11 jsonfile: 6.2.0 universalify: 2.0.1 - fs-extra@11.3.3: + fs-extra@11.3.4: dependencies: graceful-fs: 4.2.11 jsonfile: 6.2.0 @@ -12975,6 +12962,10 @@ snapshots: dependencies: brace-expansion: 2.0.2 + minimatch@5.1.9: + dependencies: + brace-expansion: 2.0.2 + minimatch@9.0.5: dependencies: brace-expansion: 2.0.2 @@ -13125,7 +13116,7 @@ snapshots: node-abi@3.87.0: dependencies: - semver: 7.7.2 + semver: 7.7.4 node-addon-api@7.1.1: {} @@ -13880,10 +13871,10 @@ snapshots: semver@6.3.1: {} - semver@7.7.2: {} - semver@7.7.3: {} + semver@7.7.4: {} + send@0.19.2: dependencies: debug: 2.6.9 @@ -14716,8 +14707,6 @@ snapshots: dependencies: builtins: 1.0.3 - validator@13.15.0: {} - validator@13.15.26: {} vary@1.1.2: {} @@ -15002,4 +14991,4 @@ snapshots: compress-commons: 6.0.2 readable-stream: 4.7.0 - zod@3.24.4: {} + zod@3.25.76: {} diff --git a/packages/framework-integration-tests/package.json b/packages/framework-integration-tests/package.json index 92e086bb2..af09a9afb 100644 --- a/packages/framework-integration-tests/package.json +++ b/packages/framework-integration-tests/package.json @@ -55,8 +55,8 @@ "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "@apollo/client": "3.7.13", - "cdktf": "0.21.0", - "cdktf-cli": "0.21.0", + "cdktn": "0.22.1", + "cdktn-cli": "0.22.1", "ink": "^3.0.5", "react": "^17.0.0", "constructs": "^10.4.2", diff --git a/packages/framework-provider-azure-infrastructure/package.json b/packages/framework-provider-azure-infrastructure/package.json index b110dafed..23d503993 100644 --- a/packages/framework-provider-azure-infrastructure/package.json +++ b/packages/framework-provider-azure-infrastructure/package.json @@ -30,15 +30,15 @@ "@boostercloud/framework-core": "workspace:^4.0.2", "@boostercloud/framework-provider-azure": "workspace:^4.0.2", "@boostercloud/framework-types": "workspace:^4.0.2", - "@cdktf/provider-azurerm": "14.23.1", - "@cdktf/provider-null": "11.0.1", - "@cdktf/provider-time": "11.0.1", + "@cdktn/provider-azurerm": "15.11.0", + "@cdktn/provider-null": "12.0.0", + "@cdktn/provider-time": "12.0.0", "@types/archiver": "5.1.0", "@types/needle": "^2.0.4", "archiver": "5.3.0", "@azure/arm-resources": "^5.0.1", - "cdktf": "0.21.0", - "cdktf-cli": "0.21.0", + "cdktn": "0.22.1", + "cdktn-cli": "0.22.1", "ink": "^3.0.5", "react": "^17.0.0", "chai": "4.2.0", diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/application-builder.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/application-builder.ts index 54c064bba..c9d369576 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/application-builder.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/application-builder.ts @@ -4,7 +4,7 @@ import { AzureStack } from './azure-stack' import * as ckdtfTemplate from './templates/cdktf' import { renderToFile } from './helper/utils' import { getLogger, Promises } from '@boostercloud/framework-common-helpers' -import { App } from 'cdktf' +import { App } from 'cdktn' import { ZipResource } from './types/zip-resource' import { FunctionZip } from './helper/function-zip' import { RocketBuilder, RocketZipResource } from './rockets/rocket-builder' @@ -59,7 +59,7 @@ export class ApplicationBuilder { private async generateSynthFiles(): Promise { const logger = getLogger(this.config, 'ApplicationBuilder#generateSynthFiles') - logger.info('Generating cdktf files') + logger.info('Generating cdktn files') const filesToGenerate: Array<[Array, string]> = [[['cdktf.json'], ckdtfTemplate.template]] await Promises.allSettledAndFulfilled(filesToGenerate.map(renderToFile(this.config))) } diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/azure-stack.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/azure-stack.ts index c481336a3..68217356e 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/azure-stack.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/azure-stack.ts @@ -1,5 +1,5 @@ import { Construct } from 'constructs' -import { Fn, TerraformStack } from 'cdktf' +import { Fn, TerraformStack } from 'cdktn' import { ApplicationSynth } from './synth/application-synth' import { ApplicationSynthStack } from './types/application-synth-stack' import { InfrastructureRocket } from './rockets/infrastructure-rocket' diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/index.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/index.ts index 3677521c8..e31ab159b 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/index.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/index.ts @@ -42,9 +42,9 @@ async function deployApp(config: BoosterConfig, rockets?: InfrastructureRocket[] const applicationBuild = await applicationBuilder.buildApplication() try { - await runCommand(process.cwd(), 'npx cdktf-cli deploy --auto-approve --ignore-missing-stack-dependencies') + await runCommand(process.cwd(), 'npx cdktn-cli deploy --auto-approve --ignore-missing-stack-dependencies') } catch (error) { - return Promise.reject(`Deployment of application ${config.appName} failed. Check cdktf logs. \n${error.message}}`) + return Promise.reject(`Deployment of application ${config.appName} failed. Check Terraform logs. \n${error.message}}`) } const resourceGroupName = createResourceGroupName(config.appName, config.environmentName) diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/application-synth.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/application-synth.ts index e270b848d..e04a50cfb 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/application-synth.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/application-synth.ts @@ -8,7 +8,7 @@ import { readProjectConfig, toTerraformName, } from '../helper/utils' -import { TerraformStack } from 'cdktf' +import { TerraformStack } from 'cdktn' import { TerraformServicePlan } from './terraform-service-plan' import { TerraformResourceGroup } from './terraform-resource-group' import { TerraformStorageAccount } from './terraform-storage-account' @@ -19,12 +19,12 @@ import { TerraformCosmosdbDatabase } from './terraform-cosmosdb-database' import { TerraformApplicationGateway } from './gateway/terraform-application-gateway' import { TerraformWebPubsub } from './terraform-web-pubsub' import { ApplicationSynthStack, StackNames } from '../types/application-synth-stack' -import { AzurermProvider, AzurermProviderFeatures } from '@cdktf/provider-azurerm/lib/provider' +import { AzurermProvider, AzurermProviderFeatures } from '@cdktn/provider-azurerm/lib/provider' import { TerraformOutputs } from './terraform-outputs' import { TerraformWebPubsubHub } from './terraform-web-pubsub-hub' import { TerraformEventHubNamespace } from './terraform-event-hub-namespace' import { TerraformEventHub } from './terraform-event-hub' -import { storageAccount, windowsFunctionApp } from '@cdktf/provider-azurerm' +import { storageAccount, windowsFunctionApp } from '@cdktn/provider-azurerm' import { TerraformNetworkSecurityGroup } from './gateway/terraform-network-security-group' import { TerraformVirtualNetwork } from './gateway/terraform-virtual-network' import { TerraformPublicIp } from './gateway/terraform-public-ip' diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-application-gateway.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-application-gateway.ts index 67ec74ea9..ba6b21baa 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-application-gateway.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-application-gateway.ts @@ -1,7 +1,7 @@ -import { applicationGateway } from '@cdktf/provider-azurerm' +import { applicationGateway } from '@cdktn/provider-azurerm' import { ApplicationSynthStack } from '../../types/application-synth-stack' import { USE_WAF } from '../../constants' -import { ApplicationGatewayConfig } from '@cdktf/provider-azurerm/lib/application-gateway' +import { ApplicationGatewayConfig } from '@cdktn/provider-azurerm/lib/application-gateway' const STANDARD_V2 = 'Standard_v2' const WAF_V2 = 'WAF_v2' diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-network-security-group.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-network-security-group.ts index b647382c3..1a06224dd 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-network-security-group.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-network-security-group.ts @@ -1,4 +1,4 @@ -import { networkSecurityGroup } from '@cdktf/provider-azurerm' +import { networkSecurityGroup } from '@cdktn/provider-azurerm' import { ApplicationSynthStack } from '../../types/application-synth-stack' export class TerraformNetworkSecurityGroup { diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-public-ip-data.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-public-ip-data.ts index 0061cef1d..eed8e1767 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-public-ip-data.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-public-ip-data.ts @@ -1,4 +1,4 @@ -import { dataAzurermPublicIp } from '@cdktf/provider-azurerm' +import { dataAzurermPublicIp } from '@cdktn/provider-azurerm' import { toTerraformName } from '../../helper/utils' import { ApplicationSynthStack } from '../../types/application-synth-stack' diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-public-ip.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-public-ip.ts index 27394ddb3..519b0905c 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-public-ip.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-public-ip.ts @@ -1,4 +1,4 @@ -import { publicIp } from '@cdktf/provider-azurerm' +import { publicIp } from '@cdktn/provider-azurerm' import { ApplicationSynthStack } from '../../types/application-synth-stack' export class TerraformPublicIp { diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-subnet-security.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-subnet-security.ts index cd47567dd..0b8f6528f 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-subnet-security.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-subnet-security.ts @@ -1,6 +1,6 @@ import { toTerraformName } from '../../helper/utils' import { ApplicationSynthStack } from '../../types/application-synth-stack' -import { subnetNetworkSecurityGroupAssociation } from '@cdktf/provider-azurerm' +import { subnetNetworkSecurityGroupAssociation } from '@cdktn/provider-azurerm' export class TerraformSubnetSecurity { static build({ diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-subnet.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-subnet.ts index 487af6806..2f6b6d903 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-subnet.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-subnet.ts @@ -1,6 +1,6 @@ import { toTerraformName } from '../../helper/utils' import { ApplicationSynthStack } from '../../types/application-synth-stack' -import { subnet } from '@cdktf/provider-azurerm' +import { subnet } from '@cdktn/provider-azurerm' export class TerraformSubnet { static build({ diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-virtual-network.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-virtual-network.ts index ee66a4fd7..98b823378 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-virtual-network.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/gateway/terraform-virtual-network.ts @@ -1,4 +1,4 @@ -import { virtualNetwork } from '@cdktf/provider-azurerm' +import { virtualNetwork } from '@cdktn/provider-azurerm' import { toTerraformName } from '../../helper/utils' import { ApplicationSynthStack } from '../../types/application-synth-stack' diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-containers.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-containers.ts index 249deee8b..c708bfee4 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-containers.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-containers.ts @@ -1,5 +1,5 @@ -import { TerraformStack } from 'cdktf' -import { cosmosdbAccount, cosmosdbSqlContainer, cosmosdbSqlDatabase } from '@cdktf/provider-azurerm' +import { TerraformStack } from 'cdktn' +import { cosmosdbAccount, cosmosdbSqlContainer, cosmosdbSqlDatabase } from '@cdktn/provider-azurerm' import { toTerraformName } from '../helper/utils' import { BoosterConfig } from '@boostercloud/framework-types' import { @@ -8,7 +8,7 @@ import { eventsStoreAttributes, subscriptionsStoreAttributes, } from '@boostercloud/framework-provider-azure' -import { AzurermProvider } from '@cdktf/provider-azurerm/lib/provider' +import { AzurermProvider } from '@cdktn/provider-azurerm/lib/provider' import { MAX_CONTAINER_THROUGHPUT } from '../constants' import { ApplicationSynthStack } from '../types/application-synth-stack' diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-cosmosdb-database.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-cosmosdb-database.ts index 14b8e9231..89ce4b695 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-cosmosdb-database.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-cosmosdb-database.ts @@ -1,4 +1,4 @@ -import { cosmosdbAccount } from '@cdktf/provider-azurerm' +import { cosmosdbAccount } from '@cdktn/provider-azurerm' import { toTerraformName } from '../helper/utils' import { ApplicationSynthStack } from '../types/application-synth-stack' diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-cosmosdb-sql-database.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-cosmosdb-sql-database.ts index 488ae3603..70b9ed727 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-cosmosdb-sql-database.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-cosmosdb-sql-database.ts @@ -1,4 +1,4 @@ -import { cosmosdbSqlDatabase } from '@cdktf/provider-azurerm' +import { cosmosdbSqlDatabase } from '@cdktn/provider-azurerm' import { toTerraformName } from '../helper/utils' import { BoosterConfig } from '@boostercloud/framework-types' diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-event-hub-namespace.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-event-hub-namespace.ts index 4afb9f05c..4e0d91686 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-event-hub-namespace.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-event-hub-namespace.ts @@ -1,4 +1,4 @@ -import { eventhubNamespace } from '@cdktf/provider-azurerm' +import { eventhubNamespace } from '@cdktn/provider-azurerm' import { toTerraformName } from '../helper/utils' import { ApplicationSynthStack } from '../types/application-synth-stack' diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-event-hub.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-event-hub.ts index 6f0c80fe4..598d72754 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-event-hub.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-event-hub.ts @@ -1,4 +1,4 @@ -import { eventhub } from '@cdktf/provider-azurerm' +import { eventhub } from '@cdktn/provider-azurerm' import { toTerraformName } from '../helper/utils' import { ApplicationSynthStack } from '../types/application-synth-stack' import { BoosterConfig } from '@boostercloud/framework-types' diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-function-app-settings.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-function-app-settings.ts index 54907f464..de49aeda7 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-function-app-settings.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-function-app-settings.ts @@ -2,7 +2,7 @@ import { environmentVarNames } from '@boostercloud/framework-provider-azure' import { ApplicationSynthStack } from '../types/application-synth-stack' import { toTerraformName } from '../helper/utils' import { BoosterConfig } from '@boostercloud/framework-types' -import { storageAccount } from '@cdktf/provider-azurerm' +import { storageAccount } from '@cdktn/provider-azurerm' export class TerraformFunctionAppSettings { static build( diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-function-app.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-function-app.ts index 43b63b0cf..e2b90ee8a 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-function-app.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-function-app.ts @@ -1,7 +1,7 @@ -import { servicePlan, storageAccount, windowsFunctionApp } from '@cdktf/provider-azurerm' +import { servicePlan, storageAccount, windowsFunctionApp } from '@cdktn/provider-azurerm' import { toTerraformName } from '../helper/utils' import { ApplicationSynthStack } from '../types/application-synth-stack' -import { WindowsFunctionAppConfig } from '@cdktf/provider-azurerm/lib/windows-function-app' +import { WindowsFunctionAppConfig } from '@cdktn/provider-azurerm/lib/windows-function-app' export class TerraformFunctionApp { static build( diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-outputs.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-outputs.ts index 02cb69203..d86b3b8b9 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-outputs.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-outputs.ts @@ -1,4 +1,4 @@ -import { TerraformOutput } from 'cdktf' +import { TerraformOutput } from 'cdktn' import { ApplicationSynthStack } from '../types/application-synth-stack' export class TerraformOutputs { diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-resource-group.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-resource-group.ts index 3cbd8acba..6c1cb3826 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-resource-group.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-resource-group.ts @@ -1,4 +1,4 @@ -import { resourceGroup } from '@cdktf/provider-azurerm' +import { resourceGroup } from '@cdktn/provider-azurerm' import { getDeployRegion, toTerraformName } from '../helper/utils' import { StackNames } from '../types/application-synth-stack' diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-service-plan.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-service-plan.ts index 8d9a227b4..25554518a 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-service-plan.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-service-plan.ts @@ -1,4 +1,4 @@ -import { servicePlan } from '@cdktf/provider-azurerm' +import { servicePlan } from '@cdktn/provider-azurerm' import { toTerraformName } from '../helper/utils' import { ApplicationSynthStack } from '../types/application-synth-stack' diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-storage-account.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-storage-account.ts index 7b7c730d1..29e0937ca 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-storage-account.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-storage-account.ts @@ -1,4 +1,4 @@ -import { storageAccount } from '@cdktf/provider-azurerm' +import { storageAccount } from '@cdktn/provider-azurerm' import { toTerraformName } from '../helper/utils' import { ApplicationSynthStack } from '../types/application-synth-stack' diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-web-pub-sub-extension-key.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-web-pub-sub-extension-key.ts index e9af54fba..87eb2d735 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-web-pub-sub-extension-key.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-web-pub-sub-extension-key.ts @@ -1,4 +1,4 @@ -import { dataAzurermFunctionAppHostKeys } from '@cdktf/provider-azurerm' +import { dataAzurermFunctionAppHostKeys } from '@cdktn/provider-azurerm' import { TerraformFunctionAppData } from './web-pubsub-extension-key/terraform-function-app-data' import { TerraformSleep } from './web-pubsub-extension-key/terraform-sleep' import { ApplicationSynthStack } from '../types/application-synth-stack' diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-web-pubsub-hub.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-web-pubsub-hub.ts index 51d821ce6..856239090 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-web-pubsub-hub.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-web-pubsub-hub.ts @@ -1,5 +1,5 @@ import { toTerraformName } from '../helper/utils' -import { webPubsubHub } from '@cdktf/provider-azurerm' +import { webPubsubHub } from '@cdktn/provider-azurerm' import { ApplicationSynthStack } from '../types/application-synth-stack' export class TerraformWebPubsubHub { diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-web-pubsub.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-web-pubsub.ts index a579e7d01..eab3cc00d 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-web-pubsub.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/terraform-web-pubsub.ts @@ -1,5 +1,5 @@ import { toTerraformName } from '../helper/utils' -import { webPubsub } from '@cdktf/provider-azurerm' +import { webPubsub } from '@cdktn/provider-azurerm' import { ApplicationSynthStack } from '../types/application-synth-stack' export class TerraformWebPubsub { diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/web-pubsub-extension-key/terraform-function-app-data.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/web-pubsub-extension-key/terraform-function-app-data.ts index 6a83c8080..5b1eb4d13 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/web-pubsub-extension-key/terraform-function-app-data.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/web-pubsub-extension-key/terraform-function-app-data.ts @@ -1,8 +1,8 @@ -import { TerraformStack } from 'cdktf' -import { dataAzurermFunctionAppHostKeys, resourceGroup, windowsFunctionApp } from '@cdktf/provider-azurerm' +import { TerraformStack } from 'cdktn' +import { dataAzurermFunctionAppHostKeys, resourceGroup, windowsFunctionApp } from '@cdktn/provider-azurerm' import { toTerraformName } from '../../helper/utils' -import { AzurermProvider } from '@cdktf/provider-azurerm/lib/provider' -import { sleep } from '@cdktf/provider-time' +import { AzurermProvider } from '@cdktn/provider-azurerm/lib/provider' +import { sleep } from '@cdktn/provider-time' export class TerraformFunctionAppData { static build( diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/web-pubsub-extension-key/terraform-sleep.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/web-pubsub-extension-key/terraform-sleep.ts index 974123617..c36a24f2f 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/web-pubsub-extension-key/terraform-sleep.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/synth/web-pubsub-extension-key/terraform-sleep.ts @@ -1,8 +1,8 @@ -import { TerraformStack } from 'cdktf' +import { TerraformStack } from 'cdktn' import { toTerraformName } from '../../helper/utils' -import { sleep } from '@cdktf/provider-time' -import { TimeProvider } from '@cdktf/provider-time/lib/provider' -import { ITerraformDependable } from 'cdktf/lib/terraform-dependable' +import { sleep } from '@cdktn/provider-time' +import { TimeProvider } from '@cdktn/provider-time/lib/provider' +import { ITerraformDependable } from 'cdktn/lib/terraform-dependable' export class TerraformSleep { static build( diff --git a/packages/framework-provider-azure-infrastructure/src/infrastructure/types/application-synth-stack.ts b/packages/framework-provider-azure-infrastructure/src/infrastructure/types/application-synth-stack.ts index bd512263a..83589628e 100644 --- a/packages/framework-provider-azure-infrastructure/src/infrastructure/types/application-synth-stack.ts +++ b/packages/framework-provider-azure-infrastructure/src/infrastructure/types/application-synth-stack.ts @@ -19,11 +19,11 @@ import { subnetNetworkSecurityGroupAssociation, webPubsubHub, windowsFunctionApp, -} from '@cdktf/provider-azurerm' -import { Resource } from '@cdktf/provider-null/lib/resource' -import { TerraformResource, TerraformStack } from 'cdktf' +} from '@cdktn/provider-azurerm' +import { Resource } from '@cdktn/provider-null/lib/resource' +import { TerraformResource, TerraformStack } from 'cdktn' import { FunctionDefinition } from './functionDefinition' -import { AzurermProvider } from '@cdktf/provider-azurerm/lib/provider' +import { AzurermProvider } from '@cdktn/provider-azurerm/lib/provider' export interface StackNames { appPrefix: string From 117e9056944abcb5ccbc1a66d386ec95296577aa Mon Sep 17 00:00:00 2001 From: "Castro, Mario" Date: Tue, 5 May 2026 12:51:02 -0400 Subject: [PATCH 2/3] Bump Effect ecosystem to fix 5 HIGH vulnerabilities in Azure path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrades Effect packages to resolve production-facing security issues: - effect 3.13.2 → 3.20.0 (fixes AsyncLocalStorage context contamination) - @effect/platform 0.77.2 → 0.79.4 - @effect/platform-node 0.73.2 → 0.75.0 (last version before rpc/sql/cluster peer deps) - @effect/cli 0.56.2 → 0.58.0 - @effect/printer 0.41.2 → 0.41.9 - @effect/printer-ansi 0.41.2 → 0.41.9 - @effect/typeclass 0.32.2 → 0.32.9 Adds pnpm security override for undici >= 7.24.0 to patch 3 WebSocket vulnerabilities (overflow, unbounded memory, unhandled exception). Resolves: GHSA-38f7 (effect), GHSA-f269/GHSA-vrm6/GHSA-v9p9 (undici), GHSA-c2c7 (picomatch). Total audit: 90 → 25 vulns, 0 Azure-path HIGHs. Co-Authored-By: Claude Opus 4.6 (1M context) --- common/config/rush/.pnpmfile.cjs | 1 + common/config/rush/pnpm-lock.yaml | 1707 +++++++++-------- packages/framework-core/package.json | 14 +- .../framework-integration-tests/package.json | 14 +- packages/framework-types/package.json | 12 +- 5 files changed, 918 insertions(+), 830 deletions(-) diff --git a/common/config/rush/.pnpmfile.cjs b/common/config/rush/.pnpmfile.cjs index 005ce5755..d308ab2a3 100644 --- a/common/config/rush/.pnpmfile.cjs +++ b/common/config/rush/.pnpmfile.cjs @@ -44,6 +44,7 @@ function readPackage(packageJson, context) { { pkg: 'qs', major: '6', minSafe: '>=6.14.1 <7.0.0' }, // GHSA-6rw7-vpxm-498p (high) { pkg: 'jws', major: '3', minSafe: '>=3.2.3 <4.0.0' }, // GHSA-869p-cjfg-cm3x (high) { pkg: 'jws', major: '4', minSafe: '>=4.0.1 <5.0.0' }, // GHSA-869p-cjfg-cm3x (high) + { pkg: 'undici', major: '7', minSafe: '>=7.24.0 <8.0.0' }, // GHSA-f269, GHSA-vrm6, GHSA-v9p9 (high) ]; for (const { pkg, major, minSafe } of securityOverrides) { diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 3cdab868e..3cfd3e9ec 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -14,7 +14,7 @@ importers: dependencies: '@apollo/client': specifier: 3.7.13 - version: 3.7.13(graphql@16.12.0)(react@17.0.2)(subscriptions-transport-ws@0.11.0(graphql@16.12.0)) + version: 3.7.13(graphql@16.13.2)(react@17.0.2)(subscriptions-transport-ws@0.11.0(graphql@16.13.2)) '@boostercloud/framework-types': specifier: workspace:^4.0.2 version: link:../framework-types @@ -29,7 +29,7 @@ importers: version: 3.1.5 graphql: specifier: ^16.6.0 - version: 16.12.0 + version: 16.13.2 jsonwebtoken: specifier: 9.0.2 version: 9.0.2 @@ -38,7 +38,7 @@ importers: version: 9.2.3 subscriptions-transport-ws: specifier: 0.11.0 - version: 0.11.0(graphql@16.12.0) + version: 0.11.0(graphql@16.13.2) tslib: specifier: ^2.4.0 version: 2.8.1 @@ -54,7 +54,7 @@ importers: version: 9.0.8 '@types/node': specifier: ^20.17.17 - version: 20.19.30 + version: 20.19.39 '@types/ws': specifier: 8.5.4 version: 8.5.4 @@ -117,7 +117,7 @@ importers: version: 4.2.7 '@oclif/plugin-help': specifier: ^6.2.25 - version: 6.2.37 + version: 6.2.46 chalk: specifier: ^2.4.2 version: 2.4.2 @@ -157,7 +157,7 @@ importers: version: link:../../tools/eslint-config '@oclif/test': specifier: ^4.1.10 - version: 4.1.16(@oclif/core@4.2.7) + version: 4.1.18(@oclif/core@4.2.7) '@types/chai': specifier: 4.2.18 version: 4.2.18 @@ -184,7 +184,7 @@ importers: version: 4.2.5 '@types/node': specifier: ^20.17.17 - version: 20.19.30 + version: 20.19.39 '@types/rewire': specifier: ^2.5.28 version: 2.5.30 @@ -253,7 +253,7 @@ importers: version: 3.5.0(chai@4.2.0)(sinon@9.2.3) ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@20.19.30)(typescript@5.7.3) + version: 10.9.2(@types/node@20.19.39)(typescript@5.7.3) ts-patch: specifier: 3.3.0 version: 3.3.0 @@ -296,7 +296,7 @@ importers: version: 10.0.10 '@types/node': specifier: ^20.17.17 - version: 20.19.30 + version: 20.19.39 '@types/rewire': specifier: ^2.5.28 version: 2.5.30 @@ -362,7 +362,7 @@ importers: version: 3.5.0(chai@4.2.0)(sinon@9.2.3) ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@20.19.30)(typescript@5.7.3) + version: 10.9.2(@types/node@20.19.39)(typescript@5.7.3) typescript: specifier: 5.7.3 version: 5.7.3 @@ -376,29 +376,29 @@ importers: specifier: workspace:^4.0.2 version: link:../framework-types '@effect/cli': - specifier: 0.56.2 - version: 0.56.2(@effect/platform@0.77.2(effect@3.13.2))(@effect/printer-ansi@0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2))(@effect/printer@0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2))(effect@3.13.2) + specifier: 0.58.0 + version: 0.58.0(@effect/platform@0.79.4(effect@3.20.0))(@effect/printer-ansi@0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0))(@effect/printer@0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0))(effect@3.20.0) '@effect/platform': - specifier: 0.77.2 - version: 0.77.2(effect@3.13.2) + specifier: 0.79.4 + version: 0.79.4(effect@3.20.0) '@effect/platform-node': - specifier: 0.73.2 - version: 0.73.2(@effect/platform@0.77.2(effect@3.13.2))(effect@3.13.2) + specifier: 0.75.0 + version: 0.75.0(@effect/platform@0.79.4(effect@3.20.0))(effect@3.20.0) '@effect/printer': - specifier: 0.41.2 - version: 0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2) + specifier: 0.41.9 + version: 0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0) '@effect/printer-ansi': - specifier: 0.41.2 - version: 0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2) + specifier: 0.41.9 + version: 0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0) '@effect/schema': specifier: 0.75.5 - version: 0.75.5(effect@3.13.2) + version: 0.75.5(effect@3.20.0) '@effect/typeclass': - specifier: 0.32.2 - version: 0.32.2(effect@3.13.2) + specifier: 0.32.9 + version: 0.32.9(effect@3.20.0) effect: - specifier: 3.13.2 - version: 3.13.2 + specifier: 3.20.0 + version: 3.20.0 fast-check: specifier: ^3.13.2 version: 3.23.2 @@ -407,10 +407,10 @@ importers: version: 2.16.11 graphql-scalars: specifier: ^1.24.1 - version: 1.25.0(graphql@16.12.0) + version: 1.25.0(graphql@16.13.2) graphql-subscriptions: specifier: 2.0.0 - version: 2.0.0(graphql@16.12.0) + version: 2.0.0(graphql@16.13.2) inflected: specifier: 2.1.0 version: 2.1.0 @@ -462,7 +462,7 @@ importers: version: 10.0.10 '@types/node': specifier: ^20.17.17 - version: 20.19.30 + version: 20.19.39 '@types/sinon': specifier: 10.0.0 version: 10.0.0 @@ -507,7 +507,7 @@ importers: version: 5.1.0 graphql: specifier: ^16.6.0 - version: 16.12.0 + version: 16.13.2 mocha: specifier: 10.2.0 version: 10.2.0 @@ -534,7 +534,7 @@ importers: version: 3.5.0(chai@4.2.0)(sinon@9.2.3) ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@20.19.30)(typescript@5.7.3) + version: 10.9.2(@types/node@20.19.39)(typescript@5.7.3) ts-patch: specifier: 3.3.0 version: 3.3.0 @@ -566,32 +566,32 @@ importers: specifier: ^0.60.4 version: 0.60.5 '@effect/cli': - specifier: 0.56.2 - version: 0.56.2(@effect/platform@0.77.2(effect@3.13.2))(@effect/printer-ansi@0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2))(@effect/printer@0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2))(effect@3.13.2) + specifier: 0.58.0 + version: 0.58.0(@effect/platform@0.79.4(effect@3.20.0))(@effect/printer-ansi@0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0))(@effect/printer@0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0))(effect@3.20.0) '@effect/platform': - specifier: 0.77.2 - version: 0.77.2(effect@3.13.2) + specifier: 0.79.4 + version: 0.79.4(effect@3.20.0) '@effect/platform-node': - specifier: 0.73.2 - version: 0.73.2(@effect/platform@0.77.2(effect@3.13.2))(effect@3.13.2) + specifier: 0.75.0 + version: 0.75.0(@effect/platform@0.79.4(effect@3.20.0))(effect@3.20.0) '@effect/printer': - specifier: 0.41.2 - version: 0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2) + specifier: 0.41.9 + version: 0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0) '@effect/printer-ansi': - specifier: 0.41.2 - version: 0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2) + specifier: 0.41.9 + version: 0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0) '@effect/schema': specifier: 0.75.5 - version: 0.75.5(effect@3.13.2) + version: 0.75.5(effect@3.20.0) '@effect/typeclass': - specifier: 0.32.2 - version: 0.32.2(effect@3.13.2) + specifier: 0.32.9 + version: 0.32.9(effect@3.20.0) aws-sdk: specifier: 2.853.0 version: 2.853.0 effect: - specifier: 3.13.2 - version: 3.13.2 + specifier: 3.20.0 + version: 3.20.0 execa: specifier: ^2.0.3 version: 2.1.0 @@ -606,7 +606,7 @@ importers: version: 3.23.2 graphql: specifier: ^16.6.0 - version: 16.12.0 + version: 16.13.2 tslib: specifier: ^2.4.0 version: 2.8.1 @@ -616,7 +616,7 @@ importers: devDependencies: '@apollo/client': specifier: 3.7.13 - version: 3.7.13(graphql@16.12.0)(react@17.0.2)(subscriptions-transport-ws@0.11.0(graphql@16.12.0)) + version: 3.7.13(graphql@16.13.2)(react@17.0.2)(subscriptions-transport-ws@0.11.0(graphql@16.13.2)) '@boostercloud/application-tester': specifier: workspace:^4.0.2 version: link:../application-tester @@ -667,7 +667,7 @@ importers: version: 1.8.16 '@types/node': specifier: ^20.17.17 - version: 20.19.30 + version: 20.19.39 '@types/sinon': specifier: 10.0.0 version: 10.0.0 @@ -682,7 +682,7 @@ importers: version: 5.62.0(eslint@8.57.1)(typescript@5.7.3) cdktn: specifier: 0.22.1 - version: 0.22.1(constructs@10.4.5) + version: 0.22.1(constructs@10.6.0) cdktn-cli: specifier: 0.22.1 version: 0.22.1(ink@3.2.0(react@17.0.2))(react@17.0.2) @@ -697,7 +697,7 @@ importers: version: 8.2.2 constructs: specifier: ^10.4.2 - version: 10.4.5 + version: 10.6.0 cross-fetch: specifier: 3.1.5 version: 3.1.5 @@ -754,7 +754,7 @@ importers: version: 5.0.10 serverless: specifier: 3.8.0 - version: 3.8.0(@types/node@20.19.30) + version: 3.8.0(@types/node@20.19.39) serverless-artillery: specifier: 0.5.2 version: 0.5.2 @@ -763,10 +763,10 @@ importers: version: 9.2.3 subscriptions-transport-ws: specifier: 0.11.0 - version: 0.11.0(graphql@16.12.0) + version: 0.11.0(graphql@16.13.2) ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@20.19.30)(typescript@5.7.3) + version: 10.9.2(@types/node@20.19.39)(typescript@5.7.3) ts-patch: specifier: 3.3.0 version: 3.3.0 @@ -812,7 +812,7 @@ importers: version: 10.0.10 '@types/node': specifier: ^20.17.17 - version: 20.19.30 + version: 20.19.39 '@types/rewire': specifier: ^2.5.28 version: 2.5.30 @@ -881,7 +881,7 @@ importers: version: 3.5.0(chai@4.2.0)(sinon@9.2.3) ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@20.19.30)(typescript@5.7.3) + version: 10.9.2(@types/node@20.19.39)(typescript@5.7.3) typescript: specifier: 5.7.3 version: 5.7.3 @@ -1008,7 +1008,7 @@ importers: version: 10.0.10 '@types/node': specifier: ^20.17.17 - version: 20.19.30 + version: 20.19.39 '@types/rewire': specifier: ^2.5.28 version: 2.5.30 @@ -1071,7 +1071,7 @@ importers: version: 3.5.0(chai@4.2.0)(sinon@9.2.3) ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@20.19.30)(typescript@5.7.3) + version: 10.9.2(@types/node@20.19.39)(typescript@5.7.3) typescript: specifier: 5.7.3 version: 5.7.3 @@ -1083,16 +1083,16 @@ importers: dependencies: '@azure/cosmos': specifier: ^4.3.0 - version: 4.9.1 + version: 4.9.3(@azure/core-client@1.10.1) '@azure/event-hubs': specifier: 5.11.1 version: 5.11.1 '@azure/functions': specifier: ^4.0.0 - version: 4.11.0 + version: 4.14.0 '@azure/identity': specifier: ~4.13.0 - version: 4.13.0 + version: 4.13.1 '@azure/web-pubsub': specifier: ~1.1.0 version: 1.1.4 @@ -1126,7 +1126,7 @@ importers: version: 10.0.10 '@types/node': specifier: ^20.17.17 - version: 20.19.30 + version: 20.19.39 '@types/sinon': specifier: 10.0.0 version: 10.0.0 @@ -1183,7 +1183,7 @@ importers: version: 3.5.0(chai@4.2.0)(sinon@9.2.3) ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@20.19.30)(typescript@5.7.3) + version: 10.9.2(@types/node@20.19.39)(typescript@5.7.3) typescript: specifier: 5.7.3 version: 5.7.3 @@ -1201,10 +1201,10 @@ importers: version: 1.2.0 '@azure/cosmos': specifier: ^4.3.0 - version: 4.9.1 + version: 4.9.3(@azure/core-client@1.10.1) '@azure/identity': specifier: ~4.13.0 - version: 4.13.0 + version: 4.13.1 '@boostercloud/framework-common-helpers': specifier: workspace:^4.0.2 version: link:../framework-common-helpers @@ -1219,13 +1219,13 @@ importers: version: link:../framework-types '@cdktn/provider-azurerm': specifier: 15.11.0 - version: 15.11.0(cdktn@0.22.1(constructs@10.4.5))(constructs@10.4.5) + version: 15.11.0(cdktn@0.22.1(constructs@10.6.0))(constructs@10.6.0) '@cdktn/provider-null': specifier: 12.0.0 - version: 12.0.0(cdktn@0.22.1(constructs@10.4.5))(constructs@10.4.5) + version: 12.0.0(cdktn@0.22.1(constructs@10.6.0))(constructs@10.6.0) '@cdktn/provider-time': specifier: 12.0.0 - version: 12.0.0(cdktn@0.22.1(constructs@10.4.5))(constructs@10.4.5) + version: 12.0.0(cdktn@0.22.1(constructs@10.6.0))(constructs@10.6.0) '@effect-ts/core': specifier: ^0.60.4 version: 0.60.5 @@ -1240,7 +1240,7 @@ importers: version: 5.3.0 cdktn: specifier: 0.22.1 - version: 0.22.1(constructs@10.4.5) + version: 0.22.1(constructs@10.6.0) cdktn-cli: specifier: 0.22.1 version: 0.22.1(ink@3.2.0(react@17.0.2))(react@17.0.2) @@ -1252,7 +1252,7 @@ importers: version: 7.1.1(chai@4.2.0) constructs: specifier: ^10.4.2 - version: 10.4.5 + version: 10.6.0 copyfiles: specifier: ^2.3.0 version: 2.4.1 @@ -1307,7 +1307,7 @@ importers: version: 4.2.5 '@types/node': specifier: ^20.17.17 - version: 20.19.30 + version: 20.19.39 '@types/sinon': specifier: 10.0.0 version: 10.0.0 @@ -1358,7 +1358,7 @@ importers: version: 9.2.3 ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@20.19.30)(typescript@5.7.3) + version: 10.9.2(@types/node@20.19.39)(typescript@5.7.3) typescript: specifier: 5.7.3 version: 5.7.3 @@ -1404,7 +1404,7 @@ importers: version: 10.0.10 '@types/node': specifier: ^20.17.17 - version: 20.19.30 + version: 20.19.39 '@types/sinon': specifier: 10.0.0 version: 10.0.0 @@ -1473,7 +1473,7 @@ importers: version: 2.2.1(sinon@9.2.3) ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@20.19.30)(typescript@5.7.3) + version: 10.9.2(@types/node@20.19.39)(typescript@5.7.3) typescript: specifier: 5.7.3 version: 5.7.3 @@ -1528,7 +1528,7 @@ importers: version: 10.0.10 '@types/node': specifier: ^20.17.17 - version: 20.19.30 + version: 20.19.39 '@types/node-schedule': specifier: ^1.3.2 version: 1.3.2 @@ -1594,7 +1594,7 @@ importers: version: 2.2.1(sinon@9.2.3) ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@20.19.30)(typescript@5.7.3) + version: 10.9.2(@types/node@20.19.39)(typescript@5.7.3) typescript: specifier: 5.7.3 version: 5.7.3 @@ -1608,26 +1608,26 @@ importers: specifier: ~0.39.0 version: 0.39.0(@effect-ts/core@0.60.5) '@effect/cli': - specifier: 0.56.2 - version: 0.56.2(@effect/platform@0.77.2(effect@3.13.2))(@effect/printer-ansi@0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2))(@effect/printer@0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2))(effect@3.13.2) + specifier: 0.58.0 + version: 0.58.0(@effect/platform@0.79.4(effect@3.20.0))(@effect/printer-ansi@0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0))(@effect/printer@0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0))(effect@3.20.0) '@effect/platform': - specifier: 0.77.2 - version: 0.77.2(effect@3.13.2) + specifier: 0.79.4 + version: 0.79.4(effect@3.20.0) '@effect/printer': - specifier: 0.41.2 - version: 0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2) + specifier: 0.41.9 + version: 0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0) '@effect/printer-ansi': - specifier: 0.41.2 - version: 0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2) + specifier: 0.41.9 + version: 0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0) '@effect/schema': specifier: 0.75.5 - version: 0.75.5(effect@3.13.2) + version: 0.75.5(effect@3.20.0) '@effect/typeclass': - specifier: 0.32.2 - version: 0.32.2(effect@3.13.2) + specifier: 0.32.9 + version: 0.32.9(effect@3.20.0) effect: - specifier: 3.13.2 - version: 3.13.2 + specifier: 3.20.0 + version: 3.20.0 tslib: specifier: ^2.4.0 version: 2.8.1 @@ -1658,7 +1658,7 @@ importers: version: 10.0.10 '@types/node': specifier: ^20.17.17 - version: 20.19.30 + version: 20.19.39 '@types/sinon': specifier: 10.0.0 version: 10.0.0 @@ -1700,7 +1700,7 @@ importers: version: 3.23.2 graphql: specifier: ^16.6.0 - version: 16.12.0 + version: 16.13.2 mocha: specifier: 10.2.0 version: 10.2.0 @@ -1743,7 +1743,7 @@ importers: version: link:../../tools/eslint-config '@types/node': specifier: ^20.17.17 - version: 20.19.30 + version: 20.19.39 '@typescript-eslint/eslint-plugin': specifier: ^5.0.0 version: 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3) @@ -1776,7 +1776,7 @@ importers: version: 9.2.3 ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@20.19.30)(typescript@5.7.3) + version: 10.9.2(@types/node@20.19.39)(typescript@5.7.3) ts-patch: specifier: 3.3.0 version: 3.3.0 @@ -2699,8 +2699,8 @@ packages: For more information on how to migrate, see https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html - '@azure-rest/core-client@2.5.1': - resolution: {integrity: sha512-EHaOXW0RYDKS5CFffnixdyRPak5ytiCtU7uXDcP/uiY+A6jFRwNGzzJBiznkCzvi5EYpY+YWinieqHb0oY916A==} + '@azure-rest/core-client@2.6.0': + resolution: {integrity: sha512-iuFKDm8XPzNxPfRjhyU5/xKZmcRDzSuEghXDHHk4MjBV/wFL34GmYVBZnn9wmuoLBeS1qAw9ceMdaeJBPcB1QQ==} engines: {node: '>=20.0.0'} '@azure/abort-controller@1.1.0': @@ -2735,9 +2735,12 @@ packages: resolution: {integrity: sha512-Nh5PhEOeY6PrnxNPsEHRr9eimxLwgLlpmguQaHKBinFYA/RU9+kOYVOQqOrTsCL+KSxrLLl1gD8Dk5BFW/7l/w==} engines: {node: '>=20.0.0'} - '@azure/core-http-compat@2.3.1': - resolution: {integrity: sha512-az9BkXND3/d5VgdRRQVkiJb2gOmDU8Qcq4GvjtBmDICNiQ9udFmDk4ZpSB5Qq1OmtDJGlQAfBaS4palFsazQ5g==} + '@azure/core-http-compat@2.4.0': + resolution: {integrity: sha512-f1P96IB399YiN2ARYHP7EpZi3Bf3wH4SN2lGzrw7JVwm7bbsVYtf2iKSBwTywD2P62NOPZGHFSZi+6jjb75JuA==} engines: {node: '>=20.0.0'} + peerDependencies: + '@azure/core-client': ^1.10.0 + '@azure/core-rest-pipeline': ^1.22.0 '@azure/core-lro@2.7.2': resolution: {integrity: sha512-0YIpccoX8m/k00O7mDDMdJpbr6mf1yWo2dfmxt5A8XVZVVMz2SSKaEbMCeJRvgQ0IaSlqhjT47p4hVIRRy90xw==} @@ -2747,8 +2750,8 @@ packages: resolution: {integrity: sha512-YKWi9YuCU04B55h25cnOYZHxXYtEvQEbKST5vqRga7hWY9ydd3FZHdeQF8pyh+acWZvppw13M/LMGx0LABUVMA==} engines: {node: '>=18.0.0'} - '@azure/core-rest-pipeline@1.22.2': - resolution: {integrity: sha512-MzHym+wOi8CLUlKCQu12de0nwcq9k9Kuv43j4Wa++CsCpJwps2eeBQwD2Bu8snkxTtDKDx4GwjuR9E8yC8LNrg==} + '@azure/core-rest-pipeline@1.23.0': + resolution: {integrity: sha512-Evs1INHo+jUjwHi1T6SG6Ua/LHOQBCLuKEEE6efIpt4ZOoNonaT1kP32GoOcdNDbfqsD2445CPri3MubBy5DEQ==} engines: {node: '>=20.0.0'} '@azure/core-tracing@1.3.1': @@ -2759,8 +2762,8 @@ packages: resolution: {integrity: sha512-XPArKLzsvl0Hf0CaGyKHUyVgF7oDnhKoP85Xv6M4StF/1AhfORhZudHtOyf2s+FcbuQ9dPRAjB8J2KvRRMUK2A==} engines: {node: '>=20.0.0'} - '@azure/cosmos@4.9.1': - resolution: {integrity: sha512-fPnfL4JsmJJ/jEYUhlznKfrEr2pMvJwBncGVcUC2Xi7Nlj0MrUMRE+UOrptl/lRV2W7l68Br+b9Ikzm0KiZZHg==} + '@azure/cosmos@4.9.3': + resolution: {integrity: sha512-AWRj+yhw1lybutNcsHJ8syxWXnTLvc3CPwwdCwG1I0I71f25ZcBkxneTeoaB3X57+xl1nO+zJKUqfm0RhpGUFA==} engines: {node: '>=20.0.0'} '@azure/event-hubs@5.11.1': @@ -2771,17 +2774,17 @@ packages: resolution: {integrity: sha512-ncCkHBNQYJa93dBIh+toH0v1iSgCzSo9tr94s6SMBe7DPWREkaWh8cq33A5P4rPSFX1g5W+3SPvIzDr/6/VOWQ==} engines: {node: '>=18.0'} - '@azure/functions@4.11.0': - resolution: {integrity: sha512-J0We2gav3YZFLO9pJlXDKUSOT0r/DzkUaJTaruhm8pwoSMbi4zjsS5N6fARrTel+IBCm77hlD0IgZSKSWvVpUw==} + '@azure/functions@4.14.0': + resolution: {integrity: sha512-13LsitEHNe09qmpEf6eX1ajyI9Cn9syJ8p3ord40h9+08Qk72Yg8X7FNkrgvidJqr9bPwCkcRup2yyIq1mSa6w==} engines: {node: '>=20.0'} - '@azure/identity@4.13.0': - resolution: {integrity: sha512-uWC0fssc+hs1TGGVkkghiaFkkS7NkTxfnCH+Hdg+yTehTpMcehpok4PgUKKdyCH+9ldu6FhiHRv84Ntqj1vVcw==} + '@azure/identity@4.13.1': + resolution: {integrity: sha512-5C/2WD5Vb1lHnZS16dNQRPMjN6oV/Upba+C9nBIs15PmOi6A3ZGs4Lr2u60zw4S04gi+u3cEXiqTVP7M4Pz3kw==} engines: {node: '>=20.0.0'} - '@azure/keyvault-common@2.0.0': - resolution: {integrity: sha512-wRLVaroQtOqfg60cxkzUkGKrKMsCP6uYXAOomOIysSMyt1/YM0eUn9LqieAWM8DLcU4+07Fio2YGpPeqUbpP9w==} - engines: {node: '>=18.0.0'} + '@azure/keyvault-common@2.1.0': + resolution: {integrity: sha512-aCDidWuKY06LWQ4x7/8TIXK6iRqTaRWRL3t7T+LC+j1b07HtoIsOxP/tU90G4jCSBn5TAyUTCtA4MS/y5Hudaw==} + engines: {node: '>=20.0.0'} '@azure/keyvault-keys@4.10.0': resolution: {integrity: sha512-eDT7iXoBTRZ2n3fLiftuGJFD+yjkiB1GNqzU2KbY1TLYeXeSPVTVgn2eJ5vmRTZ11978jy2Kg2wI7xa9Tyr8ag==} @@ -2791,36 +2794,32 @@ packages: resolution: {integrity: sha512-fCqPIfOcLE+CGqGPd66c8bZpwAji98tZ4JI9i/mlTNTlsIWslCfpg48s/ypyLxZTump5sypjrKn2/kY7q8oAbA==} engines: {node: '>=20.0.0'} - '@azure/msal-browser@4.28.1': - resolution: {integrity: sha512-al2u2fTchbClq3L4C1NlqLm+vwKfhYCPtZN2LR/9xJVaQ4Mnrwf5vANvuyPSJHcGvw50UBmhuVmYUAhTEetTpA==} + '@azure/msal-browser@5.9.0': + resolution: {integrity: sha512-CzE+4PefDSJWj26zU7G1bKchlGRRHMBFreG4tAlGuzyI8hAPiYGobaJvZBgZBf6L63iphX7VH+ityL8VgEQz9Q==} engines: {node: '>=0.8.0'} - '@azure/msal-common@15.14.1': - resolution: {integrity: sha512-IkzF7Pywt6QKTS0kwdCv/XV8x8JXknZDvSjj/IccooxnP373T5jaadO3FnOrbWo3S0UqkfIDyZNTaQ/oAgRdXw==} + '@azure/msal-common@16.5.2': + resolution: {integrity: sha512-GkDEL6TYo3HgT3UuqakdgE9PZfc1hMki6+Hwgy1uddb/EauvAKfu85vVhuofRSo22D1xTnWt8Ucwfg4vSCVwvA==} engines: {node: '>=0.8.0'} - '@azure/msal-node@3.8.6': - resolution: {integrity: sha512-XTmhdItcBckcVVTy65Xp+42xG4LX5GK+9AqAsXPXk4IqUNv+LyQo5TMwNjuFYBfAB2GTG9iSQGk+QLc03vhf3w==} - engines: {node: '>=16'} + '@azure/msal-node@5.1.5': + resolution: {integrity: sha512-ObTeMoNPmq19X3z40et9Xvs4ZoWVeJg43PZMRLG5iwVL+2nCtAerG3YTDItqPp1CfXNwmCXBbg8jn1DOx65c3g==} + engines: {node: '>=20'} '@azure/web-pubsub@1.1.4': resolution: {integrity: sha512-ePRe4OtKmexm5ZJd3D9+JhSuP4XovNaZ8eJftUBoYJca6msl5Qna99dcq+eKJc/pPMXHEMSw+3+FWnSbTDMkkA==} engines: {node: '>=18.0.0'} - '@babel/code-frame@7.28.6': - resolution: {integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==} - engines: {node: '>=6.9.0'} - - '@babel/compat-data@7.28.6': - resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==} + '@babel/code-frame@7.29.0': + resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} engines: {node: '>=6.9.0'} - '@babel/core@7.28.6': - resolution: {integrity: sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==} + '@babel/compat-data@7.29.3': + resolution: {integrity: sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==} engines: {node: '>=6.9.0'} - '@babel/generator@7.28.6': - resolution: {integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==} + '@babel/core@7.29.0': + resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==} engines: {node: '>=6.9.0'} '@babel/generator@7.29.1': @@ -2857,34 +2856,25 @@ packages: resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.28.6': - resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==} + '@babel/helpers@7.29.2': + resolution: {integrity: sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==} engines: {node: '>=6.9.0'} - '@babel/parser@7.28.6': - resolution: {integrity: sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==} - engines: {node: '>=6.0.0'} - hasBin: true - '@babel/parser@7.29.3': resolution: {integrity: sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==} engines: {node: '>=6.0.0'} hasBin: true - '@babel/runtime@7.28.6': - resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==} + '@babel/runtime@7.29.2': + resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==} engines: {node: '>=6.9.0'} '@babel/template@7.28.6': resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.28.6': - resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==} - engines: {node: '>=6.9.0'} - - '@babel/types@7.28.6': - resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==} + '@babel/traverse@7.29.0': + resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==} engines: {node: '>=6.9.0'} '@babel/types@7.29.0': @@ -2951,42 +2941,42 @@ packages: '@effect-ts/system@0.57.5': resolution: {integrity: sha512-/crHGujo0xnuHIYNc1VgP0HGJGFSoSqq88JFXe6FmFyXPpWt8Xu39LyLg7rchsxfXFeEdA9CrIZvLV5eswXV5g==} - '@effect/cli@0.56.2': - resolution: {integrity: sha512-hhzH/iCQkT0jNGCSzuJxEASkihKNjWtcYe0cIm/GbQ5O4Mczmhb9cl/U/EPOPwfJBbAgPrO4P6ma3sYY5GuPVw==} + '@effect/cli@0.58.0': + resolution: {integrity: sha512-uP4UE/gcbqDeYwWsDSrAF6o6c9sh9QfeF/BEbxwUsTNKUe5oaapiZCadhfHdUgLc5nAQDvnEaim53SuRfjUjaw==} peerDependencies: - '@effect/platform': ^0.77.2 - '@effect/printer': ^0.41.2 - '@effect/printer-ansi': ^0.41.2 - effect: ^3.13.2 + '@effect/platform': ^0.79.0 + '@effect/printer': ^0.41.9 + '@effect/printer-ansi': ^0.41.9 + effect: ^3.13.9 - '@effect/platform-node-shared@0.27.7': - resolution: {integrity: sha512-9DmWjh0ErGel3xuvCND7aOwtdGrgpjcCJqpaEDPHbWSTcsT9PL/Vg4dFZGSCj9WjhqKHrXKn3MqIRGMR40V0VA==} + '@effect/platform-node-shared@0.29.4': + resolution: {integrity: sha512-aycDBrXY7aqPaRExF8eRBduqwh/mEyYHx+4WbkxEIsEKG09nPAnBhVEfrCACGXAKvOMGCpvur5QPy8raDywYUg==} peerDependencies: - '@effect/platform': ^0.77.7 - effect: ^3.13.7 + '@effect/platform': ^0.79.4 + effect: ^3.13.12 - '@effect/platform-node@0.73.2': - resolution: {integrity: sha512-lO9SlcN7/Fpzu5VE/EKMxkmXt0n0vQ+rCirfGL1cNFcax9klw0A6uAJj2UvDRnX+o5YRlWNAgg5AN5uiGDUy0g==} + '@effect/platform-node@0.75.0': + resolution: {integrity: sha512-WSxJ/p0lCNbdfnYIT6ZNd8etqCF3RPc+WQjg2hrjGk5/zKjPOekqXb5QR0Fq0owN8zb5oUIZjLC+MFZXFnKesA==} peerDependencies: - '@effect/platform': ^0.77.2 - effect: ^3.13.2 + '@effect/platform': ^0.79.0 + effect: ^3.13.9 - '@effect/platform@0.77.2': - resolution: {integrity: sha512-stvroKHJVfjd3XhZJEPUAOgzqu9DH1vnGHIAjfs2ma6Z4qcjVpFXrxa0ZYmwRaWVIFsiADMenkN0I7XrRdAgLw==} + '@effect/platform@0.79.4': + resolution: {integrity: sha512-DCnhJ2MewR7WM7BIBuEXLLIjOwrLPr9JfinNzd1VVaz2nRW7bnDYJ+gds6qMzDMauGaAj2/Dl4WHAnfIshEJ1A==} peerDependencies: - effect: ^3.13.2 + effect: ^3.13.12 - '@effect/printer-ansi@0.41.2': - resolution: {integrity: sha512-6XQ2VIJ70Pfu9sGYdFt4lon/4IdQSgJr7gr17uRJReARs153gZaNqh+q5pJMSJQ5wvjii1gYioIC/4HH8+o+aQ==} + '@effect/printer-ansi@0.41.9': + resolution: {integrity: sha512-1+tXwWWkW/QN91INNpbQuF68Xj8yW4/LiVo4cO5Aa3gCCDHykNYN21G9uFFg8YADtPy74sjVh2fch2HtZ8ANFQ==} peerDependencies: - '@effect/typeclass': ^0.32.2 - effect: ^3.13.2 + '@effect/typeclass': ^0.32.9 + effect: ^3.13.9 - '@effect/printer@0.41.2': - resolution: {integrity: sha512-FpKvt8Iey30kHkbl/pPmnYEmhdltuJiNX+zGfqlkArmBnz+l1EseYQ3t/LjdChcuW8reumNlMln2bQlnGKhHvw==} + '@effect/printer@0.41.9': + resolution: {integrity: sha512-C1UelW4Lh0wGRt8f1blSoa4OxaTgP8KfwQUIXqnysS7fAig6y0YUuJ6HCH/R5g/q5rVMZn6agVVm0qZVg0xIMA==} peerDependencies: - '@effect/typeclass': ^0.32.2 - effect: ^3.13.2 + '@effect/typeclass': ^0.32.9 + effect: ^3.13.9 '@effect/schema@0.75.5': resolution: {integrity: sha512-TQInulTVCuF+9EIbJpyLP6dvxbQJMphrnRqgexm/Ze39rSjfhJuufF7XvU3SxTgg3HnL7B/kpORTJbHhlE6thw==} @@ -2994,10 +2984,10 @@ packages: peerDependencies: effect: ^3.9.2 - '@effect/typeclass@0.32.2': - resolution: {integrity: sha512-kCk3E4D0vEcRnY1MotaGEA5c/1X3a3dmcUHVBs0hLxN/6ct23Lun7J87tk+U2PJAwAUvUceSS3lQska9/eDkXA==} + '@effect/typeclass@0.32.9': + resolution: {integrity: sha512-YAuVD3XH5kUkN3g9sywDfIoGxgr69F5bldy37GGk2F3pUO5fE4apsWpCqvGzmPCu/eJlc/CSCEbWMApvKBTyfQ==} peerDependencies: - effect: ^3.13.2 + effect: ^3.13.9 '@eslint-community/eslint-utils@4.9.1': resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} @@ -3092,14 +3082,6 @@ packages: resolution: {integrity: sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==} engines: {node: '>=18'} - '@isaacs/balanced-match@4.0.1': - resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==} - engines: {node: 20 || >=22} - - '@isaacs/brace-expansion@5.0.0': - resolution: {integrity: sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==} - engines: {node: 20 || >=22} - '@isaacs/cliui@8.0.2': resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -3108,8 +3090,8 @@ packages: resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} engines: {node: '>=8'} - '@istanbuljs/schema@0.1.3': - resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} + '@istanbuljs/schema@0.1.6': + resolution: {integrity: sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==} engines: {node: '>=8'} '@jridgewell/gen-mapping@0.3.13': @@ -3135,12 +3117,12 @@ packages: resolution: {integrity: sha512-ySf6hMcWvWrMtMLKEiBN6QN46oWqKfJtOHCdy13iQXTI38SuI9Lp2PaYMLcsN10fTOvLjhbYm3jAu48xwrsKAQ==} engines: {node: '>= 14.17.0'} - '@jsii/check-node@1.126.0': - resolution: {integrity: sha512-JCEiImb536Fbl9az3c0/KSfji4m/IIi/V1kWrlXnJxFGO98FaXJUQsDsXWKbr6YVN+9Eltwwpir08hDvmuT5Vg==} + '@jsii/check-node@1.129.0': + resolution: {integrity: sha512-au50s1tDZrn7huXo6W7NpbMUvfI8CA9Vf15k5kevm4CJtA9S9XBs7Ek2lIBlzHBVwudgAeXrvA+1wsxYZZVaAw==} engines: {node: '>= 14.17.0'} - '@jsii/spec@1.126.0': - resolution: {integrity: sha512-TWCMhogxq5mR1BJaksRtB8ciUQ9vMYSHoQT2t5pKHUtNAJnyFHzWNO7EHr8eQAj74k8P5XeGkOWsfpkQxHiHMA==} + '@jsii/spec@1.129.0': + resolution: {integrity: sha512-N4gwtHqQtONLjqSgrn6rL8Z5TvTJOaOO+RalYkMFhnXKTdr4cVEDmrM0LHBqWXMcJ5y7PWuKHNnYavtoL8uYWw==} engines: {node: '>= 14.17.0'} '@kwsites/file-exists@1.1.1': @@ -3169,12 +3151,12 @@ packages: resolution: {integrity: sha512-49wtIlSEw9UyxdSMPjJ2Ookj5e056Qbqr6A+uN7Ea8XCK6b8Q03KciTEpX5t0rfNggvewJc9e3SHY6uWZIkXVw==} engines: {node: '>=18.0.0'} - '@oclif/plugin-help@6.2.37': - resolution: {integrity: sha512-5N/X/FzlJaYfpaHwDC0YHzOzKDWa41s9t+4FpCDu4f9OMReds4JeNBaaWk9rlIzdKjh2M6AC5Q18ORfECRkHGA==} + '@oclif/plugin-help@6.2.46': + resolution: {integrity: sha512-KmuMFt/fURCVxor0rrRjEqs2nLN0Y3ixcixo/M5VjKcN920gbuw5T+AF23FBeyUDuW/Dg79YPcTWy/Rtz0Dg/A==} engines: {node: '>=18.0.0'} - '@oclif/test@4.1.16': - resolution: {integrity: sha512-LPrF++WGGBE0pe3GUkzEteI5WrwTT7usGpIMSxkyJhYnFXKkwASyTcCmOhNH4QC65kqsLt1oBA88BMkCJqPtxg==} + '@oclif/test@4.1.18': + resolution: {integrity: sha512-SIy/8x8OHKh5Z32aS8jpzTDc+FC9531mMyypoH5HiZ0vXNjKJ9+SpbW4nYK2c/X44WcPdmjIImStZ/Wgc2zZnQ==} engines: {node: '>=18.0.0'} peerDependencies: '@oclif/core': '>= 3.0.0' @@ -3316,6 +3298,12 @@ packages: resolution: {integrity: sha512-7eDbqKv/OBd11jjdZjUwFGN8sHWkeUqLeHXHQxQ1azja2IM7WIH+z/aLgzR6LhB3/MINNwtjesDpjGqTMj2JKQ==} engines: {node: '>=12.0'} + '@simple-git/args-pathspec@1.0.3': + resolution: {integrity: sha512-ngJMaHlsWDTfjyq9F3VIQ8b7NXbBLq5j9i5bJ6XLYtD6qlDXT7fdKY2KscWWUF8t18xx052Y/PUO1K1TRc9yKA==} + + '@simple-git/argv-parser@1.1.1': + resolution: {integrity: sha512-Q9lBcfQ+VQCpQqGJFHe5yooOS5hGdLFFbJ5R+R5aDsnkPCahtn1hSkMcORX65J2Z5lxSkD0lQorMsncuBQxYUw==} + '@sindresorhus/is@4.6.0': resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} engines: {node: '>=10'} @@ -3346,6 +3334,9 @@ packages: '@sinonjs/text-encoding@0.7.3': resolution: {integrity: sha512-DE427ROAphMQzU4ENbliGYrBSYPXF+TtLg9S8vzeA+OF4ZKzoDdzfL8sxuMUGS/lgRhM6j1URSk9ghf7Xo1tyA==} + deprecated: |- + Deprecated: no longer maintained and no longer used by Sinon packages. See + https://github.com/sinonjs/nise/issues/243 for replacement details. '@standard-schema/spec@1.1.0': resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} @@ -3443,8 +3434,8 @@ packages: '@types/keyv@3.1.4': resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} - '@types/lodash@4.17.23': - resolution: {integrity: sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==} + '@types/lodash@4.17.24': + resolution: {integrity: sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==} '@types/mime@1.3.5': resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} @@ -3479,14 +3470,14 @@ packages: '@types/node@18.19.101': resolution: {integrity: sha512-Ykg7fcE3+cOQlLUv2Ds3zil6DVjriGQaSN/kEpl5HQ3DIGM6W0F2n9+GkWV4bRt7KjLymgzNdTnSKCbFUUJ7Kw==} - '@types/node@20.19.30': - resolution: {integrity: sha512-WJtwWJu7UdlvzEAUm484QNg5eAoq5QR08KDNx7g45Usrs2NtOPiX8ugDqmKdXkyL03rBqU5dYNYVQetEpBHq2g==} + '@types/node@20.19.39': + resolution: {integrity: sha512-orrrD74MBUyK8jOAD/r0+lfa1I2MO6I+vAkmAWzMYbCcgrN4lCrmK52gRFQq/JRxfYPfonkr4b0jcY7Olqdqbw==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} - '@types/qs@6.14.0': - resolution: {integrity: sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==} + '@types/qs@6.15.0': + resolution: {integrity: sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==} '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} @@ -3597,8 +3588,8 @@ packages: resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@typespec/ts-http-runtime@0.3.2': - resolution: {integrity: sha512-IlqQ/Gv22xUC1r/WQm4StLkYQmaaTsXAhUVsNE0+xiyf0yRFiH5++q78U3bw6bLKDCTmh0uqKB9eG9+Bt75Dkg==} + '@typespec/ts-http-runtime@0.3.5': + resolution: {integrity: sha512-yURCknZhvywvQItHMMmFSo+fq5arCUIyz/CVk7jD89MSai7dkaX8ufjCWp3NttLojoTVbcE72ri+be/TnEbMHw==} engines: {node: '>=20.0.0'} '@ungap/structured-clone@1.3.0': @@ -3616,10 +3607,9 @@ packages: resolution: {integrity: sha512-yRTyhWSls2OY/pYLfwff867r8ekooZ4UI+/gxot5Wj8EFwSf2rG+n+Mo/6LoLQm1TKA4GRj2+LCpbfS937dClQ==} engines: {node: '>=8'} - '@xmldom/xmldom@0.9.8': - resolution: {integrity: sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==} + '@xmldom/xmldom@0.9.10': + resolution: {integrity: sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==} engines: {node: '>=14.6'} - deprecated: this version has critical issues, please update to the latest version abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} @@ -3634,8 +3624,8 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - acorn-walk@8.3.4: - resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} + acorn-walk@8.3.5: + resolution: {integrity: sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==} engines: {node: '>=0.4.0'} acorn@7.4.1: @@ -3643,8 +3633,8 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - acorn@8.15.0: - resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} + acorn@8.16.0: + resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==} engines: {node: '>=0.4.0'} hasBin: true @@ -3652,8 +3642,8 @@ packages: resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==} engines: {node: '>= 10.0.0'} - adm-zip@0.5.16: - resolution: {integrity: sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==} + adm-zip@0.5.17: + resolution: {integrity: sha512-+Ut8d9LLqwEvHHJl1+PIHqoyDxFgVN847JTVM3Izi3xHDWPE4UtzzXysMZQs64DMcrJfBeS/uoEP4AD3HQHnQQ==} engines: {node: '>=12.0'} agent-base@6.0.2: @@ -3671,11 +3661,11 @@ packages: ajv-formats@2.1.1: resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} - ajv@6.12.6: - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + ajv@6.15.0: + resolution: {integrity: sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==} - ajv@8.17.1: - resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} + ajv@8.20.0: + resolution: {integrity: sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==} ansi-colors@4.1.1: resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} @@ -3848,17 +3838,18 @@ packages: aws-sdk@2.1693.0: resolution: {integrity: sha512-cJmb8xEnVLT+R6fBS5sn/EFJiX7tUnDaPtOPZ1vFbOJtd0fnZn/Ky2XGgsvvoeliWeH7mL3TWSX5zXXGSQV6gQ==} engines: {node: '>= 10.0.0'} + deprecated: The AWS SDK for JavaScript (v2) has reached end-of-support, and no longer receives updates. Please migrate your code to use AWS SDK for JavaScript (v3). More info https://a.co/cUPnyil aws-sdk@2.853.0: resolution: {integrity: sha512-3cifeifeMHKtpvQ6OcrA9j34BEdvWmLlSGzZU/mZf9nYcV+22PPXjwpVhPh9BvfC2S77upKNbMgnkv4u50aQKw==} engines: {node: '>= 0.8.0'} deprecated: The AWS SDK for JavaScript (v2) has reached end-of-support, and no longer receives updates. Please migrate your code to use AWS SDK for JavaScript (v3). More info https://a.co/cUPnyil - axios@1.13.4: - resolution: {integrity: sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==} + axios@1.16.0: + resolution: {integrity: sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==} - b4a@1.7.3: - resolution: {integrity: sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==} + b4a@1.8.1: + resolution: {integrity: sha512-aiqre1Nr0B/6DgE2N5vwTc+2/oQZ4Wh1t4NznYY4E00y8LCt6NqdRv81so00oo27D8MVKTpUa/MwUUtBLXCoDw==} peerDependencies: react-native-b4a: '*' peerDependenciesMeta: @@ -3871,6 +3862,10 @@ packages: balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + balanced-match@4.0.4: + resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==} + engines: {node: 18 || 20 || >=22} + bare-events@2.8.2: resolution: {integrity: sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==} peerDependencies: @@ -3879,6 +3874,39 @@ packages: bare-abort-controller: optional: true + bare-fs@4.7.1: + resolution: {integrity: sha512-WDRsyVN52eAx/lBamKD6uyw8H4228h/x0sGGGegOamM2cd7Pag88GfMQalobXI+HaEUxpCkbKQUDOQqt9wawRw==} + engines: {bare: '>=1.16.0'} + peerDependencies: + bare-buffer: '*' + peerDependenciesMeta: + bare-buffer: + optional: true + + bare-os@3.9.1: + resolution: {integrity: sha512-6M5XjcnsygQNPMCMPXSK379xrJFiZ/AEMNBmFEmQW8d/789VQATvriyi5r0HYTL9TkQ26rn3kgdTG3aisbrXkQ==} + engines: {bare: '>=1.14.0'} + + bare-path@3.0.0: + resolution: {integrity: sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==} + + bare-stream@2.13.1: + resolution: {integrity: sha512-Vp0cnjYyrEC4whYTymQ+YZi6pBpfiICZO3cfRG8sy67ZNWe951urv1x4eW1BKNngw3U+3fPYb5JQvHbCtxH7Ow==} + peerDependencies: + bare-abort-controller: '*' + bare-buffer: '*' + bare-events: '*' + peerDependenciesMeta: + bare-abort-controller: + optional: true + bare-buffer: + optional: true + bare-events: + optional: true + + bare-url@2.4.3: + resolution: {integrity: sha512-Kccpc7ACfXaxfeInfqKcZtW4pT5YBn1mesc4sCsun6sRwtbJ4h+sNOaksUpYEJUKfN65YWC6Bw2OJEFiKxq8nQ==} + base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} @@ -3886,8 +3914,9 @@ packages: resolution: {integrity: sha512-dLMhIsK7OplcDauDH/tZLvK7JmUZK3A7KiQpjNzsBrM6Etw7hzNI1tLEywqJk9NnwkgWuFKSlx/IUO7vF6Mo8Q==} engines: {node: '>=6'} - baseline-browser-mapping@2.9.19: - resolution: {integrity: sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==} + baseline-browser-mapping@2.10.27: + resolution: {integrity: sha512-zEs/ufmZoUd7WftKpKyXaT6RFxpQ5Qm9xytKRHvJfxFV9DFJkZph9RvJ1LcOUi0Z1ZVijMte65JbILeV+8QQEA==} + engines: {node: '>=6.0.0'} hasBin: true binary-extensions@2.3.0: @@ -3903,15 +3932,19 @@ packages: bluebird@3.7.2: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} - body-parser@1.20.4: - resolution: {integrity: sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==} + body-parser@1.20.5: + resolution: {integrity: sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - brace-expansion@1.1.12: - resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==} + brace-expansion@1.1.14: + resolution: {integrity: sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==} - brace-expansion@2.0.2: - resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==} + brace-expansion@2.1.0: + resolution: {integrity: sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==} + + brace-expansion@5.0.5: + resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==} + engines: {node: 18 || 20 || >=22} braces@3.0.3: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} @@ -3920,8 +3953,8 @@ packages: browser-stdout@1.3.1: resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} - browserslist@4.28.1: - resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==} + browserslist@4.28.2: + resolution: {integrity: sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -3988,8 +4021,8 @@ packages: resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} engines: {node: '>= 0.4'} - call-bind@1.0.8: - resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==} + call-bind@1.0.9: + resolution: {integrity: sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==} engines: {node: '>= 0.4'} call-bound@1.0.4: @@ -4008,8 +4041,8 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - caniuse-lite@1.0.30001766: - resolution: {integrity: sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==} + caniuse-lite@1.0.30001791: + resolution: {integrity: sha512-yk0l/YSrOnFZk3UROpDLQD9+kC1l4meK/wed583AXrzoarMGJcbRi2Q4RaUYbKxYAsZ8sWmaSa/DsLmdBeI1vQ==} case@1.6.3: resolution: {integrity: sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ==} @@ -4242,8 +4275,8 @@ packages: constructs@10.4.2: resolution: {integrity: sha512-wsNxBlAott2qg8Zv87q3eYZYgheb9lchtBfjHzzLHtXbttwSrHPs1NNQbBrmbb1YZvYg2+Vh0Dor76w4mFxJkA==} - constructs@10.4.5: - resolution: {integrity: sha512-fOoP70YLevMZr5avJHx2DU3LNYmC6wM8OwdrNewMZou1kZnPGOeVzBrRjZNgFDHUlulYUjkpFRSpTE3D+n+ZSg==} + constructs@10.6.0: + resolution: {integrity: sha512-TxHOnBO5zMo/G76ykzGF/wMpEHu257TbWiIxP9K0Yv/+t70UzgBQiTqjkAsWOPC6jW91DzJI0+ehQV6xDRNBuQ==} constructs@3.4.344: resolution: {integrity: sha512-Qq3upn44oGdvgasHUKWVFsrynyYrtVRd9fd8ko9cJOrFzx9eCm3iI4bhBryQqaISdausbTYUOXmoEe/YSJ16Nw==} @@ -4354,8 +4387,8 @@ packages: resolution: {integrity: sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==} engines: {node: '>=4.0'} - dayjs@1.11.19: - resolution: {integrity: sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==} + dayjs@1.11.20: + resolution: {integrity: sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==} debug@2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} @@ -4440,8 +4473,8 @@ packages: resolution: {integrity: sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==} engines: {node: '>=18'} - default-browser@5.4.0: - resolution: {integrity: sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==} + default-browser@5.5.0: + resolution: {integrity: sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==} engines: {node: '>=18'} default-require-extensions@3.0.1: @@ -4557,16 +4590,16 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - effect@3.13.2: - resolution: {integrity: sha512-/w+CPqHDJ33Wq7xC4YKAchrEEPtjvxh563xH9kDTZp99seNYBoBs87vl8DJwartEjj+KLQLP8PzoDne+XmGT2A==} + effect@3.20.0: + resolution: {integrity: sha512-qMLfDJscrNG8p/aw+IkT9W7fgj50Z4wG5bLBy0Txsxz8iUHjDIkOgO3SV0WZfnQbNG2VJYb0b+rDLMrhM4+Krw==} ejs@3.1.10: resolution: {integrity: sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==} engines: {node: '>=0.10.0'} hasBin: true - electron-to-chromium@1.5.283: - resolution: {integrity: sha512-3vifjt1HgrGW/h76UEeny+adYApveS9dH2h3p57JYzBSXJIKUJAvtmIytDKjcSCt9xHfrNCFJ7gts6vkhuq++w==} + electron-to-chromium@1.5.349: + resolution: {integrity: sha512-QsWVGyRuY07Aqb234QytTfwd5d9AJlfNIQ5wIOl1L+PZDzI9d9+Fn0FRale/QYlFxt/bUnB0/nLd1jFPGxGK1A==} emoji-regex@7.0.3: resolution: {integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==} @@ -4591,8 +4624,8 @@ packages: error-ex@1.3.4: resolution: {integrity: sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==} - es-abstract@1.24.1: - resolution: {integrity: sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==} + es-abstract@1.24.2: + resolution: {integrity: sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==} engines: {node: '>= 0.4'} es-define-property@1.0.1: @@ -4668,8 +4701,8 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-import-resolver-node@0.3.9: - resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} + eslint-import-resolver-node@0.3.10: + resolution: {integrity: sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ==} eslint-module-utils@2.12.1: resolution: {integrity: sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==} @@ -4887,8 +4920,8 @@ packages: fast-safe-stringify@2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - fast-uri@3.1.0: - resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==} + fast-uri@3.1.2: + resolution: {integrity: sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==} fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} @@ -4932,8 +4965,8 @@ packages: resolution: {integrity: sha512-YPcTBDV+2Tm0VqjybVd32MHdlEGAtuxS3VAYsumFokDSMG+ROT5wawGlnHDoz7bfMcMDt9hxuXvXwoKUx2fkOg==} engines: {node: '>=4'} - filelist@1.0.4: - resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} + filelist@1.0.6: + resolution: {integrity: sha512-5giy2PkLYY1cP39p17Ech+2xlpTRL9HLspOfEgm0L6CwBXBTgsK5ou0JtzYuepxkaQ/tvhCFIJ5uXo0OrM2DxA==} filename-reserved-regex@2.0.0: resolution: {integrity: sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==} @@ -4993,8 +5026,8 @@ packages: flatted@2.0.2: resolution: {integrity: sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==} - flatted@3.3.3: - resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==} + flatted@3.4.2: + resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==} follow-redirects@1.15.11: resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==} @@ -5005,6 +5038,15 @@ packages: debug: optional: true + follow-redirects@1.16.0: + resolution: {integrity: sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + for-each@0.3.5: resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==} engines: {node: '>= 0.4'} @@ -5045,10 +5087,6 @@ packages: resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} engines: {node: '>=12'} - fs-extra@11.3.3: - resolution: {integrity: sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==} - engines: {node: '>=14.14'} - fs-extra@11.3.4: resolution: {integrity: sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==} engines: {node: '>=14.14'} @@ -5162,17 +5200,17 @@ packages: deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me hasBin: true - glob@13.0.0: - resolution: {integrity: sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==} - engines: {node: 20 || >=22} + glob@13.0.6: + resolution: {integrity: sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==} + engines: {node: 18 || 20 || >=22} glob@7.2.0: resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==} - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me global-prefix@4.0.0: resolution: {integrity: sha512-w0Uf9Y9/nyHinEk5vMJKRie+wa4kR5hmDbEhGGds/kG1PwGLLHKRoNMeJOyCQjjBkANlnScqgzcFwGHgmgLkVA==} @@ -5239,8 +5277,8 @@ packages: peerDependencies: graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - graphql@16.12.0: - resolution: {integrity: sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==} + graphql@16.13.2: + resolution: {integrity: sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} has-bigints@1.1.0: @@ -5274,8 +5312,8 @@ packages: resolution: {integrity: sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==} engines: {node: '>=8'} - hasown@2.0.2: - resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + hasown@2.0.3: + resolution: {integrity: sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==} engines: {node: '>= 0.4'} he@1.2.0: @@ -5627,8 +5665,8 @@ packages: resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} engines: {node: '>=8'} - is-wsl@3.1.0: - resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==} + is-wsl@3.1.1: + resolution: {integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==} engines: {node: '>=16'} isarray@0.0.1: @@ -5643,9 +5681,9 @@ packages: isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - isexe@3.1.1: - resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==} - engines: {node: '>=16'} + isexe@3.1.5: + resolution: {integrity: sha512-6B3tLtFqtQS4ekarvLVMZ+X+VlvQekbe4taUkf/rhVO3d/h0M2rfARm/pXLcPEsjjMsFgrFgSrhQIxcSVrBz8w==} + engines: {node: '>=18'} isomorphic-ws@4.0.1: resolution: {integrity: sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==} @@ -5729,8 +5767,8 @@ packages: peerDependencies: jsii-rosetta: '>=5.5.0' - jsii-reflect@1.126.0: - resolution: {integrity: sha512-Pq5/AAZ6/T1OKN5JyQSVHLc1sQN+8EATQR2C+0dcSAcJjmPJnVotzRIwfseMCMDelaGT1aTDWeYq0PppiCmk/w==} + jsii-reflect@1.129.0: + resolution: {integrity: sha512-nH2tkFeBxhin2RfQvFy0mHG3Of5v3QyEF7ow2jrmRvII4uzDAOzZohPFtIIAU32kySAnl5TLFJXKR6iVqJHaxg==} engines: {node: '>= 14.17.0'} hasBin: true @@ -5783,8 +5821,8 @@ packages: jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} - jsonfile@6.2.0: - resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==} + jsonfile@6.2.1: + resolution: {integrity: sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==} jsonwebtoken@9.0.2: resolution: {integrity: sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==} @@ -5921,8 +5959,8 @@ packages: lodash.union@4.6.0: resolution: {integrity: sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==} - lodash@4.17.23: - resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==} + lodash@4.18.1: + resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==} log-node@8.0.3: resolution: {integrity: sha512-1UBwzgYiCIDFs8A0rM2QdBFo8Wd8UQ0HrSTu/MNI+/2zN3NoHRj2fhplurAyuxTYUXu3Oohugq1jAn5s05u1MQ==} @@ -5949,9 +5987,6 @@ packages: long-timeout@0.1.1: resolution: {integrity: sha512-BFRuQUqc7x2NWxfJBCyUrN8iYUYznzL9JROmRz1gZ6KlOIgmoD+njPVbb+VNn2nGMKggMsK79iUNErillsrx7w==} - long@4.0.0: - resolution: {integrity: sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==} - loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true @@ -5963,8 +5998,8 @@ packages: lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} - lru-cache@11.2.5: - resolution: {integrity: sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==} + lru-cache@11.3.6: + resolution: {integrity: sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==} engines: {node: 20 || >=22} lru-cache@5.1.1: @@ -6082,27 +6117,23 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - minimatch@10.1.1: - resolution: {integrity: sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==} - engines: {node: 20 || >=22} + minimatch@10.2.5: + resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==} + engines: {node: 18 || 20 || >=22} - minimatch@3.1.2: - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + minimatch@3.1.5: + resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==} minimatch@5.0.1: resolution: {integrity: sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==} engines: {node: '>=10'} - minimatch@5.1.6: - resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} - engines: {node: '>=10'} - minimatch@5.1.9: resolution: {integrity: sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==} engines: {node: '>=10'} - minimatch@9.0.5: - resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} + minimatch@9.0.9: + resolution: {integrity: sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==} engines: {node: '>=16 || 14 >=14.17'} minimist@1.2.8: @@ -6116,8 +6147,8 @@ packages: resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} engines: {node: '>=8'} - minipass@7.1.2: - resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} + minipass@7.1.3: + resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==} engines: {node: '>=16 || 14 >=14.17'} minizlib@2.1.2: @@ -6176,11 +6207,11 @@ packages: resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - nan@2.25.0: - resolution: {integrity: sha512-0M90Ag7Xn5KMLLZ7zliPWP3rT90P6PN+IzVFS0VqmnPktBk3700xUVv8Ikm9EUaUE5SDWdp/BIxdENzVznpm1g==} + nan@2.26.2: + resolution: {integrity: sha512-0tTvBTYkt3tdGw22nrAy50x7gpbGCCFH3AFcyS5WiUu7Eu4vWlri1woE6qHBSfy11vksDqkiwjOnlR7WV8G1Hw==} - nanoid@3.3.11: - resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} + nanoid@3.3.12: + resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true @@ -6233,8 +6264,8 @@ packages: resolution: {integrity: sha512-o2zOYiCpzRqSzPj0Zt/dQ/DqZeYoaQ7TUonc/xUPjCGl9WeHpNbxgVvOquXYAaJzI0M9BXV3HTzG0p8IUAbBTQ==} engines: {node: '>= 10.13'} - node-abi@3.87.0: - resolution: {integrity: sha512-+CGM1L1CgmtheLcBuleyYOn7NWPVu0s0EJH2C4puxgEZb9h8QpR9G2dBfZJOAUhi7VQxuBPMd0hiISWcTyiYyQ==} + node-abi@3.90.0: + resolution: {integrity: sha512-pZNQT7UnYlMwMBy5N1lV5X/YLTbZM5ncytN3xL7CHEzhDN8uVe0u55yaPUJICIJjaCW8NrM5BFdqr7HLweStNA==} engines: {node: '>=10'} node-addon-api@7.1.1: @@ -6244,6 +6275,10 @@ packages: resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==} engines: {node: '>= 0.10.5'} + node-exports-info@1.6.0: + resolution: {integrity: sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==} + engines: {node: '>= 0.4'} + node-fetch@2.6.7: resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} engines: {node: 4.x || >=6.0.0} @@ -6262,16 +6297,16 @@ packages: encoding: optional: true - node-forge@1.3.3: - resolution: {integrity: sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==} + node-forge@1.4.0: + resolution: {integrity: sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==} engines: {node: '>= 6.13.0'} node-preload@0.2.1: resolution: {integrity: sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ==} engines: {node: '>=8'} - node-releases@2.0.27: - resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==} + node-releases@2.0.38: + resolution: {integrity: sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw==} node-rsa@1.1.1: resolution: {integrity: sha512-Jd4cvbJMryN21r5HgxQOpMEqv+ooke/korixNNK3mGqfGJmy0M77WDDzo/05969+OkMy3XW1UuZsSmW9KQm7Fw==} @@ -6335,6 +6370,10 @@ packages: resolution: {integrity: sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==} engines: {node: '>= 0.4'} + object.entries@1.1.9: + resolution: {integrity: sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==} + engines: {node: '>= 0.4'} + object.fromentries@2.0.8: resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==} engines: {node: '>= 0.4'} @@ -6362,8 +6401,8 @@ packages: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} - oo-ascii-tree@1.126.0: - resolution: {integrity: sha512-EebBYPzBN8H/j+6sMB5IxAvulsffQuMaPn4ZQeiDKYy1uqTT5t50inNN/tn61wwCs7IZ2jUb1sCEkyh2iwkHlA==} + oo-ascii-tree@1.129.0: + resolution: {integrity: sha512-+RhpXV4LGFakOv56qexyigWHoMa7ybVwvo6aOkx6QWnSvfM5b6Xwhy1K2ThmPgotz+0nOiWDYFABLyzIlJrgng==} engines: {node: '>= 14.17.0'} open@10.2.0: @@ -6516,12 +6555,12 @@ packages: resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} engines: {node: '>=16 || 14 >=14.18'} - path-scurry@2.0.1: - resolution: {integrity: sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==} - engines: {node: 20 || >=22} + path-scurry@2.0.2: + resolution: {integrity: sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==} + engines: {node: 18 || 20 || >=22} - path-to-regexp@0.1.12: - resolution: {integrity: sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==} + path-to-regexp@0.1.13: + resolution: {integrity: sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==} path-to-regexp@1.9.0: resolution: {integrity: sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==} @@ -6549,12 +6588,12 @@ packages: picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} - picomatch@2.3.1: - resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + picomatch@2.3.2: + resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==} engines: {node: '>=8.6'} - picomatch@4.0.3: - resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} + picomatch@4.0.4: + resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} engines: {node: '>=12'} pidtree@0.6.0: @@ -6666,11 +6705,12 @@ packages: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} - proxy-from-env@1.1.0: - resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + proxy-from-env@2.1.0: + resolution: {integrity: sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==} + engines: {node: '>=10'} - pump@3.0.3: - resolution: {integrity: sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==} + pump@3.0.4: + resolution: {integrity: sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==} punycode@1.3.2: resolution: {integrity: sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==} @@ -6682,8 +6722,8 @@ packages: pure-rand@6.1.0: resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==} - qs@6.14.1: - resolution: {integrity: sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==} + qs@6.15.1: + resolution: {integrity: sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==} engines: {node: '>=0.6'} querystring@0.2.0: @@ -6819,8 +6859,13 @@ packages: resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} engines: {node: '>=8'} - resolve@1.22.11: - resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==} + resolve@1.22.12: + resolution: {integrity: sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==} + engines: {node: '>= 0.4'} + hasBin: true + + resolve@2.0.0-next.6: + resolution: {integrity: sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==} engines: {node: '>= 0.4'} hasBin: true @@ -6852,8 +6897,8 @@ packages: rhea-promise@3.0.3: resolution: {integrity: sha512-a875P5YcMkePSTEWMsnmCQS7Y4v/XvIw7ZoMtJxqtQRZsqSA6PsZxuz4vktyRykPuUgdNsA6F84dS3iEXZoYnQ==} - rhea@3.0.4: - resolution: {integrity: sha512-n3kw8syCdrsfJ72w3rohpoHHlmv/RZZEP9VY5BVjjo0sEGIt4YSKypBgaiA+OUSgJAzLjOECYecsclG5xbYtZw==} + rhea@3.0.5: + resolution: {integrity: sha512-Ye1gzqH9DoCGMTaSfLfGmDdoderMshyVU5rdFES+D3N1U5PASZcNCKqhWJJUOOj8INtdrIPOfDALrRcoRRL7jw==} rimraf@2.6.3: resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} @@ -6899,8 +6944,8 @@ packages: rxjs@7.8.2: resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==} - safe-array-concat@1.1.3: - resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==} + safe-array-concat@1.1.4: + resolution: {integrity: sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==} engines: {node: '>=0.4'} safe-buffer@5.1.2: @@ -6926,8 +6971,8 @@ packages: sax@1.2.1: resolution: {integrity: sha512-8I2a3LovHTOpm7NV5yOyO8IHqgVsfK4+UuySrXU8YXkSRX7k6hCV9b3HrkKCr3nMpgj+0bmocaJJWpvp1oc7ZA==} - sax@1.4.4: - resolution: {integrity: sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==} + sax@1.6.0: + resolution: {integrity: sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==} engines: {node: '>=11.0.0'} scheduler@0.20.2: @@ -6952,11 +6997,6 @@ packages: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - semver@7.7.3: - resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} - engines: {node: '>=10'} - hasBin: true - semver@7.7.4: resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==} engines: {node: '>=10'} @@ -7026,8 +7066,8 @@ packages: shortid@2.2.17: resolution: {integrity: sha512-GpbM3gLF1UUXZvQw6MCyulHkWbRseNO4cyBEZresZRorwl1+SLu1ZdqgVtuwqz8mB6RpwPkm541mYSqrKyJSaA==} - side-channel-list@1.0.0: - resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} + side-channel-list@1.0.1: + resolution: {integrity: sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==} engines: {node: '>= 0.4'} side-channel-map@1.0.1: @@ -7055,8 +7095,8 @@ packages: simple-get@4.0.1: resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} - simple-git@3.30.0: - resolution: {integrity: sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==} + simple-git@3.36.0: + resolution: {integrity: sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==} sinon-chai@3.5.0: resolution: {integrity: sha512-IifbusYiQBpUxxFJkR3wTU68xzBN0+bxCScEaKMjBvAQERg6FnTTc1F17rseLb1tjmkJ23730AXpFI0c47FgAg==} @@ -7127,8 +7167,8 @@ packages: spdx-expression-parse@3.0.1: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} - spdx-license-ids@3.0.22: - resolution: {integrity: sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==} + spdx-license-ids@3.0.23: + resolution: {integrity: sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==} spdx-license-list@6.11.0: resolution: {integrity: sha512-p5ICd51dSnh7zIMtPgbB9ShBg3HMT77OeI6WVhrFFvxa5KIFYNcqxD4joAE+n1zZ7wlJdEkrOMwC75JUMMmsJA==} @@ -7181,8 +7221,8 @@ packages: resolution: {integrity: sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==} engines: {node: '>=8.0'} - streamx@2.23.0: - resolution: {integrity: sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==} + streamx@2.25.0: + resolution: {integrity: sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==} string-width@3.1.0: resolution: {integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==} @@ -7322,20 +7362,23 @@ packages: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} - tar-stream@3.1.7: - resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==} + tar-stream@3.2.0: + resolution: {integrity: sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==} tar@6.2.1: resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} engines: {node: '>=10'} - deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exhorbitant rates) by contacting i@izs.me + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me + + teex@1.0.1: + resolution: {integrity: sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==} test-exclude@6.0.0: resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} engines: {node: '>=8'} - text-decoder@1.2.3: - resolution: {integrity: sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==} + text-decoder@1.2.7: + resolution: {integrity: sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==} text-table@0.2.0: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} @@ -7523,8 +7566,8 @@ packages: undici-types@6.21.0: resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} - undici@7.19.2: - resolution: {integrity: sha512-4VQSpGEGsWzk0VYxyB/wVX/Q7qf9t5znLRgs0dzszr9w9Fej/8RVNQ+S20vdXSAyra/bJ7ZQfGv6ZMj7UEbzSg==} + undici@7.25.0: + resolution: {integrity: sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ==} engines: {node: '>=20.18.1'} uni-global@1.0.0: @@ -7579,14 +7622,17 @@ packages: uuid@8.0.0: resolution: {integrity: sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). hasBin: true uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). hasBin: true uuid@9.0.1: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). hasBin: true v8-compile-cache-lib@3.0.1: @@ -7784,8 +7830,8 @@ packages: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} - yaml@2.8.2: - resolution: {integrity: sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==} + yaml@2.8.4: + resolution: {integrity: sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==} engines: {node: '>= 14.6'} hasBin: true @@ -7870,14 +7916,14 @@ snapshots: d: 1.0.2 es5-ext: 0.10.64 - '@apollo/client@3.7.13(graphql@16.12.0)(react@17.0.2)(subscriptions-transport-ws@0.11.0(graphql@16.12.0))': + '@apollo/client@3.7.13(graphql@16.13.2)(react@17.0.2)(subscriptions-transport-ws@0.11.0(graphql@16.13.2))': dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.13.2) '@wry/context': 0.7.4 '@wry/equality': 0.5.7 '@wry/trie': 0.3.2 - graphql: 16.12.0 - graphql-tag: 2.12.6(graphql@16.12.0) + graphql: 16.13.2 + graphql-tag: 2.12.6(graphql@16.13.2) hoist-non-react-statics: 3.3.2 optimism: 0.16.2 prop-types: 15.8.1 @@ -7888,7 +7934,7 @@ snapshots: zen-observable-ts: 1.2.5 optionalDependencies: react: 17.0.2 - subscriptions-transport-ws: 0.11.0(graphql@16.12.0) + subscriptions-transport-ws: 0.11.0(graphql@16.13.2) '@aws-cdk/assets@1.204.0(@aws-cdk/core@1.204.0(@aws-cdk/cx-api@1.204.0)(constructs@3.4.344))(@aws-cdk/cx-api@1.204.0)(constructs@3.4.344)': dependencies: @@ -8617,13 +8663,13 @@ snapshots: '@aws-cdk/region-info@1.204.0': {} - '@azure-rest/core-client@2.5.1': + '@azure-rest/core-client@2.6.0': dependencies: '@azure/abort-controller': 2.1.2 '@azure/core-auth': 1.10.1 - '@azure/core-rest-pipeline': 1.22.2 + '@azure/core-rest-pipeline': 1.23.0 '@azure/core-tracing': 1.3.1 - '@typespec/ts-http-runtime': 0.3.2 + '@typespec/ts-http-runtime': 0.3.5 tslib: 2.8.1 transitivePeerDependencies: - supports-color @@ -8643,7 +8689,7 @@ snapshots: '@azure/core-client': 1.10.1 '@azure/core-lro': 2.7.2 '@azure/core-paging': 1.6.2 - '@azure/core-rest-pipeline': 1.22.2 + '@azure/core-rest-pipeline': 1.23.0 tslib: 2.8.1 transitivePeerDependencies: - supports-color @@ -8655,7 +8701,7 @@ snapshots: '@azure/core-client': 1.10.1 '@azure/core-lro': 2.7.2 '@azure/core-paging': 1.6.2 - '@azure/core-rest-pipeline': 1.22.2 + '@azure/core-rest-pipeline': 1.23.0 tslib: 2.8.1 transitivePeerDependencies: - supports-color @@ -8667,7 +8713,7 @@ snapshots: '@azure/core-client': 1.10.1 '@azure/core-lro': 2.7.2 '@azure/core-paging': 1.6.2 - '@azure/core-rest-pipeline': 1.22.2 + '@azure/core-rest-pipeline': 1.23.0 tslib: 2.8.1 transitivePeerDependencies: - supports-color @@ -8682,7 +8728,7 @@ snapshots: events: 3.3.0 jssha: 3.3.1 process: 0.11.10 - rhea: 3.0.4 + rhea: 3.0.5 rhea-promise: 3.0.3 tslib: 2.8.1 util: 0.12.5 @@ -8701,7 +8747,7 @@ snapshots: dependencies: '@azure/abort-controller': 2.1.2 '@azure/core-auth': 1.10.1 - '@azure/core-rest-pipeline': 1.22.2 + '@azure/core-rest-pipeline': 1.23.0 '@azure/core-tracing': 1.3.1 '@azure/core-util': 1.13.1 '@azure/logger': 1.3.0 @@ -8709,13 +8755,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@azure/core-http-compat@2.3.1': + '@azure/core-http-compat@2.4.0(@azure/core-client@1.10.1)(@azure/core-rest-pipeline@1.23.0)': dependencies: '@azure/abort-controller': 2.1.2 '@azure/core-client': 1.10.1 - '@azure/core-rest-pipeline': 1.22.2 - transitivePeerDependencies: - - supports-color + '@azure/core-rest-pipeline': 1.23.0 '@azure/core-lro@2.7.2': dependencies: @@ -8730,14 +8774,14 @@ snapshots: dependencies: tslib: 2.8.1 - '@azure/core-rest-pipeline@1.22.2': + '@azure/core-rest-pipeline@1.23.0': dependencies: '@azure/abort-controller': 2.1.2 '@azure/core-auth': 1.10.1 '@azure/core-tracing': 1.3.1 '@azure/core-util': 1.13.1 '@azure/logger': 1.3.0 - '@typespec/ts-http-runtime': 0.3.2 + '@typespec/ts-http-runtime': 0.3.5 tslib: 2.8.1 transitivePeerDependencies: - supports-color @@ -8749,25 +8793,26 @@ snapshots: '@azure/core-util@1.13.1': dependencies: '@azure/abort-controller': 2.1.2 - '@typespec/ts-http-runtime': 0.3.2 + '@typespec/ts-http-runtime': 0.3.5 tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@azure/cosmos@4.9.1': + '@azure/cosmos@4.9.3(@azure/core-client@1.10.1)': dependencies: '@azure/abort-controller': 2.1.2 '@azure/core-auth': 1.10.1 - '@azure/core-rest-pipeline': 1.22.2 + '@azure/core-rest-pipeline': 1.23.0 '@azure/core-tracing': 1.3.1 '@azure/core-util': 1.13.1 - '@azure/keyvault-keys': 4.10.0 + '@azure/keyvault-keys': 4.10.0(@azure/core-client@1.10.1) '@azure/logger': 1.3.0 fast-json-stable-stringify: 2.1.0 priorityqueuejs: 2.0.0 semaphore: 1.1.0 tslib: 2.8.1 transitivePeerDependencies: + - '@azure/core-client' - supports-color '@azure/event-hubs@5.11.1': @@ -8789,34 +8834,33 @@ snapshots: '@azure/functions-extensions-base@0.2.0': {} - '@azure/functions@4.11.0': + '@azure/functions@4.14.0': dependencies: '@azure/functions-extensions-base': 0.2.0 cookie: 0.7.2 - long: 4.0.0 - '@azure/identity@4.13.0': + '@azure/identity@4.13.1': dependencies: '@azure/abort-controller': 2.1.2 '@azure/core-auth': 1.10.1 '@azure/core-client': 1.10.1 - '@azure/core-rest-pipeline': 1.22.2 + '@azure/core-rest-pipeline': 1.23.0 '@azure/core-tracing': 1.3.1 '@azure/core-util': 1.13.1 '@azure/logger': 1.3.0 - '@azure/msal-browser': 4.28.1 - '@azure/msal-node': 3.8.6 + '@azure/msal-browser': 5.9.0 + '@azure/msal-node': 5.1.5 open: 10.2.0 tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@azure/keyvault-common@2.0.0': + '@azure/keyvault-common@2.1.0': dependencies: + '@azure-rest/core-client': 2.6.0 '@azure/abort-controller': 2.1.2 '@azure/core-auth': 1.10.1 - '@azure/core-client': 1.10.1 - '@azure/core-rest-pipeline': 1.22.2 + '@azure/core-rest-pipeline': 1.23.0 '@azure/core-tracing': 1.3.1 '@azure/core-util': 1.13.1 '@azure/logger': 1.3.0 @@ -8824,47 +8868,47 @@ snapshots: transitivePeerDependencies: - supports-color - '@azure/keyvault-keys@4.10.0': + '@azure/keyvault-keys@4.10.0(@azure/core-client@1.10.1)': dependencies: - '@azure-rest/core-client': 2.5.1 + '@azure-rest/core-client': 2.6.0 '@azure/abort-controller': 2.1.2 '@azure/core-auth': 1.10.1 - '@azure/core-http-compat': 2.3.1 + '@azure/core-http-compat': 2.4.0(@azure/core-client@1.10.1)(@azure/core-rest-pipeline@1.23.0) '@azure/core-lro': 2.7.2 '@azure/core-paging': 1.6.2 - '@azure/core-rest-pipeline': 1.22.2 + '@azure/core-rest-pipeline': 1.23.0 '@azure/core-tracing': 1.3.1 '@azure/core-util': 1.13.1 - '@azure/keyvault-common': 2.0.0 + '@azure/keyvault-common': 2.1.0 '@azure/logger': 1.3.0 tslib: 2.8.1 transitivePeerDependencies: + - '@azure/core-client' - supports-color '@azure/logger@1.3.0': dependencies: - '@typespec/ts-http-runtime': 0.3.2 + '@typespec/ts-http-runtime': 0.3.5 tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@azure/msal-browser@4.28.1': + '@azure/msal-browser@5.9.0': dependencies: - '@azure/msal-common': 15.14.1 + '@azure/msal-common': 16.5.2 - '@azure/msal-common@15.14.1': {} + '@azure/msal-common@16.5.2': {} - '@azure/msal-node@3.8.6': + '@azure/msal-node@5.1.5': dependencies: - '@azure/msal-common': 15.14.1 + '@azure/msal-common': 16.5.2 jsonwebtoken: 9.0.2 - uuid: 8.3.2 '@azure/web-pubsub@1.1.4': dependencies: '@azure/core-auth': 1.10.1 '@azure/core-client': 1.10.1 - '@azure/core-rest-pipeline': 1.22.2 + '@azure/core-rest-pipeline': 1.23.0 '@azure/core-tracing': 1.3.1 '@azure/logger': 1.3.0 jsonwebtoken: 9.0.2 @@ -8872,25 +8916,25 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/code-frame@7.28.6': + '@babel/code-frame@7.29.0': dependencies: '@babel/helper-validator-identifier': 7.28.5 js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.28.6': {} + '@babel/compat-data@7.29.3': {} - '@babel/core@7.28.6': + '@babel/core@7.29.0': dependencies: - '@babel/code-frame': 7.28.6 - '@babel/generator': 7.28.6 + '@babel/code-frame': 7.29.0 + '@babel/generator': 7.29.1 '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.6) - '@babel/helpers': 7.28.6 - '@babel/parser': 7.28.6 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0) + '@babel/helpers': 7.29.2 + '@babel/parser': 7.29.3 '@babel/template': 7.28.6 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 '@jridgewell/remapping': 2.3.5 convert-source-map: 2.0.0 debug: 4.4.3(supports-color@8.1.1) @@ -8900,14 +8944,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/generator@7.28.6': - dependencies: - '@babel/parser': 7.28.6 - '@babel/types': 7.28.6 - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - jsesc: 3.1.0 - '@babel/generator@7.29.1': dependencies: '@babel/parser': 7.29.3 @@ -8918,9 +8954,9 @@ snapshots: '@babel/helper-compilation-targets@7.28.6': dependencies: - '@babel/compat-data': 7.28.6 + '@babel/compat-data': 7.29.3 '@babel/helper-validator-option': 7.27.1 - browserslist: 4.28.1 + browserslist: 4.28.2 lru-cache: 5.1.1 semver: 6.3.1 @@ -8928,17 +8964,17 @@ snapshots: '@babel/helper-module-imports@7.28.6': dependencies: - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.28.6(@babel/core@7.28.6)': + '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.28.6 + '@babel/core': 7.29.0 '@babel/helper-module-imports': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -8948,44 +8984,35 @@ snapshots: '@babel/helper-validator-option@7.27.1': {} - '@babel/helpers@7.28.6': + '@babel/helpers@7.29.2': dependencies: '@babel/template': 7.28.6 - '@babel/types': 7.28.6 - - '@babel/parser@7.28.6': - dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@babel/parser@7.29.3': dependencies: '@babel/types': 7.29.0 - '@babel/runtime@7.28.6': {} + '@babel/runtime@7.29.2': {} '@babel/template@7.28.6': dependencies: - '@babel/code-frame': 7.28.6 - '@babel/parser': 7.28.6 - '@babel/types': 7.28.6 + '@babel/code-frame': 7.29.0 + '@babel/parser': 7.29.3 + '@babel/types': 7.29.0 - '@babel/traverse@7.28.6': + '@babel/traverse@7.29.0': dependencies: - '@babel/code-frame': 7.28.6 - '@babel/generator': 7.28.6 + '@babel/code-frame': 7.29.0 + '@babel/generator': 7.29.1 '@babel/helper-globals': 7.28.0 - '@babel/parser': 7.28.6 + '@babel/parser': 7.29.3 '@babel/template': 7.28.6 - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 debug: 4.4.3(supports-color@8.1.1) transitivePeerDependencies: - supports-color - '@babel/types@7.28.6': - dependencies: - '@babel/helper-string-parser': 7.27.1 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/types@7.29.0': dependencies: '@babel/helper-string-parser': 7.27.1 @@ -8993,7 +9020,7 @@ snapshots: '@cdktf/node-pty-prebuilt-multiarch@0.10.2': dependencies: - nan: 2.25.0 + nan: 2.26.2 prebuild-install: 7.1.3 '@cdktn/cli-core@0.22.1(react@17.0.2)': @@ -9050,6 +9077,7 @@ snapshots: transitivePeerDependencies: - '@types/react' - bare-abort-controller + - bare-buffer - bufferutil - debug - encoding @@ -9078,7 +9106,7 @@ snapshots: '@cdktn/hcl-tools@0.22.1': dependencies: - fs-extra: 11.3.3 + fs-extra: 11.3.4 '@cdktn/hcl2cdk@0.22.1(constructs@10.4.2)': dependencies: @@ -9109,10 +9137,10 @@ snapshots: dependencies: fs-extra: 11.3.4 - '@cdktn/provider-azurerm@15.11.0(cdktn@0.22.1(constructs@10.4.5))(constructs@10.4.5)': + '@cdktn/provider-azurerm@15.11.0(cdktn@0.22.1(constructs@10.6.0))(constructs@10.6.0)': dependencies: - cdktn: 0.22.1(constructs@10.4.5) - constructs: 10.4.5 + cdktn: 0.22.1(constructs@10.6.0) + constructs: 10.6.0 '@cdktn/provider-generator@0.22.1(constructs@10.4.2)': dependencies: @@ -9127,10 +9155,10 @@ snapshots: - debug - supports-color - '@cdktn/provider-null@12.0.0(cdktn@0.22.1(constructs@10.4.5))(constructs@10.4.5)': + '@cdktn/provider-null@12.0.0(cdktn@0.22.1(constructs@10.6.0))(constructs@10.6.0)': dependencies: - cdktn: 0.22.1(constructs@10.4.5) - constructs: 10.4.5 + cdktn: 0.22.1(constructs@10.6.0) + constructs: 10.6.0 '@cdktn/provider-schema@0.22.1(constructs@10.4.2)': dependencies: @@ -9143,10 +9171,10 @@ snapshots: - debug - supports-color - '@cdktn/provider-time@12.0.0(cdktn@0.22.1(constructs@10.4.5))(constructs@10.4.5)': + '@cdktn/provider-time@12.0.0(cdktn@0.22.1(constructs@10.6.0))(constructs@10.6.0)': dependencies: - cdktn: 0.22.1(constructs@10.4.5) - constructs: 10.4.5 + cdktn: 0.22.1(constructs@10.6.0) + constructs: 10.6.0 '@cspotcode/source-map-support@0.8.1': dependencies: @@ -9162,60 +9190,60 @@ snapshots: '@effect-ts/system@0.57.5': {} - '@effect/cli@0.56.2(@effect/platform@0.77.2(effect@3.13.2))(@effect/printer-ansi@0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2))(@effect/printer@0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2))(effect@3.13.2)': + '@effect/cli@0.58.0(@effect/platform@0.79.4(effect@3.20.0))(@effect/printer-ansi@0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0))(@effect/printer@0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0))(effect@3.20.0)': dependencies: - '@effect/platform': 0.77.2(effect@3.13.2) - '@effect/printer': 0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2) - '@effect/printer-ansi': 0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2) - effect: 3.13.2 + '@effect/platform': 0.79.4(effect@3.20.0) + '@effect/printer': 0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0) + '@effect/printer-ansi': 0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0) + effect: 3.20.0 ini: 4.1.3 toml: 3.0.0 - yaml: 2.8.2 + yaml: 2.8.4 - '@effect/platform-node-shared@0.27.7(@effect/platform@0.77.2(effect@3.13.2))(effect@3.13.2)': + '@effect/platform-node-shared@0.29.4(@effect/platform@0.79.4(effect@3.20.0))(effect@3.20.0)': dependencies: - '@effect/platform': 0.77.2(effect@3.13.2) + '@effect/platform': 0.79.4(effect@3.20.0) '@parcel/watcher': 2.5.6 - effect: 3.13.2 + effect: 3.20.0 multipasta: 0.2.7 - '@effect/platform-node@0.73.2(@effect/platform@0.77.2(effect@3.13.2))(effect@3.13.2)': + '@effect/platform-node@0.75.0(@effect/platform@0.79.4(effect@3.20.0))(effect@3.20.0)': dependencies: - '@effect/platform': 0.77.2(effect@3.13.2) - '@effect/platform-node-shared': 0.27.7(@effect/platform@0.77.2(effect@3.13.2))(effect@3.13.2) - effect: 3.13.2 + '@effect/platform': 0.79.4(effect@3.20.0) + '@effect/platform-node-shared': 0.29.4(@effect/platform@0.79.4(effect@3.20.0))(effect@3.20.0) + effect: 3.20.0 mime: 3.0.0 - undici: 7.19.2 + undici: 7.25.0 ws: 8.18.0 transitivePeerDependencies: - bufferutil - utf-8-validate - '@effect/platform@0.77.2(effect@3.13.2)': + '@effect/platform@0.79.4(effect@3.20.0)': dependencies: - effect: 3.13.2 + effect: 3.20.0 find-my-way-ts: 0.1.6 multipasta: 0.2.7 - '@effect/printer-ansi@0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2)': + '@effect/printer-ansi@0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0)': dependencies: - '@effect/printer': 0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2) - '@effect/typeclass': 0.32.2(effect@3.13.2) - effect: 3.13.2 + '@effect/printer': 0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0) + '@effect/typeclass': 0.32.9(effect@3.20.0) + effect: 3.20.0 - '@effect/printer@0.41.2(@effect/typeclass@0.32.2(effect@3.13.2))(effect@3.13.2)': + '@effect/printer@0.41.9(@effect/typeclass@0.32.9(effect@3.20.0))(effect@3.20.0)': dependencies: - '@effect/typeclass': 0.32.2(effect@3.13.2) - effect: 3.13.2 + '@effect/typeclass': 0.32.9(effect@3.20.0) + effect: 3.20.0 - '@effect/schema@0.75.5(effect@3.13.2)': + '@effect/schema@0.75.5(effect@3.20.0)': dependencies: - effect: 3.13.2 + effect: 3.20.0 fast-check: 3.23.2 - '@effect/typeclass@0.32.2(effect@3.13.2)': + '@effect/typeclass@0.32.9(effect@3.20.0)': dependencies: - effect: 3.13.2 + effect: 3.20.0 '@eslint-community/eslint-utils@4.9.1(eslint@8.57.1)': dependencies: @@ -9226,29 +9254,29 @@ snapshots: '@eslint/eslintrc@2.1.4': dependencies: - ajv: 6.12.6 + ajv: 6.15.0 debug: 4.4.3(supports-color@8.1.1) espree: 9.6.1 globals: 13.24.0 ignore: 5.3.2 import-fresh: 3.3.1 js-yaml: 4.1.1 - minimatch: 3.1.2 + minimatch: 3.1.5 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color '@eslint/js@8.57.1': {} - '@graphql-typed-document-node/core@3.2.0(graphql@16.12.0)': + '@graphql-typed-document-node/core@3.2.0(graphql@16.13.2)': dependencies: - graphql: 16.12.0 + graphql: 16.13.2 '@humanwhocodes/config-array@0.13.0': dependencies: '@humanwhocodes/object-schema': 2.0.3 debug: 4.4.3(supports-color@8.1.1) - minimatch: 3.1.2 + minimatch: 3.1.5 transitivePeerDependencies: - supports-color @@ -9274,7 +9302,7 @@ snapshots: dependencies: '@inquirer/type': 1.5.5 '@types/mute-stream': 0.0.1 - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/wrap-ansi': 3.0.0 ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -9291,7 +9319,7 @@ snapshots: dependencies: '@inquirer/type': 1.5.5 '@types/mute-stream': 0.0.4 - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/wrap-ansi': 3.0.0 ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -9318,12 +9346,12 @@ snapshots: chalk: 4.1.2 figures: 3.2.0 - '@inquirer/external-editor@1.0.3(@types/node@20.19.30)': + '@inquirer/external-editor@1.0.3(@types/node@20.19.39)': dependencies: chardet: 2.1.1 iconv-lite: 0.7.2 optionalDependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@inquirer/input@1.2.16': dependencies: @@ -9368,12 +9396,6 @@ snapshots: dependencies: mute-stream: 1.0.0 - '@isaacs/balanced-match@4.0.1': {} - - '@isaacs/brace-expansion@5.0.0': - dependencies: - '@isaacs/balanced-match': 4.0.1 - '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 @@ -9391,7 +9413,7 @@ snapshots: js-yaml: 3.14.2 resolve-from: 5.0.0 - '@istanbuljs/schema@0.1.3': {} + '@istanbuljs/schema@0.1.6': {} '@jridgewell/gen-mapping@0.3.13': dependencies: @@ -9420,16 +9442,14 @@ snapshots: '@jsii/check-node@1.112.0': dependencies: chalk: 4.1.2 - semver: 7.7.3 + semver: 7.7.4 - '@jsii/check-node@1.126.0': + '@jsii/check-node@1.129.0': dependencies: chalk: 4.1.2 - semver: 7.7.3 + semver: 7.7.4 - '@jsii/spec@1.126.0': - dependencies: - ajv: 8.17.1 + '@jsii/spec@1.129.0': {} '@kwsites/file-exists@1.1.1(supports-color@8.1.1)': dependencies: @@ -9466,19 +9486,19 @@ snapshots: indent-string: 4.0.0 is-wsl: 2.2.0 lilconfig: 3.1.3 - minimatch: 9.0.5 - semver: 7.7.3 + minimatch: 9.0.9 + semver: 7.7.4 string-width: 4.2.3 supports-color: 8.1.1 widest-line: 3.1.0 wordwrap: 1.0.0 wrap-ansi: 7.0.0 - '@oclif/plugin-help@6.2.37': + '@oclif/plugin-help@6.2.46': dependencies: '@oclif/core': 4.2.7 - '@oclif/test@4.1.16(@oclif/core@4.2.7)': + '@oclif/test@4.1.18(@oclif/core@4.2.7)': dependencies: '@oclif/core': 4.2.7 ansis: 3.17.0 @@ -9534,7 +9554,7 @@ snapshots: detect-libc: 2.1.2 is-glob: 4.0.3 node-addon-api: 7.1.1 - picomatch: 4.0.3 + picomatch: 4.0.4 optionalDependencies: '@parcel/watcher-android-arm64': 2.5.6 '@parcel/watcher-darwin-arm64': 2.5.6 @@ -9595,25 +9615,25 @@ snapshots: dependencies: '@sentry/types': 7.120.4 - '@serverless/dashboard-plugin@6.4.0(@types/node@20.19.30)(supports-color@8.1.1)': + '@serverless/dashboard-plugin@6.4.0(@types/node@20.19.39)(supports-color@8.1.1)': dependencies: '@serverless/event-mocks': 1.1.1 '@serverless/platform-client': 4.5.1(supports-color@8.1.1) - '@serverless/utils': 6.15.0(@types/node@20.19.30) + '@serverless/utils': 6.15.0(@types/node@20.19.39) child-process-ext: 3.0.2 chokidar: 3.6.0 flat: 5.0.2 fs-extra: 9.1.0 js-yaml: 4.1.1 jszip: 3.10.1 - lodash: 4.17.23 + lodash: 4.18.1 memoizee: 0.4.17 ncjsm: 4.3.2 node-dir: 0.1.17 node-fetch: 2.7.0 open: 7.4.2 - semver: 7.7.3 - simple-git: 3.30.0(supports-color@8.1.1) + semver: 7.7.4 + simple-git: 3.36.0(supports-color@8.1.1) type: 2.7.3 uuid: 8.3.2 yamljs: 0.3.0 @@ -9627,21 +9647,21 @@ snapshots: '@serverless/event-mocks@1.1.1': dependencies: - '@types/lodash': 4.17.23 - lodash: 4.17.23 + '@types/lodash': 4.17.24 + lodash: 4.18.1 '@serverless/platform-client@4.5.1(supports-color@8.1.1)': dependencies: - adm-zip: 0.5.16 + adm-zip: 0.5.17 archiver: 5.3.0 - axios: 1.13.4 + axios: 1.16.0 fast-glob: 3.3.3 https-proxy-agent: 5.0.1(supports-color@8.1.1) ignore: 5.3.2 isomorphic-ws: 4.0.1(ws@7.5.10) js-yaml: 3.14.2 jwt-decode: 2.2.0 - minimatch: 3.1.2 + minimatch: 3.1.5 querystring: 0.2.1 run-parallel-limit: 1.1.0 throat: 5.0.0 @@ -9653,7 +9673,7 @@ snapshots: - supports-color - utf-8-validate - '@serverless/utils@6.15.0(@types/node@20.19.30)': + '@serverless/utils@6.15.0(@types/node@20.19.39)': dependencies: archive-type: 4.0.0 chalk: 4.1.2 @@ -9669,10 +9689,10 @@ snapshots: filenamify: 4.3.0 get-stream: 6.0.1 got: 11.8.6 - inquirer: 8.2.7(@types/node@20.19.30) + inquirer: 8.2.7(@types/node@20.19.39) js-yaml: 4.1.1 jwt-decode: 3.1.2 - lodash: 4.17.23 + lodash: 4.18.1 log: 6.3.2 log-node: 8.0.3(log@6.3.2) make-dir: 4.0.0 @@ -9692,6 +9712,12 @@ snapshots: - '@types/node' - encoding + '@simple-git/args-pathspec@1.0.3': {} + + '@simple-git/argv-parser@1.1.1': + dependencies: + '@simple-git/args-pathspec': 1.0.3 + '@sindresorhus/is@4.6.0': {} '@sinonjs/commons@1.8.6': @@ -9742,7 +9768,7 @@ snapshots: '@ts-morph/common@0.26.1': dependencies: fast-glob: 3.3.3 - minimatch: 9.0.5 + minimatch: 9.0.9 path-browserify: 1.0.1 '@tsconfig/node10@1.0.12': {} @@ -9766,13 +9792,13 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/cacheable-request@6.0.3': dependencies: '@types/http-cache-semantics': 4.2.0 '@types/keyv': 3.1.4 - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/responselike': 1.0.3 '@types/chai-arrays@2.0.0': @@ -9787,16 +9813,16 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/cors@2.8.19': dependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/express-serve-static-core@4.19.8': dependencies: - '@types/node': 20.19.30 - '@types/qs': 6.14.0 + '@types/node': 20.19.39 + '@types/qs': 6.15.0 '@types/range-parser': 1.2.7 '@types/send': 1.2.1 @@ -9804,18 +9830,18 @@ snapshots: dependencies: '@types/body-parser': 1.19.6 '@types/express-serve-static-core': 4.19.8 - '@types/qs': 6.14.0 + '@types/qs': 6.15.0 '@types/serve-static': 1.15.10 '@types/faker@5.1.5': {} '@types/fs-extra@9.0.13': dependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/glob@9.0.0': dependencies: - glob: 13.0.0 + glob: 13.0.6 '@types/http-cache-semantics@4.2.0': {} @@ -9835,13 +9861,13 @@ snapshots: '@types/jsonwebtoken@9.0.8': dependencies: '@types/ms': 2.1.0 - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/keyv@3.1.4': dependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 - '@types/lodash@4.17.23': {} + '@types/lodash@4.17.24': {} '@types/mime@1.3.5': {} @@ -9853,23 +9879,23 @@ snapshots: '@types/mute-stream@0.0.1': dependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/mute-stream@0.0.4': dependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/nedb@1.8.16': dependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/needle@2.5.3': dependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/node-schedule@1.3.2': dependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/node@10.17.60': {} @@ -9877,19 +9903,19 @@ snapshots: dependencies: undici-types: 5.26.5 - '@types/node@20.19.30': + '@types/node@20.19.39': dependencies: undici-types: 6.21.0 '@types/normalize-package-data@2.4.4': {} - '@types/qs@6.14.0': {} + '@types/qs@6.15.0': {} '@types/range-parser@1.2.7': {} '@types/responselike@1.0.3': dependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/rewire@2.5.30': {} @@ -9898,16 +9924,16 @@ snapshots: '@types/send@0.17.6': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/send@1.2.1': dependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/serve-static@1.15.10': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/send': 0.17.6 '@types/sinon-chai@3.2.5': @@ -9926,7 +9952,7 @@ snapshots: '@types/through@0.0.33': dependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/uuid@10.0.0': {} @@ -9936,11 +9962,11 @@ snapshots: '@types/ws@8.5.4': dependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.19.30 + '@types/node': 20.19.39 optional: true '@types/yoga-layout@1.9.2': {} @@ -9957,7 +9983,7 @@ snapshots: graphemer: 1.4.0 ignore: 5.3.2 natural-compare-lite: 1.4.0 - semver: 7.7.3 + semver: 7.7.4 tsutils: 3.21.0(typescript@5.7.3) optionalDependencies: typescript: 5.7.3 @@ -10002,7 +10028,7 @@ snapshots: debug: 4.4.3(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 - semver: 7.7.3 + semver: 7.7.4 tsutils: 3.21.0(typescript@5.7.3) optionalDependencies: typescript: 5.7.3 @@ -10019,7 +10045,7 @@ snapshots: '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.7.3) eslint: 8.57.1 eslint-scope: 5.1.1 - semver: 7.7.3 + semver: 7.7.4 transitivePeerDependencies: - supports-color - typescript @@ -10029,7 +10055,7 @@ snapshots: '@typescript-eslint/types': 5.62.0 eslint-visitor-keys: 3.4.3 - '@typespec/ts-http-runtime@0.3.2': + '@typespec/ts-http-runtime@0.3.5': dependencies: http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 @@ -10051,7 +10077,7 @@ snapshots: dependencies: tslib: 2.8.1 - '@xmldom/xmldom@0.9.8': {} + '@xmldom/xmldom@0.9.10': {} abort-controller@3.0.0: dependencies: @@ -10066,21 +10092,21 @@ snapshots: dependencies: acorn: 7.4.1 - acorn-jsx@5.3.2(acorn@8.15.0): + acorn-jsx@5.3.2(acorn@8.16.0): dependencies: - acorn: 8.15.0 + acorn: 8.16.0 - acorn-walk@8.3.4: + acorn-walk@8.3.5: dependencies: - acorn: 8.15.0 + acorn: 8.16.0 acorn@7.4.1: {} - acorn@8.15.0: {} + acorn@8.16.0: {} address@1.2.2: {} - adm-zip@0.5.16: {} + adm-zip@0.5.17: {} agent-base@6.0.2(supports-color@8.1.1): dependencies: @@ -10097,19 +10123,19 @@ snapshots: ajv-formats@2.1.1: dependencies: - ajv: 8.17.1 + ajv: 8.20.0 - ajv@6.12.6: + ajv@6.15.0: dependencies: fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 json-schema-traverse: 0.4.1 uri-js: 4.4.1 - ajv@8.17.1: + ajv@8.20.0: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.1.0 + fast-uri: 3.1.2 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -10140,7 +10166,7 @@ snapshots: anymatch@3.1.3: dependencies: normalize-path: 3.0.0 - picomatch: 2.3.1 + picomatch: 2.3.2 append-transform@2.0.0: dependencies: @@ -10182,7 +10208,7 @@ snapshots: graceful-fs: 4.2.11 is-stream: 2.0.1 lazystream: 1.0.1 - lodash: 4.17.23 + lodash: 4.18.1 normalize-path: 3.0.0 readable-stream: 4.7.0 @@ -10213,10 +10239,11 @@ snapshots: buffer-crc32: 1.0.0 readable-stream: 4.7.0 readdir-glob: 1.1.3 - tar-stream: 3.1.7 + tar-stream: 3.2.0 zip-stream: 6.0.1 transitivePeerDependencies: - bare-abort-controller + - bare-buffer - react-native-b4a archy@1.0.0: {} @@ -10240,10 +10267,10 @@ snapshots: array-includes@3.1.9: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.2 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 is-string: 1.1.1 @@ -10253,34 +10280,34 @@ snapshots: array.prototype.findlastindex@1.2.6: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.2 es-errors: 1.3.0 es-object-atoms: 1.1.1 es-shim-unscopables: 1.1.0 array.prototype.flat@1.3.3: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.2 es-shim-unscopables: 1.1.0 array.prototype.flatmap@1.3.3: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.2 es-shim-unscopables: 1.1.0 arraybuffer.prototype.slice@1.0.4: dependencies: array-buffer-byte-length: 1.0.2 - call-bind: 1.0.8 + call-bind: 1.0.9 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.2 es-errors: 1.3.0 get-intrinsic: 1.3.0 is-array-buffer: 3.0.5 @@ -10340,27 +10367,59 @@ snapshots: uuid: 3.3.2 xml2js: 0.4.19 - axios@1.13.4: + axios@1.16.0: dependencies: - follow-redirects: 1.15.11 + follow-redirects: 1.16.0 form-data: 4.0.5 - proxy-from-env: 1.1.0 + proxy-from-env: 2.1.0 transitivePeerDependencies: - debug - b4a@1.7.3: {} + b4a@1.8.1: {} backo2@1.0.2: {} balanced-match@1.0.2: {} + balanced-match@4.0.4: {} + bare-events@2.8.2: {} + bare-fs@4.7.1: + dependencies: + bare-events: 2.8.2 + bare-path: 3.0.0 + bare-stream: 2.13.1(bare-events@2.8.2) + bare-url: 2.4.3 + fast-fifo: 1.3.2 + transitivePeerDependencies: + - bare-abort-controller + - react-native-b4a + + bare-os@3.9.1: {} + + bare-path@3.0.0: + dependencies: + bare-os: 3.9.1 + + bare-stream@2.13.1(bare-events@2.8.2): + dependencies: + streamx: 2.25.0 + teex: 1.0.1 + optionalDependencies: + bare-events: 2.8.2 + transitivePeerDependencies: + - react-native-b4a + + bare-url@2.4.3: + dependencies: + bare-path: 3.0.0 + base64-js@1.5.1: {} base64-url@2.3.3: {} - baseline-browser-mapping@2.9.19: {} + baseline-browser-mapping@2.10.27: {} binary-extensions@2.3.0: {} @@ -10377,7 +10436,7 @@ snapshots: bluebird@3.7.2: {} - body-parser@1.20.4: + body-parser@1.20.5: dependencies: bytes: 3.1.2 content-type: 1.0.5 @@ -10387,33 +10446,37 @@ snapshots: http-errors: 2.0.1 iconv-lite: 0.4.24 on-finished: 2.4.1 - qs: 6.14.1 + qs: 6.15.1 raw-body: 2.5.3 type-is: 1.6.18 unpipe: 1.0.0 - brace-expansion@1.1.12: + brace-expansion@1.1.14: dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - brace-expansion@2.0.2: + brace-expansion@2.1.0: dependencies: balanced-match: 1.0.2 + brace-expansion@5.0.5: + dependencies: + balanced-match: 4.0.4 + braces@3.0.3: dependencies: fill-range: 7.1.1 browser-stdout@1.3.1: {} - browserslist@4.28.1: + browserslist@4.28.2: dependencies: - baseline-browser-mapping: 2.9.19 - caniuse-lite: 1.0.30001766 - electron-to-chromium: 1.5.283 - node-releases: 2.0.27 - update-browserslist-db: 1.2.3(browserslist@4.28.1) + baseline-browser-mapping: 2.10.27 + caniuse-lite: 1.0.30001791 + electron-to-chromium: 1.5.349 + node-releases: 2.0.38 + update-browserslist-db: 1.2.3(browserslist@4.28.2) buffer-alloc-unsafe@1.1.0: {} @@ -10482,7 +10545,7 @@ snapshots: es-errors: 1.3.0 function-bind: 1.1.2 - call-bind@1.0.8: + call-bind@1.0.9: dependencies: call-bind-apply-helpers: 1.0.2 es-define-property: 1.0.1 @@ -10500,7 +10563,7 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001766: {} + caniuse-lite@1.0.30001791: {} case@1.6.3: {} @@ -10546,6 +10609,7 @@ snapshots: transitivePeerDependencies: - '@types/react' - bare-abort-controller + - bare-buffer - bufferutil - debug - encoding @@ -10559,9 +10623,9 @@ snapshots: dependencies: constructs: 10.4.2 - cdktn@0.22.1(constructs@10.4.5): + cdktn@0.22.1(constructs@10.6.0): dependencies: - constructs: 10.4.5 + constructs: 10.6.0 chai-arrays@2.2.0: {} @@ -10803,7 +10867,7 @@ snapshots: dependencies: chalk: 4.1.2 date-fns: 2.30.0 - lodash: 4.17.23 + lodash: 4.18.1 rxjs: 7.8.2 shell-quote: 1.8.3 spawn-command: 0.0.2 @@ -10813,7 +10877,7 @@ snapshots: constructs@10.4.2: {} - constructs@10.4.5: {} + constructs@10.6.0: {} constructs@3.4.344: {} @@ -10838,7 +10902,7 @@ snapshots: copyfiles@2.4.1: dependencies: glob: 7.2.3 - minimatch: 3.1.2 + minimatch: 3.1.5 mkdirp: 1.0.4 noms: 0.0.0 through2: 2.0.5 @@ -10927,11 +10991,11 @@ snapshots: date-fns@2.30.0: dependencies: - '@babel/runtime': 7.28.6 + '@babel/runtime': 7.29.2 date-format@4.0.14: {} - dayjs@1.11.19: {} + dayjs@1.11.20: {} debug@2.6.9: dependencies: @@ -11008,7 +11072,7 @@ snapshots: deep-equal@2.2.3: dependencies: array-buffer-byte-length: 1.0.2 - call-bind: 1.0.8 + call-bind: 1.0.9 es-get-iterator: 1.1.3 get-intrinsic: 1.3.0 is-arguments: 1.2.0 @@ -11034,7 +11098,7 @@ snapshots: default-browser-id@5.0.1: {} - default-browser@5.4.0: + default-browser@5.5.0: dependencies: bundle-name: 4.1.0 default-browser-id: 5.0.1 @@ -11140,7 +11204,7 @@ snapshots: ee-first@1.1.1: {} - effect@3.13.2: + effect@3.20.0: dependencies: '@standard-schema/spec': 1.1.0 fast-check: 3.23.2 @@ -11149,7 +11213,7 @@ snapshots: dependencies: jake: 10.9.4 - electron-to-chromium@1.5.283: {} + electron-to-chromium@1.5.349: {} emoji-regex@7.0.3: {} @@ -11169,12 +11233,12 @@ snapshots: dependencies: is-arrayish: 0.2.1 - es-abstract@1.24.1: + es-abstract@1.24.2: dependencies: array-buffer-byte-length: 1.0.2 arraybuffer.prototype.slice: 1.0.4 available-typed-arrays: 1.0.7 - call-bind: 1.0.8 + call-bind: 1.0.9 call-bound: 1.0.4 data-view-buffer: 1.0.2 data-view-byte-length: 1.0.2 @@ -11193,7 +11257,7 @@ snapshots: has-property-descriptors: 1.0.2 has-proto: 1.2.0 has-symbols: 1.1.0 - hasown: 2.0.2 + hasown: 2.0.3 internal-slot: 1.1.0 is-array-buffer: 3.0.5 is-callable: 1.2.7 @@ -11211,7 +11275,7 @@ snapshots: object.assign: 4.1.7 own-keys: 1.0.1 regexp.prototype.flags: 1.5.4 - safe-array-concat: 1.1.3 + safe-array-concat: 1.1.4 safe-push-apply: 1.0.0 safe-regex-test: 1.1.0 set-proto: 1.0.0 @@ -11232,7 +11296,7 @@ snapshots: es-get-iterator@1.1.3: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 get-intrinsic: 1.3.0 has-symbols: 1.1.0 is-arguments: 1.2.0 @@ -11251,11 +11315,11 @@ snapshots: es-errors: 1.3.0 get-intrinsic: 1.3.0 has-tostringtag: 1.0.2 - hasown: 2.0.2 + hasown: 2.0.3 es-shim-unscopables@1.1.0: dependencies: - hasown: 2.0.2 + hasown: 2.0.3 es-to-primitive@1.3.0: dependencies: @@ -11313,11 +11377,11 @@ snapshots: dependencies: eslint: 8.57.1 - eslint-import-resolver-node@0.3.9: + eslint-import-resolver-node@0.3.10: dependencies: debug: 3.2.7 is-core-module: 2.16.1 - resolve: 1.22.11 + resolve: 2.0.0-next.6 eslint-module-utils@2.12.1(eslint@8.57.1): dependencies: @@ -11335,12 +11399,12 @@ snapshots: debug: 3.2.7 doctrine: 2.1.0 eslint: 8.57.1 - eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-node: 0.3.10 eslint-module-utils: 2.12.1(eslint@8.57.1) - hasown: 2.0.2 + hasown: 2.0.3 is-core-module: 2.16.1 is-glob: 4.0.3 - minimatch: 3.1.2 + minimatch: 3.1.5 object.fromentries: 2.0.8 object.groupby: 1.0.3 object.values: 1.2.1 @@ -11366,12 +11430,12 @@ snapshots: esquery: 1.7.0 indent-string: 4.0.0 is-builtin-module: 3.2.1 - lodash: 4.17.23 + lodash: 4.18.1 pluralize: 8.0.0 read-pkg-up: 7.0.1 regexp-tree: 0.1.27 safe-regex: 2.1.1 - semver: 7.7.3 + semver: 7.7.4 strip-indent: 3.0.0 eslint-scope@5.1.1: @@ -11401,8 +11465,8 @@ snapshots: eslint@6.8.0: dependencies: - '@babel/code-frame': 7.28.6 - ajv: 6.12.6 + '@babel/code-frame': 7.29.0 + ajv: 6.15.0 chalk: 2.4.2 cross-spawn: 6.0.6 debug: 4.4.3(supports-color@8.1.1) @@ -11425,8 +11489,8 @@ snapshots: js-yaml: 3.14.2 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.3.0 - lodash: 4.17.23 - minimatch: 3.1.2 + lodash: 4.18.1 + minimatch: 3.1.5 mkdirp: 0.5.6 natural-compare: 1.4.0 optionator: 0.8.3 @@ -11451,7 +11515,7 @@ snapshots: '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 '@ungap/structured-clone': 1.3.0 - ajv: 6.12.6 + ajv: 6.15.0 chalk: 4.1.2 cross-spawn: 7.0.6 debug: 4.4.3(supports-color@8.1.1) @@ -11476,7 +11540,7 @@ snapshots: json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 lodash.merge: 4.6.2 - minimatch: 3.1.2 + minimatch: 3.1.5 natural-compare: 1.4.0 optionator: 0.9.4 strip-ansi: 6.0.1 @@ -11504,8 +11568,8 @@ snapshots: espree@9.6.1: dependencies: - acorn: 8.15.0 - acorn-jsx: 5.3.2(acorn@8.15.0) + acorn: 8.16.0 + acorn-jsx: 5.3.2(acorn@8.16.0) eslint-visitor-keys: 3.4.3 esprima@4.0.1: {} @@ -11581,7 +11645,7 @@ snapshots: dependencies: accepts: 1.3.8 array-flatten: 1.1.1 - body-parser: 1.20.4 + body-parser: 1.20.5 content-disposition: 0.5.4 content-type: 1.0.5 cookie: 0.7.2 @@ -11598,9 +11662,9 @@ snapshots: methods: 1.1.2 on-finished: 2.4.1 parseurl: 1.3.3 - path-to-regexp: 0.1.12 + path-to-regexp: 0.1.13 proxy-addr: 2.0.7 - qs: 6.14.1 + qs: 6.15.1 range-parser: 1.2.1 safe-buffer: 5.2.1 send: 0.19.2 @@ -11645,10 +11709,10 @@ snapshots: fancy-test@3.0.16: dependencies: '@types/chai': 4.2.18 - '@types/lodash': 4.17.23 - '@types/node': 20.19.30 + '@types/lodash': 4.17.24 + '@types/node': 20.19.39 '@types/sinon': 10.0.0 - lodash: 4.17.23 + lodash: 4.18.1 mock-stdin: 1.0.0 nock: 13.5.6 sinon: 16.1.3 @@ -11680,7 +11744,7 @@ snapshots: fast-safe-stringify@2.1.1: {} - fast-uri@3.1.0: {} + fast-uri@3.1.2: {} fastest-levenshtein@1.0.16: {} @@ -11718,9 +11782,9 @@ snapshots: file-type@6.2.0: {} - filelist@1.0.4: + filelist@1.0.6: dependencies: - minimatch: 5.1.6 + minimatch: 5.1.9 filename-reserved-regex@2.0.0: {} @@ -11781,7 +11845,7 @@ snapshots: flat-cache@3.2.0: dependencies: - flatted: 3.3.3 + flatted: 3.4.2 keyv: 4.5.4 rimraf: 3.0.2 @@ -11789,10 +11853,12 @@ snapshots: flatted@2.0.2: {} - flatted@3.3.3: {} + flatted@3.4.2: {} follow-redirects@1.15.11: {} + follow-redirects@1.16.0: {} + for-each@0.3.5: dependencies: is-callable: 1.2.7 @@ -11812,7 +11878,7 @@ snapshots: asynckit: 0.4.0 combined-stream: 1.0.8 es-set-tostringtag: 2.1.0 - hasown: 2.0.2 + hasown: 2.0.3 mime-types: 2.1.35 formidable@2.1.5: @@ -11820,7 +11886,7 @@ snapshots: '@paralleldrive/cuid2': 2.3.1 dezalgo: 1.0.4 once: 1.4.0 - qs: 6.14.1 + qs: 6.15.1 forwarded@0.2.0: {} @@ -11835,19 +11901,13 @@ snapshots: fs-extra@10.1.0: dependencies: graceful-fs: 4.2.11 - jsonfile: 6.2.0 - universalify: 2.0.1 - - fs-extra@11.3.3: - dependencies: - graceful-fs: 4.2.11 - jsonfile: 6.2.0 + jsonfile: 6.2.1 universalify: 2.0.1 fs-extra@11.3.4: dependencies: graceful-fs: 4.2.11 - jsonfile: 6.2.0 + jsonfile: 6.2.1 universalify: 2.0.1 fs-extra@8.1.0: @@ -11860,7 +11920,7 @@ snapshots: dependencies: at-least-node: 1.0.0 graceful-fs: 4.2.11 - jsonfile: 6.2.0 + jsonfile: 6.2.1 universalify: 2.0.1 fs-minipass@2.1.0: @@ -11890,11 +11950,11 @@ snapshots: function.prototype.name@1.1.8: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 call-bound: 1.0.4 define-properties: 1.2.1 functions-have-names: 1.2.3 - hasown: 2.0.2 + hasown: 2.0.3 is-callable: 1.2.7 functional-red-black-tree@1.0.1: {} @@ -11919,7 +11979,7 @@ snapshots: get-proto: 1.0.1 gopd: 1.2.0 has-symbols: 1.1.0 - hasown: 2.0.2 + hasown: 2.0.3 math-intrinsics: 1.1.0 get-package-type@0.1.0: {} @@ -11940,7 +12000,7 @@ snapshots: get-stream@5.2.0: dependencies: - pump: 3.0.3 + pump: 3.0.4 get-stream@6.0.1: {} @@ -11964,23 +12024,23 @@ snapshots: dependencies: foreground-child: 3.3.1 jackspeak: 3.4.3 - minimatch: 9.0.5 - minipass: 7.1.2 + minimatch: 9.0.9 + minipass: 7.1.3 package-json-from-dist: 1.0.1 path-scurry: 1.11.1 - glob@13.0.0: + glob@13.0.6: dependencies: - minimatch: 10.1.1 - minipass: 7.1.2 - path-scurry: 2.0.1 + minimatch: 10.2.5 + minipass: 7.1.3 + path-scurry: 2.0.2 glob@7.2.0: dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.1.2 + minimatch: 3.1.5 once: 1.4.0 path-is-absolute: 1.0.1 @@ -11989,7 +12049,7 @@ snapshots: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.1.2 + minimatch: 3.1.5 once: 1.4.0 path-is-absolute: 1.0.1 @@ -12043,7 +12103,7 @@ snapshots: graphlib@2.1.8: dependencies: - lodash: 4.17.23 + lodash: 4.18.1 graphology-types@0.24.7: {} @@ -12054,22 +12114,22 @@ snapshots: events: 3.3.0 graphology-types: 0.24.7 - graphql-scalars@1.25.0(graphql@16.12.0): + graphql-scalars@1.25.0(graphql@16.13.2): dependencies: - graphql: 16.12.0 + graphql: 16.13.2 tslib: 2.8.1 - graphql-subscriptions@2.0.0(graphql@16.12.0): + graphql-subscriptions@2.0.0(graphql@16.13.2): dependencies: - graphql: 16.12.0 + graphql: 16.13.2 iterall: 1.3.0 - graphql-tag@2.12.6(graphql@16.12.0): + graphql-tag@2.12.6(graphql@16.13.2): dependencies: - graphql: 16.12.0 + graphql: 16.13.2 tslib: 2.8.1 - graphql@16.12.0: {} + graphql@16.13.2: {} has-bigints@1.1.0: {} @@ -12096,7 +12156,7 @@ snapshots: is-stream: 2.0.1 type-fest: 0.8.1 - hasown@2.0.2: + hasown@2.0.3: dependencies: function-bind: 1.1.2 @@ -12226,7 +12286,7 @@ snapshots: code-excerpt: 3.0.0 indent-string: 4.0.0 is-ci: 2.0.0 - lodash: 4.17.23 + lodash: 4.18.1 patch-console: 1.0.0 react: 17.0.2 react-devtools-core: 4.28.5 @@ -12253,7 +12313,7 @@ snapshots: cli-width: 3.0.0 external-editor: 3.1.0 figures: 3.2.0 - lodash: 4.17.23 + lodash: 4.18.1 mute-stream: 0.0.8 run-async: 2.4.1 rxjs: 6.6.7 @@ -12261,15 +12321,15 @@ snapshots: strip-ansi: 6.0.1 through: 2.3.8 - inquirer@8.2.7(@types/node@20.19.30): + inquirer@8.2.7(@types/node@20.19.39): dependencies: - '@inquirer/external-editor': 1.0.3(@types/node@20.19.30) + '@inquirer/external-editor': 1.0.3(@types/node@20.19.39) ansi-escapes: 4.3.2 chalk: 4.1.2 cli-cursor: 3.1.0 cli-width: 3.0.0 figures: 3.2.0 - lodash: 4.17.23 + lodash: 4.18.1 mute-stream: 0.0.8 ora: 5.4.1 run-async: 2.4.1 @@ -12284,7 +12344,7 @@ snapshots: internal-slot@1.1.0: dependencies: es-errors: 1.3.0 - hasown: 2.0.2 + hasown: 2.0.3 side-channel: 1.1.0 ipaddr.js@1.9.1: {} @@ -12296,7 +12356,7 @@ snapshots: is-array-buffer@3.0.5: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 call-bound: 1.0.4 get-intrinsic: 1.3.0 @@ -12339,7 +12399,7 @@ snapshots: is-core-module@2.16.1: dependencies: - hasown: 2.0.2 + hasown: 2.0.3 is-data-view@1.0.2: dependencies: @@ -12410,7 +12470,7 @@ snapshots: call-bound: 1.0.4 gopd: 1.2.0 has-tostringtag: 1.0.2 - hasown: 2.0.2 + hasown: 2.0.3 is-set@2.0.3: {} @@ -12458,7 +12518,7 @@ snapshots: dependencies: is-docker: 2.2.1 - is-wsl@3.1.0: + is-wsl@3.1.1: dependencies: is-inside-container: 1.0.0 @@ -12470,7 +12530,7 @@ snapshots: isexe@2.0.0: {} - isexe@3.1.1: {} + isexe@3.1.5: {} isomorphic-ws@4.0.1(ws@7.5.10): dependencies: @@ -12484,8 +12544,8 @@ snapshots: istanbul-lib-instrument@4.0.3: dependencies: - '@babel/core': 7.28.6 - '@istanbuljs/schema': 0.1.3 + '@babel/core': 7.29.0 + '@istanbuljs/schema': 0.1.6 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 transitivePeerDependencies: @@ -12530,7 +12590,7 @@ snapshots: jake@10.9.4: dependencies: async: 3.2.6 - filelist: 1.0.4 + filelist: 1.0.6 picocolors: 1.1.1 jmespath@0.15.0: {} @@ -12559,38 +12619,38 @@ snapshots: jsii-pacmak@1.112.0(jsii-rosetta@5.8.8): dependencies: '@jsii/check-node': 1.112.0 - '@jsii/spec': 1.126.0 + '@jsii/spec': 1.129.0 clone: 2.1.2 codemaker: 1.112.0 commonmark: 0.31.2 escape-string-regexp: 4.0.0 fs-extra: 10.1.0 - jsii-reflect: 1.126.0 + jsii-reflect: 1.129.0 jsii-rosetta: 5.8.8 - semver: 7.7.3 + semver: 7.7.4 spdx-license-list: 6.11.0 xmlbuilder: 15.1.1 yargs: 16.2.0 - jsii-reflect@1.126.0: + jsii-reflect@1.129.0: dependencies: - '@jsii/check-node': 1.126.0 - '@jsii/spec': 1.126.0 + '@jsii/check-node': 1.129.0 + '@jsii/spec': 1.129.0 chalk: 4.1.2 fs-extra: 10.1.0 - oo-ascii-tree: 1.126.0 + oo-ascii-tree: 1.129.0 yargs: 17.7.2 jsii-rosetta@5.8.8: dependencies: '@jsii/check-node': 1.112.0 - '@jsii/spec': 1.126.0 - '@xmldom/xmldom': 0.9.8 + '@jsii/spec': 1.129.0 + '@xmldom/xmldom': 0.9.10 chalk: 4.1.2 commonmark: 0.31.2 fast-glob: 3.3.3 jsii: 5.8.9 - semver: 7.7.3 + semver: 7.7.4 semver-intersect: 1.5.0 stream-json: 1.9.1 typescript: 5.8.3 @@ -12602,12 +12662,12 @@ snapshots: jsii@5.8.9: dependencies: '@jsii/check-node': 1.112.0 - '@jsii/spec': 1.126.0 + '@jsii/spec': 1.129.0 case: 1.6.3 chalk: 4.1.2 fast-deep-equal: 3.1.3 log4js: 6.9.1 - semver: 7.7.3 + semver: 7.7.4 semver-intersect: 1.5.0 sort-json: 2.0.1 spdx-license-list: 6.11.0 @@ -12627,7 +12687,7 @@ snapshots: commander: 4.1.1 graphlib: 2.1.8 js-yaml: 3.14.2 - lodash: 4.17.23 + lodash: 4.18.1 native-promise-only: 0.8.1 path-loader: 1.0.12(supports-color@8.1.1) slash: 3.0.0 @@ -12653,7 +12713,7 @@ snapshots: optionalDependencies: graceful-fs: 4.2.11 - jsonfile@6.2.0: + jsonfile@6.2.1: dependencies: universalify: 2.0.1 optionalDependencies: @@ -12670,7 +12730,7 @@ snapshots: lodash.isstring: 4.0.1 lodash.once: 4.1.1 ms: 2.1.3 - semver: 7.7.3 + semver: 7.7.4 jssha@3.3.1: {} @@ -12796,7 +12856,7 @@ snapshots: lodash.union@4.6.0: {} - lodash@4.17.23: {} + lodash@4.18.1: {} log-node@8.0.3(log@6.3.2): dependencies: @@ -12823,7 +12883,7 @@ snapshots: dependencies: date-format: 4.0.14 debug: 4.4.3(supports-color@8.1.1) - flatted: 3.3.3 + flatted: 3.4.2 rfdc: 1.4.1 streamroller: 3.1.5 transitivePeerDependencies: @@ -12841,8 +12901,6 @@ snapshots: long-timeout@0.1.1: {} - long@4.0.0: {} - loose-envify@1.4.0: dependencies: js-tokens: 4.0.0 @@ -12851,7 +12909,7 @@ snapshots: lru-cache@10.4.3: {} - lru-cache@11.2.5: {} + lru-cache@11.3.6: {} lru-cache@5.1.1: dependencies: @@ -12882,7 +12940,7 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.7.3 + semver: 7.7.4 make-error@1.3.6: {} @@ -12920,7 +12978,7 @@ snapshots: micromatch@4.0.8: dependencies: braces: 3.0.3 - picomatch: 2.3.1 + picomatch: 2.3.2 mime-db@1.52.0: {} @@ -12946,29 +13004,25 @@ snapshots: min-indent@1.0.1: {} - minimatch@10.1.1: + minimatch@10.2.5: dependencies: - '@isaacs/brace-expansion': 5.0.0 + brace-expansion: 5.0.5 - minimatch@3.1.2: + minimatch@3.1.5: dependencies: - brace-expansion: 1.1.12 + brace-expansion: 1.1.14 minimatch@5.0.1: dependencies: - brace-expansion: 2.0.2 - - minimatch@5.1.6: - dependencies: - brace-expansion: 2.0.2 + brace-expansion: 2.1.0 minimatch@5.1.9: dependencies: - brace-expansion: 2.0.2 + brace-expansion: 2.1.0 - minimatch@9.0.5: + minimatch@9.0.9: dependencies: - brace-expansion: 2.0.2 + brace-expansion: 2.1.0 minimist@1.2.8: {} @@ -12978,7 +13032,7 @@ snapshots: minipass@5.0.0: {} - minipass@7.1.2: {} + minipass@7.1.3: {} minizlib@2.1.2: dependencies: @@ -13024,7 +13078,7 @@ snapshots: base64-url: 2.3.3 jsonwebtoken: 9.0.2 nock: 11.8.2 - node-forge: 1.3.3 + node-forge: 1.4.0 node-rsa: 1.1.1 mock-stdin@1.0.0: {} @@ -13043,9 +13097,9 @@ snapshots: mute-stream@1.0.0: {} - nan@2.25.0: {} + nan@2.26.2: {} - nanoid@3.3.11: {} + nanoid@3.3.12: {} nanoid@3.3.3: {} @@ -13072,7 +13126,7 @@ snapshots: dependencies: debug: 3.2.7 iconv-lite: 0.4.24 - sax: 1.4.4 + sax: 1.6.0 negotiator@0.6.3: {} @@ -13100,7 +13154,7 @@ snapshots: dependencies: debug: 4.4.3(supports-color@8.1.1) json-stringify-safe: 5.0.1 - lodash: 4.17.23 + lodash: 4.18.1 mkdirp: 0.5.6 propagate: 2.0.1 transitivePeerDependencies: @@ -13114,7 +13168,7 @@ snapshots: transitivePeerDependencies: - supports-color - node-abi@3.87.0: + node-abi@3.90.0: dependencies: semver: 7.7.4 @@ -13122,7 +13176,14 @@ snapshots: node-dir@0.1.17: dependencies: - minimatch: 3.1.2 + minimatch: 3.1.5 + + node-exports-info@1.6.0: + dependencies: + array.prototype.flatmap: 1.3.3 + es-errors: 1.3.0 + object.entries: 1.1.9 + semver: 6.3.1 node-fetch@2.6.7: dependencies: @@ -13132,13 +13193,13 @@ snapshots: dependencies: whatwg-url: 5.0.0 - node-forge@1.3.3: {} + node-forge@1.4.0: {} node-preload@0.2.1: dependencies: process-on-spawn: 1.1.0 - node-releases@2.0.27: {} + node-releases@2.0.38: {} node-rsa@1.1.1: dependencies: @@ -13158,7 +13219,7 @@ snapshots: normalize-package-data@2.5.0: dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.11 + resolve: 1.22.12 semver: 5.7.2 validate-npm-package-license: 3.0.4 @@ -13172,7 +13233,7 @@ snapshots: fs2: 0.3.16 memoizee: 0.4.17 node-fetch: 2.7.0 - semver: 7.7.3 + semver: 7.7.4 type: 2.7.3 validate-npm-package-name: 3.0.0 transitivePeerDependencies: @@ -13189,7 +13250,7 @@ snapshots: nyc@15.1.0: dependencies: '@istanbuljs/load-nyc-config': 1.1.0 - '@istanbuljs/schema': 0.1.3 + '@istanbuljs/schema': 0.1.6 caching-transform: 4.0.0 convert-source-map: 1.9.0 decamelize: 1.2.0 @@ -13226,36 +13287,43 @@ snapshots: object-is@1.1.6: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 define-properties: 1.2.1 object-keys@1.1.1: {} object.assign@4.1.7: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 call-bound: 1.0.4 define-properties: 1.2.1 es-object-atoms: 1.1.1 has-symbols: 1.1.0 object-keys: 1.1.1 + object.entries@1.1.9: + dependencies: + call-bind: 1.0.9 + call-bound: 1.0.4 + define-properties: 1.2.1 + es-object-atoms: 1.1.1 + object.fromentries@2.0.8: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.2 es-object-atoms: 1.1.1 object.groupby@1.0.3: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.2 object.values@1.2.1: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 call-bound: 1.0.4 define-properties: 1.2.1 es-object-atoms: 1.1.1 @@ -13276,11 +13344,11 @@ snapshots: dependencies: mimic-fn: 2.1.0 - oo-ascii-tree@1.126.0: {} + oo-ascii-tree@1.129.0: {} open@10.2.0: dependencies: - default-browser: 5.4.0 + default-browser: 5.5.0 define-lazy-prop: 3.0.0 is-inside-container: 1.0.0 wsl-utils: 0.1.0 @@ -13407,7 +13475,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.28.6 + '@babel/code-frame': 7.29.0 error-ex: 1.3.4 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -13440,14 +13508,14 @@ snapshots: path-scurry@1.11.1: dependencies: lru-cache: 10.4.3 - minipass: 7.1.2 + minipass: 7.1.3 - path-scurry@2.0.1: + path-scurry@2.0.2: dependencies: - lru-cache: 11.2.5 - minipass: 7.1.2 + lru-cache: 11.3.6 + minipass: 7.1.3 - path-to-regexp@0.1.12: {} + path-to-regexp@0.1.13: {} path-to-regexp@1.9.0: dependencies: @@ -13467,9 +13535,9 @@ snapshots: picocolors@1.1.1: {} - picomatch@2.3.1: {} + picomatch@2.3.2: {} - picomatch@4.0.3: {} + picomatch@4.0.4: {} pidtree@0.6.0: {} @@ -13507,8 +13575,8 @@ snapshots: minimist: 1.2.8 mkdirp-classic: 0.5.3 napi-build-utils: 2.0.0 - node-abi: 3.87.0 - pump: 3.0.3 + node-abi: 3.90.0 + pump: 3.0.4 rc: 1.2.8 simple-get: 4.0.1 tar-fs: 2.1.4 @@ -13564,9 +13632,9 @@ snapshots: forwarded: 0.2.0 ipaddr.js: 1.9.1 - proxy-from-env@1.1.0: {} + proxy-from-env@2.1.0: {} - pump@3.0.3: + pump@3.0.4: dependencies: end-of-stream: 1.4.5 once: 1.4.0 @@ -13577,7 +13645,7 @@ snapshots: pure-rand@6.1.0: {} - qs@6.14.1: + qs@6.15.1: dependencies: side-channel: 1.1.0 @@ -13685,19 +13753,19 @@ snapshots: readdir-glob@1.1.3: dependencies: - minimatch: 5.1.6 + minimatch: 5.1.9 readdirp@3.6.0: dependencies: - picomatch: 2.3.1 + picomatch: 2.3.2 reflect-metadata@0.1.13: {} reflect.getprototypeof@1.0.10: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.2 es-errors: 1.3.0 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 @@ -13708,7 +13776,7 @@ snapshots: regexp.prototype.flags@1.5.4: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 define-properties: 1.2.1 es-errors: 1.3.0 get-proto: 1.0.1 @@ -13735,12 +13803,22 @@ snapshots: resolve-from@5.0.0: {} - resolve@1.22.11: + resolve@1.22.12: dependencies: + es-errors: 1.3.0 is-core-module: 2.16.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + resolve@2.0.0-next.6: + dependencies: + es-errors: 1.3.0 + is-core-module: 2.16.1 + node-exports-info: 1.6.0 + object-keys: 1.1.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + response-iterator@0.2.25: {} responselike@2.0.1: @@ -13770,12 +13848,12 @@ snapshots: rhea-promise@3.0.3: dependencies: debug: 4.4.3(supports-color@8.1.1) - rhea: 3.0.4 + rhea: 3.0.5 tslib: 2.8.1 transitivePeerDependencies: - supports-color - rhea@3.0.4: + rhea@3.0.5: dependencies: debug: 4.4.3(supports-color@8.1.1) transitivePeerDependencies: @@ -13819,9 +13897,9 @@ snapshots: dependencies: tslib: 2.8.1 - safe-array-concat@1.1.3: + safe-array-concat@1.1.4: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 call-bound: 1.0.4 get-intrinsic: 1.3.0 has-symbols: 1.1.0 @@ -13850,7 +13928,7 @@ snapshots: sax@1.2.1: {} - sax@1.4.4: {} + sax@1.6.0: {} scheduler@0.20.2: dependencies: @@ -13871,8 +13949,6 @@ snapshots: semver@6.3.1: {} - semver@7.7.3: {} - semver@7.7.4: {} send@0.19.2: @@ -13904,7 +13980,7 @@ snapshots: serverless-artillery@0.5.2: dependencies: - ajv: 6.12.6 + ajv: 6.15.0 aws-sdk: 2.853.0 bluebird: 3.7.2 diff: 3.5.1 @@ -13918,12 +13994,12 @@ snapshots: transitivePeerDependencies: - encoding - serverless@3.8.0(@types/node@20.19.30): + serverless@3.8.0(@types/node@20.19.39): dependencies: - '@serverless/dashboard-plugin': 6.4.0(@types/node@20.19.30)(supports-color@8.1.1) + '@serverless/dashboard-plugin': 6.4.0(@types/node@20.19.39)(supports-color@8.1.1) '@serverless/platform-client': 4.5.1(supports-color@8.1.1) - '@serverless/utils': 6.15.0(@types/node@20.19.30) - ajv: 8.17.1 + '@serverless/utils': 6.15.0(@types/node@20.19.39) + ajv: 8.20.0 ajv-formats: 2.1.1 archiver: 5.3.0 aws-sdk: 2.1693.0 @@ -13934,7 +14010,7 @@ snapshots: ci-info: 3.9.0 cli-progress-footer: 2.3.3 d: 1.0.2 - dayjs: 1.11.19 + dayjs: 1.11.20 decompress: 4.2.1 dotenv: 10.0.0 dotenv-expand: 5.1.0 @@ -13952,7 +14028,7 @@ snapshots: js-yaml: 4.1.1 json-cycle: 1.5.0 json-refs: 3.0.15(supports-color@8.1.1) - lodash: 4.17.23 + lodash: 4.18.1 memoizee: 0.4.17 micromatch: 4.0.8 node-fetch: 2.7.0 @@ -13963,7 +14039,7 @@ snapshots: process-utils: 4.0.0 promise-queue: 2.2.5 require-from-string: 2.0.2 - semver: 7.7.3 + semver: 7.7.4 signal-exit: 3.0.7 strip-ansi: 6.0.1 supports-color: 8.1.1 @@ -14024,9 +14100,9 @@ snapshots: shortid@2.2.17: dependencies: - nanoid: 3.3.11 + nanoid: 3.3.12 - side-channel-list@1.0.0: + side-channel-list@1.0.1: dependencies: es-errors: 1.3.0 object-inspect: 1.13.4 @@ -14050,7 +14126,7 @@ snapshots: dependencies: es-errors: 1.3.0 object-inspect: 1.13.4 - side-channel-list: 1.0.0 + side-channel-list: 1.0.1 side-channel-map: 1.0.1 side-channel-weakmap: 1.0.2 @@ -14066,10 +14142,12 @@ snapshots: once: 1.4.0 simple-concat: 1.0.1 - simple-git@3.30.0(supports-color@8.1.1): + simple-git@3.36.0(supports-color@8.1.1): dependencies: '@kwsites/file-exists': 1.1.1(supports-color@8.1.1) '@kwsites/promise-deferred': 1.1.1 + '@simple-git/args-pathspec': 1.0.3 + '@simple-git/argv-parser': 1.1.1 debug: 4.4.3(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -14153,16 +14231,16 @@ snapshots: spdx-correct@3.2.0: dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.22 + spdx-license-ids: 3.0.23 spdx-exceptions@2.5.0: {} spdx-expression-parse@3.0.1: dependencies: spdx-exceptions: 2.5.0 - spdx-license-ids: 3.0.22 + spdx-license-ids: 3.0.23 - spdx-license-ids@3.0.22: {} + spdx-license-ids@3.0.23: {} spdx-license-list@6.11.0: {} @@ -14218,11 +14296,11 @@ snapshots: transitivePeerDependencies: - supports-color - streamx@2.23.0: + streamx@2.25.0: dependencies: events-universal: 1.0.1 fast-fifo: 1.3.2 - text-decoder: 1.2.3 + text-decoder: 1.2.7 transitivePeerDependencies: - bare-abort-controller - react-native-b4a @@ -14247,24 +14325,24 @@ snapshots: string.prototype.trim@1.2.10: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 call-bound: 1.0.4 define-data-property: 1.1.4 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.2 es-object-atoms: 1.1.1 has-property-descriptors: 1.0.2 string.prototype.trimend@1.0.9: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 call-bound: 1.0.4 define-properties: 1.2.1 es-object-atoms: 1.1.1 string.prototype.trimstart@1.0.8: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 define-properties: 1.2.1 es-object-atoms: 1.1.1 @@ -14317,11 +14395,11 @@ snapshots: '@tokenizer/token': 0.3.0 peek-readable: 4.1.0 - subscriptions-transport-ws@0.11.0(graphql@16.12.0): + subscriptions-transport-ws@0.11.0(graphql@16.13.2): dependencies: backo2: 1.0.2 eventemitter3: 3.1.2 - graphql: 16.12.0 + graphql: 16.13.2 iterall: 1.3.0 symbol-observable: 1.2.0 ws: 7.5.10 @@ -14339,9 +14417,9 @@ snapshots: formidable: 2.1.5 methods: 1.1.2 mime: 2.6.0 - qs: 6.14.1 + qs: 6.15.1 readable-stream: 3.6.2 - semver: 7.7.3 + semver: 7.7.4 transitivePeerDependencies: - supports-color @@ -14369,14 +14447,14 @@ snapshots: table@5.4.6: dependencies: - ajv: 6.12.6 - lodash: 4.17.23 + ajv: 6.15.0 + lodash: 4.18.1 slice-ansi: 2.1.0 string-width: 3.1.0 table@6.9.0: dependencies: - ajv: 8.17.1 + ajv: 8.20.0 lodash.truncate: 4.4.2 slice-ansi: 4.0.0 string-width: 4.2.3 @@ -14386,7 +14464,7 @@ snapshots: dependencies: chownr: 1.1.4 mkdirp-classic: 0.5.3 - pump: 3.0.3 + pump: 3.0.4 tar-stream: 2.2.0 tar-stream@1.6.2: @@ -14407,13 +14485,15 @@ snapshots: inherits: 2.0.4 readable-stream: 3.6.2 - tar-stream@3.1.7: + tar-stream@3.2.0: dependencies: - b4a: 1.7.3 + b4a: 1.8.1 + bare-fs: 4.7.1 fast-fifo: 1.3.2 - streamx: 2.23.0 + streamx: 2.25.0 transitivePeerDependencies: - bare-abort-controller + - bare-buffer - react-native-b4a tar@6.2.1: @@ -14425,15 +14505,22 @@ snapshots: mkdirp: 1.0.4 yallist: 4.0.0 + teex@1.0.1: + dependencies: + streamx: 2.25.0 + transitivePeerDependencies: + - bare-abort-controller + - react-native-b4a + test-exclude@6.0.0: dependencies: - '@istanbuljs/schema': 0.1.3 + '@istanbuljs/schema': 0.1.6 glob: 7.2.3 - minimatch: 3.1.2 + minimatch: 3.1.5 - text-decoder@1.2.3: + text-decoder@1.2.7: dependencies: - b4a: 1.7.3 + b4a: 1.8.1 transitivePeerDependencies: - react-native-b4a @@ -14499,16 +14586,16 @@ snapshots: '@ts-morph/common': 0.26.1 code-block-writer: 13.0.3 - ts-node@10.9.2(@types/node@20.19.30)(typescript@5.7.3): + ts-node@10.9.2(@types/node@20.19.39)(typescript@5.7.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.12 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.19.30 - acorn: 8.15.0 - acorn-walk: 8.3.4 + '@types/node': 20.19.39 + acorn: 8.16.0 + acorn-walk: 8.3.5 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.4 @@ -14522,8 +14609,8 @@ snapshots: chalk: 4.1.2 global-prefix: 4.0.0 minimist: 1.2.8 - resolve: 1.22.11 - semver: 7.7.3 + resolve: 1.22.12 + semver: 7.7.4 strip-ansi: 6.0.1 tsconfig-paths@3.15.0: @@ -14583,7 +14670,7 @@ snapshots: typed-array-byte-length@1.0.3: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 for-each: 0.3.5 gopd: 1.2.0 has-proto: 1.2.0 @@ -14592,7 +14679,7 @@ snapshots: typed-array-byte-offset@1.0.4: dependencies: available-typed-arrays: 1.0.7 - call-bind: 1.0.8 + call-bind: 1.0.9 for-each: 0.3.5 gopd: 1.2.0 has-proto: 1.2.0 @@ -14601,7 +14688,7 @@ snapshots: typed-array-length@1.0.7: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 for-each: 0.3.5 gopd: 1.2.0 is-typed-array: 1.1.15 @@ -14614,9 +14701,9 @@ snapshots: typedarray.prototype.slice@1.0.5: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.9 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.2 es-errors: 1.3.0 get-proto: 1.0.1 math-intrinsics: 1.1.0 @@ -14643,7 +14730,7 @@ snapshots: undici-types@6.21.0: {} - undici@7.19.2: {} + undici@7.25.0: {} uni-global@1.0.0: dependencies: @@ -14657,9 +14744,9 @@ snapshots: untildify@4.0.0: {} - update-browserslist-db@1.2.3(browserslist@4.28.1): + update-browserslist-db@1.2.3(browserslist@4.28.2): dependencies: - browserslist: 4.28.1 + browserslist: 4.28.2 escalade: 3.2.0 picocolors: 1.1.1 @@ -14766,7 +14853,7 @@ snapshots: which-typed-array@1.1.20: dependencies: available-typed-arrays: 1.0.7 - call-bind: 1.0.8 + call-bind: 1.0.9 call-bound: 1.0.4 for-each: 0.3.5 get-proto: 1.0.1 @@ -14783,7 +14870,7 @@ snapshots: which@4.0.0: dependencies: - isexe: 3.1.1 + isexe: 3.1.5 widest-line@3.1.0: dependencies: @@ -14845,11 +14932,11 @@ snapshots: wsl-utils@0.1.0: dependencies: - is-wsl: 3.1.0 + is-wsl: 3.1.1 xml-js@1.6.11: dependencies: - sax: 1.4.4 + sax: 1.6.0 xml2js@0.4.19: dependencies: @@ -14883,7 +14970,7 @@ snapshots: yaml@1.10.2: {} - yaml@2.8.2: {} + yaml@2.8.4: {} yamljs@0.3.0: dependencies: diff --git a/packages/framework-core/package.json b/packages/framework-core/package.json index 18506b776..a850f03f9 100644 --- a/packages/framework-core/package.json +++ b/packages/framework-core/package.json @@ -49,15 +49,15 @@ "reflect-metadata": "0.1.13", "tslib": "^2.4.0", "validator": "13.15.26", - "effect": "3.13.2", - "@effect/platform": "0.77.2", + "effect": "3.20.0", + "@effect/platform": "0.79.4", "@effect/schema": "0.75.5", - "@effect/cli": "0.56.2", + "@effect/cli": "0.58.0", "fast-check": "^3.13.2", - "@effect/printer": "0.41.2", - "@effect/typeclass": "0.32.2", - "@effect/printer-ansi": "0.41.2", - "@effect/platform-node": "0.73.2", + "@effect/printer": "0.41.9", + "@effect/typeclass": "0.32.9", + "@effect/printer-ansi": "0.41.9", + "@effect/platform-node": "0.75.0", "ws": "8.18.0" }, "devDependencies": { diff --git a/packages/framework-integration-tests/package.json b/packages/framework-integration-tests/package.json index af09a9afb..feb6f2dcd 100644 --- a/packages/framework-integration-tests/package.json +++ b/packages/framework-integration-tests/package.json @@ -21,14 +21,14 @@ "@effect-ts/core": "^0.60.4", "express-unless": "2.1.3", "express": "^4.19.2", - "effect": "3.13.2", - "@effect/platform": "0.77.2", + "effect": "3.20.0", + "@effect/platform": "0.79.4", "@effect/schema": "0.75.5", - "@effect/cli": "0.56.2", - "@effect/printer": "0.41.2", - "@effect/typeclass": "0.32.2", - "@effect/printer-ansi": "0.41.2", - "@effect/platform-node": "0.73.2", + "@effect/cli": "0.58.0", + "@effect/printer": "0.41.9", + "@effect/typeclass": "0.32.9", + "@effect/printer-ansi": "0.41.9", + "@effect/platform-node": "0.75.0", "fast-check": "^3.13.2", "ws": "8.18.0", "execa": "^2.0.3" diff --git a/packages/framework-types/package.json b/packages/framework-types/package.json index 2c22c50af..d2bbd76e9 100644 --- a/packages/framework-types/package.json +++ b/packages/framework-types/package.json @@ -43,13 +43,13 @@ "uuid": "11.0.5", "@effect-ts/core": "^0.60.4", "@effect-ts/node": "~0.39.0", - "effect": "3.13.2", - "@effect/cli": "0.56.2", - "@effect/platform": "0.77.2", - "@effect/printer": "0.41.2", - "@effect/printer-ansi": "0.41.2", + "effect": "3.20.0", + "@effect/cli": "0.58.0", + "@effect/platform": "0.79.4", + "@effect/printer": "0.41.9", + "@effect/printer-ansi": "0.41.9", "@effect/schema": "0.75.5", - "@effect/typeclass": "0.32.2", + "@effect/typeclass": "0.32.9", "web-streams-polyfill": "~3.3.2", "ws": "8.18.0" }, From 89055ff2214445481f007ca50ed3bf516a18847f Mon Sep 17 00:00:00 2001 From: "Castro, Mario" Date: Tue, 5 May 2026 16:05:29 -0400 Subject: [PATCH 3/3] Add rush change file --- .../chore-migrate-cdktf-to-cdktn_2026-05-05-20-03.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 common/changes/@boostercloud/framework-core/chore-migrate-cdktf-to-cdktn_2026-05-05-20-03.json diff --git a/common/changes/@boostercloud/framework-core/chore-migrate-cdktf-to-cdktn_2026-05-05-20-03.json b/common/changes/@boostercloud/framework-core/chore-migrate-cdktf-to-cdktn_2026-05-05-20-03.json new file mode 100644 index 000000000..afe030348 --- /dev/null +++ b/common/changes/@boostercloud/framework-core/chore-migrate-cdktf-to-cdktn_2026-05-05-20-03.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@boostercloud/framework-core", + "comment": "Migrates cdktf to cdktn and fixes effect peer deps", + "type": "patch" + } + ], + "packageName": "@boostercloud/framework-core" +} \ No newline at end of file