diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index e12f59a19..d796c83c1 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -16,6 +16,6 @@ jobs: pull-requests: write if: contains(github.event.pull_request.labels.*.name, 'auto-approve') && (github.event.pull_request.user.login == 'aws-cdk-automation' || github.event.pull_request.user.login == 'dependabot[bot]') steps: - - uses: hmarr/auto-approve-action@v2.2.1 + - uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b87ec8576..f55251b87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,12 +17,12 @@ jobs: NX_SKIP_NX_CACHE: "true" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: lts/* - name: Install dependencies @@ -42,7 +42,7 @@ jobs: working-directory: ./ - name: Upload patch if: steps.self_mutation.outputs.self_mutation_happened - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.2 with: name: repo.patch path: repo.patch @@ -61,13 +61,13 @@ jobs: if: always() && needs.build.outputs.self_mutation_happened && !(github.event.pull_request.head.repo.full_name != github.repository) steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.PROJEN_GITHUB_TOKEN }} ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Download patch - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: repo.patch path: ${{ runner.temp }} diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 37bf820fc..4750dcc9f 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -16,7 +16,7 @@ jobs: if: github.repository == 'aws/aws-cdk-cli' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Node uses: actions/setup-node@v4 with: diff --git a/.github/workflows/large-pr-checker.yml b/.github/workflows/large-pr-checker.yml index 0a041397e..cbae2d09c 100644 --- a/.github/workflows/large-pr-checker.yml +++ b/.github/workflows/large-pr-checker.yml @@ -20,7 +20,7 @@ jobs: if: ${{ !contains(github.event.pull_request.labels.*.name, 'pr/exempt-size-check') }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - id: fetch_target_branch run: git fetch origin main - id: get_total_lines_changed diff --git a/.github/workflows/pull-request-lint.yml b/.github/workflows/pull-request-lint.yml index e01765636..78c7abcd9 100644 --- a/.github/workflows/pull-request-lint.yml +++ b/.github/workflows/pull-request-lint.yml @@ -19,7 +19,7 @@ jobs: pull-requests: write if: (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') steps: - - uses: amannn/action-semantic-pull-request@v5.4.0 + - uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -63,7 +63,7 @@ jobs: HELP: Contributor statement missing from PR description. Please include the following text in the PR description if: (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && !(github.event.pull_request.user.login == 'aws-cdk-automation' || github.event.pull_request.user.login == 'dependabot[bot]') steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v8 with: script: |- const actual = process.env.PR_BODY.replace(/\r?\n/g, "\n"); diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70bc184f9..2bb3ef0e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: CI: "true" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Set git identity @@ -83,7 +83,7 @@ jobs: working-directory: packages/@aws-cdk/cloud-assembly-schema - name: "@aws-cdk/cloud-assembly-schema: Upload artifact" if: ${{ steps.git_remote.outputs.latest_commit == github.sha }} - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.2 with: name: aws-cdk-cloud-assembly-schema_build-artifact path: packages/@aws-cdk/cloud-assembly-schema/dist @@ -95,7 +95,7 @@ jobs: working-directory: packages/@aws-cdk/cloudformation-diff - name: "@aws-cdk/cloudformation-diff: Upload artifact" if: ${{ steps.git_remote.outputs.latest_commit == github.sha }} - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.2 with: name: aws-cdk-cloudformation-diff_build-artifact path: packages/@aws-cdk/cloudformation-diff/dist @@ -107,7 +107,7 @@ jobs: working-directory: packages/@aws-cdk/cli-plugin-contract - name: "@aws-cdk/cli-plugin-contract: Upload artifact" if: ${{ steps.git_remote.outputs.latest_commit == github.sha }} - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.2 with: name: aws-cdk-cli-plugin-contract_build-artifact path: packages/@aws-cdk/cli-plugin-contract/dist @@ -119,7 +119,7 @@ jobs: working-directory: packages/@aws-cdk/cdk-assets-lib - name: "@aws-cdk/cdk-assets-lib: Upload artifact" if: ${{ steps.git_remote.outputs.latest_commit == github.sha }} - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.2 with: name: aws-cdk-cdk-assets-lib_build-artifact path: packages/@aws-cdk/cdk-assets-lib/dist @@ -131,7 +131,7 @@ jobs: working-directory: packages/cdk-assets - name: "cdk-assets: Upload artifact" if: ${{ steps.git_remote.outputs.latest_commit == github.sha }} - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.2 with: name: cdk-assets_build-artifact path: packages/cdk-assets/dist @@ -143,7 +143,7 @@ jobs: working-directory: packages/@aws-cdk/toolkit-lib - name: "@aws-cdk/toolkit-lib: Upload artifact" if: ${{ steps.git_remote.outputs.latest_commit == github.sha }} - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.2 with: name: aws-cdk-toolkit-lib_build-artifact path: packages/@aws-cdk/toolkit-lib/dist @@ -155,7 +155,7 @@ jobs: working-directory: packages/aws-cdk - name: "aws-cdk: Upload artifact" if: ${{ steps.git_remote.outputs.latest_commit == github.sha }} - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.2 with: name: aws-cdk_build-artifact path: packages/aws-cdk/dist @@ -167,7 +167,7 @@ jobs: working-directory: packages/@aws-cdk/cli-lib-alpha - name: "@aws-cdk/cli-lib-alpha: Upload artifact" if: ${{ steps.git_remote.outputs.latest_commit == github.sha }} - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.2 with: name: aws-cdk-cli-lib-alpha_build-artifact path: packages/@aws-cdk/cli-lib-alpha/dist @@ -179,7 +179,7 @@ jobs: working-directory: packages/cdk - name: "cdk: Upload artifact" if: ${{ steps.git_remote.outputs.latest_commit == github.sha }} - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.2 with: name: cdk_build-artifact path: packages/cdk/dist @@ -191,7 +191,7 @@ jobs: working-directory: packages/@aws-cdk/integ-runner - name: "@aws-cdk/integ-runner: Upload artifact" if: ${{ steps.git_remote.outputs.latest_commit == github.sha }} - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.2 with: name: aws-cdk-integ-runner_build-artifact path: packages/@aws-cdk/integ-runner/dist @@ -203,7 +203,7 @@ jobs: working-directory: packages/@aws-cdk-testing/cli-integ - name: "@aws-cdk-testing/cli-integ: Upload artifact" if: ${{ steps.git_remote.outputs.latest_commit == github.sha }} - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.2 with: name: aws-cdk-testing-cli-integ_build-artifact path: packages/@aws-cdk-testing/cli-integ/dist @@ -236,11 +236,11 @@ jobs: contents: write if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cloud-assembly-schema == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cloud-assembly-schema_build-artifact path: dist @@ -260,11 +260,11 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cloud-assembly-schema == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cloud-assembly-schema_build-artifact path: dist @@ -272,7 +272,7 @@ jobs: run: cd dist && setfacl --restore=permissions-backup.acl continue-on-error: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: .repo - name: Install Dependencies @@ -300,15 +300,15 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cloud-assembly-schema == 'true' }} steps: - - uses: actions/setup-java@v4 + - uses: actions/setup-java@v5 with: distribution: corretto java-version: "11" - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cloud-assembly-schema_build-artifact path: dist @@ -316,7 +316,7 @@ jobs: run: cd dist && setfacl --restore=permissions-backup.acl continue-on-error: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: .repo - name: Install Dependencies @@ -346,14 +346,14 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cloud-assembly-schema == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: 3.x - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cloud-assembly-schema_build-artifact path: dist @@ -361,7 +361,7 @@ jobs: run: cd dist && setfacl --restore=permissions-backup.acl continue-on-error: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: .repo - name: Install Dependencies @@ -387,14 +387,14 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cloud-assembly-schema == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v5 with: dotnet-version: 6.x - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cloud-assembly-schema_build-artifact path: dist @@ -402,7 +402,7 @@ jobs: run: cd dist && setfacl --restore=permissions-backup.acl continue-on-error: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: .repo - name: Install Dependencies @@ -427,14 +427,14 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cloud-assembly-schema == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version: ^1.18.0 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cloud-assembly-schema_build-artifact path: dist @@ -442,7 +442,7 @@ jobs: run: cd dist && setfacl --restore=permissions-backup.acl continue-on-error: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: .repo - name: Install Dependencies @@ -471,11 +471,11 @@ jobs: contents: write if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cloudformation-diff == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cloudformation-diff_build-artifact path: dist @@ -495,11 +495,11 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cloudformation-diff == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cloudformation-diff_build-artifact path: dist @@ -523,11 +523,11 @@ jobs: contents: write if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cli-plugin-contract == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cli-plugin-contract_build-artifact path: dist @@ -547,11 +547,11 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cli-plugin-contract == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cli-plugin-contract_build-artifact path: dist @@ -575,11 +575,11 @@ jobs: contents: write if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cdk-assets-lib == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cdk-assets-lib_build-artifact path: dist @@ -599,11 +599,11 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cdk-assets-lib == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cdk-assets-lib_build-artifact path: dist @@ -627,11 +627,11 @@ jobs: contents: write if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-cdk-assets == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: cdk-assets_build-artifact path: dist @@ -651,11 +651,11 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-cdk-assets == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: cdk-assets_build-artifact path: dist @@ -679,11 +679,11 @@ jobs: contents: write if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-toolkit-lib == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-toolkit-lib_build-artifact path: dist @@ -703,11 +703,11 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-toolkit-lib == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-toolkit-lib_build-artifact path: dist @@ -731,11 +731,11 @@ jobs: contents: write if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk_build-artifact path: dist @@ -755,11 +755,11 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk_build-artifact path: dist @@ -787,11 +787,11 @@ jobs: contents: write if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cli-lib-alpha == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cli-lib-alpha_build-artifact path: dist @@ -811,11 +811,11 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cli-lib-alpha == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cli-lib-alpha_build-artifact path: dist @@ -823,7 +823,7 @@ jobs: run: cd dist && setfacl --restore=permissions-backup.acl continue-on-error: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: .repo - name: Install Dependencies @@ -851,15 +851,15 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cli-lib-alpha == 'true' }} steps: - - uses: actions/setup-java@v4 + - uses: actions/setup-java@v5 with: distribution: corretto java-version: "11" - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cli-lib-alpha_build-artifact path: dist @@ -867,7 +867,7 @@ jobs: run: cd dist && setfacl --restore=permissions-backup.acl continue-on-error: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: .repo - name: Install Dependencies @@ -897,14 +897,14 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cli-lib-alpha == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: 3.x - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cli-lib-alpha_build-artifact path: dist @@ -912,7 +912,7 @@ jobs: run: cd dist && setfacl --restore=permissions-backup.acl continue-on-error: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: .repo - name: Install Dependencies @@ -938,14 +938,14 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cli-lib-alpha == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v5 with: dotnet-version: 6.x - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cli-lib-alpha_build-artifact path: dist @@ -953,7 +953,7 @@ jobs: run: cd dist && setfacl --restore=permissions-backup.acl continue-on-error: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: .repo - name: Install Dependencies @@ -978,14 +978,14 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-cli-lib-alpha == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version: ^1.18.0 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-cli-lib-alpha_build-artifact path: dist @@ -993,7 +993,7 @@ jobs: run: cd dist && setfacl --restore=permissions-backup.acl continue-on-error: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: .repo - name: Install Dependencies @@ -1022,11 +1022,11 @@ jobs: contents: write if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-cdk == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: cdk_build-artifact path: dist @@ -1046,11 +1046,11 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-cdk == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: cdk_build-artifact path: dist @@ -1074,11 +1074,11 @@ jobs: contents: write if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-integ-runner == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-integ-runner_build-artifact path: dist @@ -1098,11 +1098,11 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-integ-runner == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-integ-runner_build-artifact path: dist @@ -1126,11 +1126,11 @@ jobs: contents: write if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-testing-cli-integ == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-testing-cli-integ_build-artifact path: dist @@ -1150,11 +1150,11 @@ jobs: contents: read if: ${{ needs.release.outputs.latest_commit == github.sha && needs.release.outputs.publish-aws-cdk-testing-cli-integ == 'true' }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: aws-cdk-testing-cli-integ_build-artifact path: dist @@ -1179,7 +1179,7 @@ jobs: if: ${{ needs.release.outputs.latest_commit == github.sha }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: node-version: lts/* diff --git a/.github/workflows/upgrade.yml b/.github/workflows/upgrade.yml index 57e1f11af..9ca2424e1 100644 --- a/.github/workflows/upgrade.yml +++ b/.github/workflows/upgrade.yml @@ -15,9 +15,9 @@ jobs: patch_created: ${{ steps.create_patch.outputs.patch_created }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: lts/* - name: Install dependencies @@ -33,7 +33,7 @@ jobs: working-directory: ./ - name: Upload patch if: steps.create_patch.outputs.patch_created - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.2 with: name: repo.patch path: repo.patch @@ -47,9 +47,9 @@ jobs: if: ${{ needs.upgrade.outputs.patch_created }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download patch - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: repo.patch path: ${{ runner.temp }} @@ -61,7 +61,7 @@ jobs: git config user.email "github-actions@github.com" - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.PROJEN_GITHUB_TOKEN }} commit-message: |- diff --git a/package.json b/package.json index 33a848079..039bffec3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/node": "ts5.8", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", - "cdklabs-projen-project-types": "^0.3.2", + "cdklabs-projen-project-types": "^0.3.3", "constructs": "^10.0.0", "eslint": "^9", "eslint-import-resolver-typescript": "^3.10.1", @@ -40,7 +40,7 @@ "jest-junit": "^16", "nx": "^20.8.2", "prettier": "^2.8", - "projen": "^0.95.6", + "projen": "^0.96.1", "semver": "^7.7.2", "ts-node": "^10.9.2", "typescript": "5.8" diff --git a/packages/@aws-cdk-testing/cli-integ/package.json b/packages/@aws-cdk-testing/cli-integ/package.json index c753f128b..e54cd052f 100644 --- a/packages/@aws-cdk-testing/cli-integ/package.json +++ b/packages/@aws-cdk-testing/cli-integ/package.json @@ -67,23 +67,23 @@ "typescript": "5.8" }, "dependencies": { - "@aws-sdk/client-cloudformation": "^3.883.0", - "@aws-sdk/client-codeartifact": "^3.883.0", - "@aws-sdk/client-ecr": "^3.883.0", - "@aws-sdk/client-ecr-public": "^3.883.0", - "@aws-sdk/client-ecs": "^3.883.0", - "@aws-sdk/client-iam": "^3.883.0", - "@aws-sdk/client-lambda": "^3.883.0", - "@aws-sdk/client-s3": "^3.883.0", - "@aws-sdk/client-secrets-manager": "^3.883.0", - "@aws-sdk/client-sns": "^3.883.0", - "@aws-sdk/client-sso": "^3.883.0", - "@aws-sdk/client-sts": "^3.883.0", - "@aws-sdk/credential-providers": "^3.883.0", - "@cdklabs/cdk-atmosphere-client": "^0.0.63", + "@aws-sdk/client-cloudformation": "^3.886.0", + "@aws-sdk/client-codeartifact": "^3.886.0", + "@aws-sdk/client-ecr": "^3.886.0", + "@aws-sdk/client-ecr-public": "^3.886.0", + "@aws-sdk/client-ecs": "^3.886.0", + "@aws-sdk/client-iam": "^3.886.0", + "@aws-sdk/client-lambda": "^3.886.0", + "@aws-sdk/client-s3": "^3.886.0", + "@aws-sdk/client-secrets-manager": "^3.886.0", + "@aws-sdk/client-sns": "^3.886.0", + "@aws-sdk/client-sso": "^3.886.0", + "@aws-sdk/client-sts": "^3.886.0", + "@aws-sdk/credential-providers": "^3.886.0", + "@cdklabs/cdk-atmosphere-client": "^0.0.64", "@octokit/rest": "^20", - "@smithy/types": "^4.4.0", - "@smithy/util-retry": "^4.1.0", + "@smithy/types": "^4.5.0", + "@smithy/util-retry": "^4.1.1", "axios": "^1", "chalk": "^4", "fs-extra": "^9", diff --git a/packages/@aws-cdk/cli-lib-alpha/THIRD_PARTY_LICENSES b/packages/@aws-cdk/cli-lib-alpha/THIRD_PARTY_LICENSES index 9e0bb20a6..256e859d5 100644 --- a/packages/@aws-cdk/cli-lib-alpha/THIRD_PARTY_LICENSES +++ b/packages/@aws-cdk/cli-lib-alpha/THIRD_PARTY_LICENSES @@ -618,7 +618,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-appsync@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-appsync/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-appsync@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-appsync/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -824,7 +824,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-cloudcontrol@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudcontrol/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-cloudcontrol@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudcontrol/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1030,7 +1030,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-cloudformation@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudformation/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-cloudformation@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudformation/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1236,7 +1236,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-cloudwatch-logs@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudwatch-logs/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-cloudwatch-logs@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudwatch-logs/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1442,7 +1442,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-codebuild@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-codebuild@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1648,7 +1648,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-cognito-identity@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-cognito-identity/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-cognito-identity@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-cognito-identity/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1854,7 +1854,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-ec2@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-ec2/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-ec2@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-ec2/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2060,7 +2060,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-ecr@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-ecr@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2266,7 +2266,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-ecs@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-ecs@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2472,7 +2472,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-elastic-load-balancing-v2@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-elastic-load-balancing-v2/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-elastic-load-balancing-v2@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-elastic-load-balancing-v2/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2678,7 +2678,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-iam@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-iam/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-iam@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-iam/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2884,7 +2884,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-kms@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-kms/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-kms@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-kms/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3090,7 +3090,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-lambda@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-lambda/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-lambda@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-lambda/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3296,7 +3296,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-route-53@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-route-53/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-route-53@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-route-53/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3502,7 +3502,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-s3@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-s3@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3708,7 +3708,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-secrets-manager@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-secrets-manager@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3914,7 +3914,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-sfn@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-sfn/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-sfn@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-sfn/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4120,7 +4120,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-ssm@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-ssm/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-ssm@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-ssm/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4326,7 +4326,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-sso@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-sso/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-sso@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-sso/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4532,7 +4532,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/client-sts@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-sts@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4742,7 +4742,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l ---------------- -** @aws-sdk/credential-provider-cognito-identity@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-cognito-identity@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5157,7 +5157,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-ini@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-ini@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5362,7 +5362,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-node@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-node@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5772,7 +5772,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-sso@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-sso@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5977,7 +5977,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-web-identity@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-web-identity@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6182,7 +6182,7 @@ Apache License ---------------- -** @aws-sdk/credential-providers@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-providers@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6387,7 +6387,7 @@ Apache License ---------------- -** @aws-sdk/ec2-metadata-service@3.883.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.883.0 | Apache-2.0 +** @aws-sdk/ec2-metadata-service@3.886.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6592,7 +6592,7 @@ Apache License ---------------- -** @aws-sdk/lib-storage@3.883.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.883.0 | Apache-2.0 +** @aws-sdk/lib-storage@3.886.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8032,7 +8032,7 @@ Apache License ---------------- -** @aws-sdk/middleware-recursion-detection@3.873.0 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.873.0 | Apache-2.0 +** @aws-sdk/middleware-recursion-detection@3.886.0 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9267,7 +9267,7 @@ Apache License ---------------- -** @aws-sdk/nested-clients@3.883.0 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.883.0 | Apache-2.0 +** @aws-sdk/nested-clients@3.886.0 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.886.0 | Apache-2.0 ---------------- @@ -9682,7 +9682,7 @@ Apache License ---------------- -** @aws-sdk/token-providers@3.883.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.883.0 | Apache-2.0 +** @aws-sdk/token-providers@3.886.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10913,6 +10913,186 @@ Apache License ---------------- +** @aws/lambda-invoke-store@0.0.1 - https://www.npmjs.com/package/@aws/lambda-invoke-store/v/0.0.1 | Apache-2.0 + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + +---------------- + ** @cdklabs/tskb@0.0.3 - https://www.npmjs.com/package/@cdklabs/tskb/v/0.0.3 | Apache-2.0 Apache License @@ -11120,7 +11300,7 @@ Apache License ---------------- -** @smithy/abort-controller@4.1.0 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.1.0 | Apache-2.0 +** @smithy/abort-controller@4.1.1 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11325,7 +11505,7 @@ Apache License ---------------- -** @smithy/config-resolver@4.2.0 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.2.0 | Apache-2.0 +** @smithy/config-resolver@4.2.1 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11530,7 +11710,7 @@ Apache License ---------------- -** @smithy/core@3.10.0 - https://www.npmjs.com/package/@smithy/core/v/3.10.0 | Apache-2.0 +** @smithy/core@3.11.0 - https://www.npmjs.com/package/@smithy/core/v/3.11.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11736,7 +11916,7 @@ Apache License ---------------- -** @smithy/credential-provider-imds@4.1.0 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.1.0 | Apache-2.0 +** @smithy/credential-provider-imds@4.1.1 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11941,7 +12121,7 @@ Apache License ---------------- -** @smithy/eventstream-codec@4.1.0 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.1.0 | Apache-2.0 +** @smithy/eventstream-codec@4.1.1 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12147,7 +12327,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-config-resolver@4.2.0 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.2.0 | Apache-2.0 +** @smithy/eventstream-serde-config-resolver@4.2.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12353,7 +12533,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-node@4.1.0 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.1.0 | Apache-2.0 +** @smithy/eventstream-serde-node@4.1.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12559,7 +12739,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-universal@4.1.0 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.1.0 | Apache-2.0 +** @smithy/eventstream-serde-universal@4.1.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12765,7 +12945,7 @@ Apache License ---------------- -** @smithy/fetch-http-handler@5.2.0 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.2.0 | Apache-2.0 +** @smithy/fetch-http-handler@5.2.1 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12970,7 +13150,7 @@ Apache License ---------------- -** @smithy/hash-node@4.1.0 - https://www.npmjs.com/package/@smithy/hash-node/v/4.1.0 | Apache-2.0 +** @smithy/hash-node@4.1.1 - https://www.npmjs.com/package/@smithy/hash-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13175,7 +13355,7 @@ Apache License ---------------- -** @smithy/hash-stream-node@4.1.0 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.1.0 | Apache-2.0 +** @smithy/hash-stream-node@4.1.1 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13790,7 +13970,7 @@ Apache License ---------------- -** @smithy/middleware-content-length@4.1.0 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.1.0 | Apache-2.0 +** @smithy/middleware-content-length@4.1.1 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13995,7 +14175,7 @@ Apache License ---------------- -** @smithy/middleware-endpoint@4.2.0 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.2.0 | Apache-2.0 +** @smithy/middleware-endpoint@4.2.1 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14200,7 +14380,7 @@ Apache License ---------------- -** @smithy/middleware-retry@4.2.0 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.2.0 | Apache-2.0 +** @smithy/middleware-retry@4.2.1 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14406,7 +14586,7 @@ Apache License ---------------- -** @smithy/middleware-serde@4.1.0 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.1.0 | Apache-2.0 +** @smithy/middleware-serde@4.1.1 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14612,7 +14792,7 @@ Apache License ---------------- -** @smithy/middleware-stack@4.1.0 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.1.0 | Apache-2.0 +** @smithy/middleware-stack@4.1.1 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14817,7 +14997,7 @@ Apache License ---------------- -** @smithy/node-config-provider@4.2.0 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.2.0 | Apache-2.0 +** @smithy/node-config-provider@4.2.1 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15022,7 +15202,7 @@ Apache License ---------------- -** @smithy/node-http-handler@4.2.0 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.2.0 | Apache-2.0 +** @smithy/node-http-handler@4.2.1 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15227,7 +15407,7 @@ Apache License ---------------- -** @smithy/property-provider@4.1.0 - https://www.npmjs.com/package/@smithy/property-provider/v/4.1.0 | Apache-2.0 +** @smithy/property-provider@4.1.1 - https://www.npmjs.com/package/@smithy/property-provider/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15432,7 +15612,7 @@ Apache License ---------------- -** @smithy/protocol-http@5.2.0 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.2.0 | Apache-2.0 +** @smithy/protocol-http@5.2.1 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15638,7 +15818,7 @@ Apache License ---------------- -** @smithy/querystring-builder@4.1.0 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.1.0 | Apache-2.0 +** @smithy/querystring-builder@4.1.1 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15844,7 +16024,7 @@ Apache License ---------------- -** @smithy/querystring-parser@4.1.0 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.1.0 | Apache-2.0 +** @smithy/querystring-parser@4.1.1 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16050,7 +16230,7 @@ Apache License ---------------- -** @smithy/service-error-classification@4.1.0 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.1.0 | Apache-2.0 +** @smithy/service-error-classification@4.1.1 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16256,7 +16436,7 @@ Apache License ---------------- -** @smithy/shared-ini-file-loader@4.1.0 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.1.0 | Apache-2.0 +** @smithy/shared-ini-file-loader@4.1.1 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16461,7 +16641,7 @@ Apache License ---------------- -** @smithy/signature-v4@5.2.0 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.2.0 | Apache-2.0 +** @smithy/signature-v4@5.2.1 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16666,7 +16846,7 @@ Apache License ---------------- -** @smithy/smithy-client@4.6.0 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.6.0 | Apache-2.0 +** @smithy/smithy-client@4.6.1 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.6.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16872,7 +17052,7 @@ Apache License ---------------- -** @smithy/types@4.4.0 - https://www.npmjs.com/package/@smithy/types/v/4.4.0 | Apache-2.0 +** @smithy/types@4.5.0 - https://www.npmjs.com/package/@smithy/types/v/4.5.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17078,7 +17258,7 @@ Apache License ---------------- -** @smithy/url-parser@4.1.0 - https://www.npmjs.com/package/@smithy/url-parser/v/4.1.0 | Apache-2.0 +** @smithy/url-parser@4.1.1 - https://www.npmjs.com/package/@smithy/url-parser/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18514,7 +18694,7 @@ Apache License ---------------- -** @smithy/util-defaults-mode-node@4.1.0 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.1.0 | Apache-2.0 +** @smithy/util-defaults-mode-node@4.1.1 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18720,7 +18900,7 @@ Apache License ---------------- -** @smithy/util-endpoints@3.1.0 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.1.0 | Apache-2.0 +** @smithy/util-endpoints@3.1.1 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -19130,7 +19310,7 @@ Apache License ---------------- -** @smithy/util-middleware@4.1.0 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.1.0 | Apache-2.0 +** @smithy/util-middleware@4.1.1 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -19335,7 +19515,7 @@ Apache License ---------------- -** @smithy/util-retry@4.1.0 - https://www.npmjs.com/package/@smithy/util-retry/v/4.1.0 | Apache-2.0 +** @smithy/util-retry@4.1.1 - https://www.npmjs.com/package/@smithy/util-retry/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -19540,7 +19720,7 @@ Apache License ---------------- -** @smithy/util-stream@4.3.0 - https://www.npmjs.com/package/@smithy/util-stream/v/4.3.0 | Apache-2.0 +** @smithy/util-stream@4.3.1 - https://www.npmjs.com/package/@smithy/util-stream/v/4.3.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20360,7 +20540,7 @@ Apache License ---------------- -** @smithy/util-waiter@4.1.0 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.1.0 | Apache-2.0 +** @smithy/util-waiter@4.1.1 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20870,7 +21050,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE ---------------- -** b4a@1.6.7 - https://www.npmjs.com/package/b4a/v/1.6.7 | Apache-2.0 +** b4a@1.7.0 - https://www.npmjs.com/package/b4a/v/1.7.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -21222,7 +21402,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ---------------- -** cdk-from-cfn@0.244.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.244.0 | MIT OR Apache-2.0 +** cdk-from-cfn@0.245.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.245.0 | MIT OR Apache-2.0 ---------------- diff --git a/packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES b/packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES index 184714a4a..8671d479d 100644 --- a/packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES +++ b/packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES @@ -618,7 +618,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-appsync@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-appsync/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-appsync@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-appsync/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -824,7 +824,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-cloudcontrol@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudcontrol/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-cloudcontrol@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudcontrol/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1030,7 +1030,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-cloudformation@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudformation/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-cloudformation@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudformation/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1236,7 +1236,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-cloudwatch-logs@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudwatch-logs/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-cloudwatch-logs@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudwatch-logs/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1442,7 +1442,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-codebuild@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-codebuild@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1648,7 +1648,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-cognito-identity@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-cognito-identity/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-cognito-identity@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-cognito-identity/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1854,7 +1854,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-ec2@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-ec2/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-ec2@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-ec2/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2060,7 +2060,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-ecr@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-ecr@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2266,7 +2266,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-ecs@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-ecs@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2472,7 +2472,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-elastic-load-balancing-v2@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-elastic-load-balancing-v2/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-elastic-load-balancing-v2@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-elastic-load-balancing-v2/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2678,7 +2678,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-iam@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-iam/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-iam@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-iam/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2884,7 +2884,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-kms@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-kms/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-kms@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-kms/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3090,7 +3090,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-lambda@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-lambda/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-lambda@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-lambda/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3296,7 +3296,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-route-53@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-route-53/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-route-53@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-route-53/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3502,7 +3502,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-s3@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-s3@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3708,7 +3708,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-secrets-manager@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-secrets-manager@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3914,7 +3914,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-sfn@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-sfn/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-sfn@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-sfn/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4120,7 +4120,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-ssm@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-ssm/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-ssm@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-ssm/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4326,7 +4326,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-sso@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-sso/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-sso@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-sso/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4532,7 +4532,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-sts@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-sts@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4742,7 +4742,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/credential-provider-cognito-identity@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-cognito-identity@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5157,7 +5157,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-ini@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-ini@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5362,7 +5362,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-node@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-node@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5772,7 +5772,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-sso@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-sso@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5977,7 +5977,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-web-identity@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-web-identity@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6182,7 +6182,7 @@ Apache License ---------------- -** @aws-sdk/credential-providers@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-providers@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6387,7 +6387,7 @@ Apache License ---------------- -** @aws-sdk/ec2-metadata-service@3.883.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.883.0 | Apache-2.0 +** @aws-sdk/ec2-metadata-service@3.886.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6592,7 +6592,7 @@ Apache License ---------------- -** @aws-sdk/lib-storage@3.883.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.883.0 | Apache-2.0 +** @aws-sdk/lib-storage@3.886.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8032,7 +8032,7 @@ Apache License ---------------- -** @aws-sdk/middleware-recursion-detection@3.873.0 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.873.0 | Apache-2.0 +** @aws-sdk/middleware-recursion-detection@3.886.0 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9267,7 +9267,7 @@ Apache License ---------------- -** @aws-sdk/nested-clients@3.883.0 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.883.0 | Apache-2.0 +** @aws-sdk/nested-clients@3.886.0 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.886.0 | Apache-2.0 ---------------- @@ -9682,7 +9682,7 @@ Apache License ---------------- -** @aws-sdk/token-providers@3.883.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.883.0 | Apache-2.0 +** @aws-sdk/token-providers@3.886.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10913,7 +10913,187 @@ Apache License ---------------- -** @smithy/abort-controller@4.1.0 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.1.0 | Apache-2.0 +** @aws/lambda-invoke-store@0.0.1 - https://www.npmjs.com/package/@aws/lambda-invoke-store/v/0.0.1 | Apache-2.0 + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + +---------------- + +** @smithy/abort-controller@4.1.1 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11118,7 +11298,7 @@ Apache License ---------------- -** @smithy/config-resolver@4.2.0 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.2.0 | Apache-2.0 +** @smithy/config-resolver@4.2.1 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11323,7 +11503,7 @@ Apache License ---------------- -** @smithy/core@3.10.0 - https://www.npmjs.com/package/@smithy/core/v/3.10.0 | Apache-2.0 +** @smithy/core@3.11.0 - https://www.npmjs.com/package/@smithy/core/v/3.11.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11529,7 +11709,7 @@ Apache License ---------------- -** @smithy/credential-provider-imds@4.1.0 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.1.0 | Apache-2.0 +** @smithy/credential-provider-imds@4.1.1 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11734,7 +11914,7 @@ Apache License ---------------- -** @smithy/eventstream-codec@4.1.0 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.1.0 | Apache-2.0 +** @smithy/eventstream-codec@4.1.1 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11940,7 +12120,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-config-resolver@4.2.0 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.2.0 | Apache-2.0 +** @smithy/eventstream-serde-config-resolver@4.2.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12146,7 +12326,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-node@4.1.0 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.1.0 | Apache-2.0 +** @smithy/eventstream-serde-node@4.1.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12352,7 +12532,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-universal@4.1.0 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.1.0 | Apache-2.0 +** @smithy/eventstream-serde-universal@4.1.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12558,7 +12738,7 @@ Apache License ---------------- -** @smithy/fetch-http-handler@5.2.0 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.2.0 | Apache-2.0 +** @smithy/fetch-http-handler@5.2.1 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12763,7 +12943,7 @@ Apache License ---------------- -** @smithy/hash-node@4.1.0 - https://www.npmjs.com/package/@smithy/hash-node/v/4.1.0 | Apache-2.0 +** @smithy/hash-node@4.1.1 - https://www.npmjs.com/package/@smithy/hash-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12968,7 +13148,7 @@ Apache License ---------------- -** @smithy/hash-stream-node@4.1.0 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.1.0 | Apache-2.0 +** @smithy/hash-stream-node@4.1.1 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13583,7 +13763,7 @@ Apache License ---------------- -** @smithy/middleware-content-length@4.1.0 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.1.0 | Apache-2.0 +** @smithy/middleware-content-length@4.1.1 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13788,7 +13968,7 @@ Apache License ---------------- -** @smithy/middleware-endpoint@4.2.0 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.2.0 | Apache-2.0 +** @smithy/middleware-endpoint@4.2.1 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13993,7 +14173,7 @@ Apache License ---------------- -** @smithy/middleware-retry@4.2.0 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.2.0 | Apache-2.0 +** @smithy/middleware-retry@4.2.1 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14199,7 +14379,7 @@ Apache License ---------------- -** @smithy/middleware-serde@4.1.0 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.1.0 | Apache-2.0 +** @smithy/middleware-serde@4.1.1 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14405,7 +14585,7 @@ Apache License ---------------- -** @smithy/middleware-stack@4.1.0 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.1.0 | Apache-2.0 +** @smithy/middleware-stack@4.1.1 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14610,7 +14790,7 @@ Apache License ---------------- -** @smithy/node-config-provider@4.2.0 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.2.0 | Apache-2.0 +** @smithy/node-config-provider@4.2.1 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14815,7 +14995,7 @@ Apache License ---------------- -** @smithy/node-http-handler@4.2.0 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.2.0 | Apache-2.0 +** @smithy/node-http-handler@4.2.1 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15020,7 +15200,7 @@ Apache License ---------------- -** @smithy/property-provider@4.1.0 - https://www.npmjs.com/package/@smithy/property-provider/v/4.1.0 | Apache-2.0 +** @smithy/property-provider@4.1.1 - https://www.npmjs.com/package/@smithy/property-provider/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15225,7 +15405,7 @@ Apache License ---------------- -** @smithy/protocol-http@5.2.0 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.2.0 | Apache-2.0 +** @smithy/protocol-http@5.2.1 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15431,7 +15611,7 @@ Apache License ---------------- -** @smithy/querystring-builder@4.1.0 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.1.0 | Apache-2.0 +** @smithy/querystring-builder@4.1.1 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15637,7 +15817,7 @@ Apache License ---------------- -** @smithy/querystring-parser@4.1.0 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.1.0 | Apache-2.0 +** @smithy/querystring-parser@4.1.1 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15843,7 +16023,7 @@ Apache License ---------------- -** @smithy/service-error-classification@4.1.0 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.1.0 | Apache-2.0 +** @smithy/service-error-classification@4.1.1 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16049,7 +16229,7 @@ Apache License ---------------- -** @smithy/shared-ini-file-loader@4.1.0 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.1.0 | Apache-2.0 +** @smithy/shared-ini-file-loader@4.1.1 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16254,7 +16434,7 @@ Apache License ---------------- -** @smithy/signature-v4@5.2.0 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.2.0 | Apache-2.0 +** @smithy/signature-v4@5.2.1 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16459,7 +16639,7 @@ Apache License ---------------- -** @smithy/smithy-client@4.6.0 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.6.0 | Apache-2.0 +** @smithy/smithy-client@4.6.1 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.6.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16665,7 +16845,7 @@ Apache License ---------------- -** @smithy/types@4.4.0 - https://www.npmjs.com/package/@smithy/types/v/4.4.0 | Apache-2.0 +** @smithy/types@4.5.0 - https://www.npmjs.com/package/@smithy/types/v/4.5.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16871,7 +17051,7 @@ Apache License ---------------- -** @smithy/url-parser@4.1.0 - https://www.npmjs.com/package/@smithy/url-parser/v/4.1.0 | Apache-2.0 +** @smithy/url-parser@4.1.1 - https://www.npmjs.com/package/@smithy/url-parser/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18307,7 +18487,7 @@ Apache License ---------------- -** @smithy/util-defaults-mode-node@4.1.0 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.1.0 | Apache-2.0 +** @smithy/util-defaults-mode-node@4.1.1 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18513,7 +18693,7 @@ Apache License ---------------- -** @smithy/util-endpoints@3.1.0 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.1.0 | Apache-2.0 +** @smithy/util-endpoints@3.1.1 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18923,7 +19103,7 @@ Apache License ---------------- -** @smithy/util-middleware@4.1.0 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.1.0 | Apache-2.0 +** @smithy/util-middleware@4.1.1 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -19128,7 +19308,7 @@ Apache License ---------------- -** @smithy/util-retry@4.1.0 - https://www.npmjs.com/package/@smithy/util-retry/v/4.1.0 | Apache-2.0 +** @smithy/util-retry@4.1.1 - https://www.npmjs.com/package/@smithy/util-retry/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -19333,7 +19513,7 @@ Apache License ---------------- -** @smithy/util-stream@4.3.0 - https://www.npmjs.com/package/@smithy/util-stream/v/4.3.0 | Apache-2.0 +** @smithy/util-stream@4.3.1 - https://www.npmjs.com/package/@smithy/util-stream/v/4.3.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20153,7 +20333,7 @@ Apache License ---------------- -** @smithy/util-waiter@4.1.0 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.1.0 | Apache-2.0 +** @smithy/util-waiter@4.1.1 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20560,7 +20740,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE ---------------- -** b4a@1.6.7 - https://www.npmjs.com/package/b4a/v/1.6.7 | Apache-2.0 +** b4a@1.7.0 - https://www.npmjs.com/package/b4a/v/1.7.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/packages/@aws-cdk/toolkit-lib/package.json b/packages/@aws-cdk/toolkit-lib/package.json index 74181f49a..83f0302b7 100644 --- a/packages/@aws-cdk/toolkit-lib/package.json +++ b/packages/@aws-cdk/toolkit-lib/package.json @@ -41,7 +41,7 @@ "@jest/globals": "^29.7.0", "@jest/types": "^29.6.3", "@microsoft/api-extractor": "^7.52.11", - "@smithy/util-stream": "^4.3.0", + "@smithy/util-stream": "^4.3.1", "@stylistic/eslint-plugin": "^3", "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.14", @@ -109,7 +109,7 @@ "@smithy/util-retry": "^4", "@smithy/util-waiter": "^4", "archiver": "^7.0.1", - "cdk-from-cfn": "^0.244.0", + "cdk-from-cfn": "^0.245.0", "chalk": "^4", "chokidar": "^3", "fast-deep-equal": "^3.1.3", diff --git a/packages/aws-cdk/THIRD_PARTY_LICENSES b/packages/aws-cdk/THIRD_PARTY_LICENSES index 3d14a952a..ff1220439 100644 --- a/packages/aws-cdk/THIRD_PARTY_LICENSES +++ b/packages/aws-cdk/THIRD_PARTY_LICENSES @@ -618,7 +618,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-appsync@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-appsync/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-appsync@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-appsync/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -824,7 +824,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-cloudcontrol@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudcontrol/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-cloudcontrol@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudcontrol/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1030,7 +1030,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-cloudformation@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudformation/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-cloudformation@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudformation/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1236,7 +1236,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-cloudwatch-logs@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudwatch-logs/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-cloudwatch-logs@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudwatch-logs/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1442,7 +1442,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-codebuild@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-codebuild@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1648,7 +1648,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-cognito-identity@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-cognito-identity/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-cognito-identity@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-cognito-identity/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1854,7 +1854,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-ec2@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-ec2/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-ec2@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-ec2/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2060,7 +2060,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-ecr@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-ecr@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2266,7 +2266,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-ecs@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-ecs@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2472,7 +2472,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-elastic-load-balancing-v2@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-elastic-load-balancing-v2/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-elastic-load-balancing-v2@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-elastic-load-balancing-v2/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2678,7 +2678,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-iam@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-iam/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-iam@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-iam/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2884,7 +2884,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-kms@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-kms/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-kms@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-kms/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3090,7 +3090,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-lambda@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-lambda/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-lambda@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-lambda/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3296,7 +3296,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-route-53@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-route-53/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-route-53@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-route-53/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3502,7 +3502,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-s3@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-s3@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3708,7 +3708,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-secrets-manager@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-secrets-manager@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3914,7 +3914,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-sfn@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-sfn/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-sfn@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-sfn/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4120,7 +4120,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-ssm@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-ssm/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-ssm@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-ssm/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4326,7 +4326,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-sso@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-sso/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-sso@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-sso/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4532,7 +4532,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-sts@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-sts@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4742,7 +4742,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/credential-provider-cognito-identity@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-cognito-identity@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5157,7 +5157,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-ini@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-ini@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5362,7 +5362,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-node@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-node@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5772,7 +5772,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-sso@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-sso@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5977,7 +5977,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-web-identity@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-web-identity@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6182,7 +6182,7 @@ Apache License ---------------- -** @aws-sdk/credential-providers@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-providers@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6387,7 +6387,7 @@ Apache License ---------------- -** @aws-sdk/ec2-metadata-service@3.883.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.883.0 | Apache-2.0 +** @aws-sdk/ec2-metadata-service@3.886.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6592,7 +6592,7 @@ Apache License ---------------- -** @aws-sdk/lib-storage@3.883.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.883.0 | Apache-2.0 +** @aws-sdk/lib-storage@3.886.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8032,7 +8032,7 @@ Apache License ---------------- -** @aws-sdk/middleware-recursion-detection@3.873.0 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.873.0 | Apache-2.0 +** @aws-sdk/middleware-recursion-detection@3.886.0 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9267,7 +9267,7 @@ Apache License ---------------- -** @aws-sdk/nested-clients@3.883.0 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.883.0 | Apache-2.0 +** @aws-sdk/nested-clients@3.886.0 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.886.0 | Apache-2.0 ---------------- @@ -9682,7 +9682,7 @@ Apache License ---------------- -** @aws-sdk/token-providers@3.883.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.883.0 | Apache-2.0 +** @aws-sdk/token-providers@3.886.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10913,7 +10913,187 @@ Apache License ---------------- -** @smithy/abort-controller@4.1.0 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.1.0 | Apache-2.0 +** @aws/lambda-invoke-store@0.0.1 - https://www.npmjs.com/package/@aws/lambda-invoke-store/v/0.0.1 | Apache-2.0 + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + +---------------- + +** @smithy/abort-controller@4.1.1 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11118,7 +11298,7 @@ Apache License ---------------- -** @smithy/config-resolver@4.2.0 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.2.0 | Apache-2.0 +** @smithy/config-resolver@4.2.1 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11323,7 +11503,7 @@ Apache License ---------------- -** @smithy/core@3.10.0 - https://www.npmjs.com/package/@smithy/core/v/3.10.0 | Apache-2.0 +** @smithy/core@3.11.0 - https://www.npmjs.com/package/@smithy/core/v/3.11.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11529,7 +11709,7 @@ Apache License ---------------- -** @smithy/credential-provider-imds@4.1.0 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.1.0 | Apache-2.0 +** @smithy/credential-provider-imds@4.1.1 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11734,7 +11914,7 @@ Apache License ---------------- -** @smithy/eventstream-codec@4.1.0 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.1.0 | Apache-2.0 +** @smithy/eventstream-codec@4.1.1 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11940,7 +12120,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-config-resolver@4.2.0 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.2.0 | Apache-2.0 +** @smithy/eventstream-serde-config-resolver@4.2.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12146,7 +12326,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-node@4.1.0 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.1.0 | Apache-2.0 +** @smithy/eventstream-serde-node@4.1.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12352,7 +12532,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-universal@4.1.0 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.1.0 | Apache-2.0 +** @smithy/eventstream-serde-universal@4.1.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12558,7 +12738,7 @@ Apache License ---------------- -** @smithy/fetch-http-handler@5.2.0 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.2.0 | Apache-2.0 +** @smithy/fetch-http-handler@5.2.1 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12763,7 +12943,7 @@ Apache License ---------------- -** @smithy/hash-node@4.1.0 - https://www.npmjs.com/package/@smithy/hash-node/v/4.1.0 | Apache-2.0 +** @smithy/hash-node@4.1.1 - https://www.npmjs.com/package/@smithy/hash-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12968,7 +13148,7 @@ Apache License ---------------- -** @smithy/hash-stream-node@4.1.0 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.1.0 | Apache-2.0 +** @smithy/hash-stream-node@4.1.1 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13583,7 +13763,7 @@ Apache License ---------------- -** @smithy/middleware-content-length@4.1.0 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.1.0 | Apache-2.0 +** @smithy/middleware-content-length@4.1.1 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13788,7 +13968,7 @@ Apache License ---------------- -** @smithy/middleware-endpoint@4.2.0 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.2.0 | Apache-2.0 +** @smithy/middleware-endpoint@4.2.1 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13993,7 +14173,7 @@ Apache License ---------------- -** @smithy/middleware-retry@4.2.0 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.2.0 | Apache-2.0 +** @smithy/middleware-retry@4.2.1 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14199,7 +14379,7 @@ Apache License ---------------- -** @smithy/middleware-serde@4.1.0 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.1.0 | Apache-2.0 +** @smithy/middleware-serde@4.1.1 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14405,7 +14585,7 @@ Apache License ---------------- -** @smithy/middleware-stack@4.1.0 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.1.0 | Apache-2.0 +** @smithy/middleware-stack@4.1.1 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14610,7 +14790,7 @@ Apache License ---------------- -** @smithy/node-config-provider@4.2.0 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.2.0 | Apache-2.0 +** @smithy/node-config-provider@4.2.1 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14815,7 +14995,7 @@ Apache License ---------------- -** @smithy/node-http-handler@4.2.0 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.2.0 | Apache-2.0 +** @smithy/node-http-handler@4.2.1 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15020,7 +15200,7 @@ Apache License ---------------- -** @smithy/property-provider@4.1.0 - https://www.npmjs.com/package/@smithy/property-provider/v/4.1.0 | Apache-2.0 +** @smithy/property-provider@4.1.1 - https://www.npmjs.com/package/@smithy/property-provider/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15225,7 +15405,7 @@ Apache License ---------------- -** @smithy/protocol-http@5.2.0 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.2.0 | Apache-2.0 +** @smithy/protocol-http@5.2.1 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15431,7 +15611,7 @@ Apache License ---------------- -** @smithy/querystring-builder@4.1.0 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.1.0 | Apache-2.0 +** @smithy/querystring-builder@4.1.1 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15637,7 +15817,7 @@ Apache License ---------------- -** @smithy/querystring-parser@4.1.0 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.1.0 | Apache-2.0 +** @smithy/querystring-parser@4.1.1 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15843,7 +16023,7 @@ Apache License ---------------- -** @smithy/service-error-classification@4.1.0 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.1.0 | Apache-2.0 +** @smithy/service-error-classification@4.1.1 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16049,7 +16229,7 @@ Apache License ---------------- -** @smithy/shared-ini-file-loader@4.1.0 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.1.0 | Apache-2.0 +** @smithy/shared-ini-file-loader@4.1.1 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16254,7 +16434,7 @@ Apache License ---------------- -** @smithy/signature-v4@5.2.0 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.2.0 | Apache-2.0 +** @smithy/signature-v4@5.2.1 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16459,7 +16639,7 @@ Apache License ---------------- -** @smithy/smithy-client@4.6.0 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.6.0 | Apache-2.0 +** @smithy/smithy-client@4.6.1 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.6.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16665,7 +16845,7 @@ Apache License ---------------- -** @smithy/types@4.4.0 - https://www.npmjs.com/package/@smithy/types/v/4.4.0 | Apache-2.0 +** @smithy/types@4.5.0 - https://www.npmjs.com/package/@smithy/types/v/4.5.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16871,7 +17051,7 @@ Apache License ---------------- -** @smithy/url-parser@4.1.0 - https://www.npmjs.com/package/@smithy/url-parser/v/4.1.0 | Apache-2.0 +** @smithy/url-parser@4.1.1 - https://www.npmjs.com/package/@smithy/url-parser/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18307,7 +18487,7 @@ Apache License ---------------- -** @smithy/util-defaults-mode-node@4.1.0 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.1.0 | Apache-2.0 +** @smithy/util-defaults-mode-node@4.1.1 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18513,7 +18693,7 @@ Apache License ---------------- -** @smithy/util-endpoints@3.1.0 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.1.0 | Apache-2.0 +** @smithy/util-endpoints@3.1.1 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18923,7 +19103,7 @@ Apache License ---------------- -** @smithy/util-middleware@4.1.0 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.1.0 | Apache-2.0 +** @smithy/util-middleware@4.1.1 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -19128,7 +19308,7 @@ Apache License ---------------- -** @smithy/util-retry@4.1.0 - https://www.npmjs.com/package/@smithy/util-retry/v/4.1.0 | Apache-2.0 +** @smithy/util-retry@4.1.1 - https://www.npmjs.com/package/@smithy/util-retry/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -19333,7 +19513,7 @@ Apache License ---------------- -** @smithy/util-stream@4.3.0 - https://www.npmjs.com/package/@smithy/util-stream/v/4.3.0 | Apache-2.0 +** @smithy/util-stream@4.3.1 - https://www.npmjs.com/package/@smithy/util-stream/v/4.3.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20153,7 +20333,7 @@ Apache License ---------------- -** @smithy/util-waiter@4.1.0 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.1.0 | Apache-2.0 +** @smithy/util-waiter@4.1.1 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20663,7 +20843,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE ---------------- -** b4a@1.6.7 - https://www.npmjs.com/package/b4a/v/1.6.7 | Apache-2.0 +** b4a@1.7.0 - https://www.npmjs.com/package/b4a/v/1.7.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -21015,7 +21195,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ---------------- -** cdk-from-cfn@0.244.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.244.0 | MIT OR Apache-2.0 +** cdk-from-cfn@0.245.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.245.0 | MIT OR Apache-2.0 ---------------- diff --git a/packages/aws-cdk/package.json b/packages/aws-cdk/package.json index 047df0fbe..2c90eca54 100644 --- a/packages/aws-cdk/package.json +++ b/packages/aws-cdk/package.json @@ -108,15 +108,15 @@ "@aws-sdk/middleware-endpoint": "^3.374.0", "@aws-sdk/util-retry": "^3.374.0", "@aws-sdk/util-waiter": "^3.374.0", - "@smithy/middleware-endpoint": "^4.2.0", - "@smithy/property-provider": "^4.1.0", - "@smithy/shared-ini-file-loader": "^4.1.0", - "@smithy/types": "^4.4.0", - "@smithy/util-retry": "^4.1.0", - "@smithy/util-waiter": "^4.1.0", + "@smithy/middleware-endpoint": "^4.2.1", + "@smithy/property-provider": "^4.1.1", + "@smithy/shared-ini-file-loader": "^4.1.1", + "@smithy/types": "^4.5.0", + "@smithy/util-retry": "^4.1.1", + "@smithy/util-waiter": "^4.1.1", "archiver": "^7.0.1", "camelcase": "^6", - "cdk-from-cfn": "^0.244.0", + "cdk-from-cfn": "^0.245.0", "chalk": "^4", "chokidar": "^3", "decamelize": "^5", diff --git a/packages/cdk-assets/THIRD_PARTY_LICENSES b/packages/cdk-assets/THIRD_PARTY_LICENSES index 913d73124..a75712e20 100644 --- a/packages/cdk-assets/THIRD_PARTY_LICENSES +++ b/packages/cdk-assets/THIRD_PARTY_LICENSES @@ -618,7 +618,7 @@ The cdk-assets package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-cognito-identity@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-cognito-identity/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-cognito-identity@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-cognito-identity/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -824,7 +824,7 @@ The cdk-assets package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-ecr@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-ecr@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1030,7 +1030,7 @@ The cdk-assets package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-s3@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-s3@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1236,7 +1236,7 @@ The cdk-assets package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-secrets-manager@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-secrets-manager@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1442,7 +1442,7 @@ The cdk-assets package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-sso@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-sso/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-sso@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-sso/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1648,7 +1648,7 @@ The cdk-assets package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-sts@3.883.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.883.0 | Apache-2.0 +** @aws-sdk/client-sts@3.886.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1858,7 +1858,7 @@ The cdk-assets package includes the following third-party software/licensing: ---------------- -** @aws-sdk/credential-provider-cognito-identity@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-cognito-identity@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2273,7 +2273,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-ini@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-ini@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2478,7 +2478,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-node@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-node@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2888,7 +2888,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-sso@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-sso@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3093,7 +3093,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-web-identity@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-provider-web-identity@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3298,7 +3298,7 @@ Apache License ---------------- -** @aws-sdk/credential-providers@3.883.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.883.0 | Apache-2.0 +** @aws-sdk/credential-providers@3.886.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3503,7 +3503,7 @@ Apache License ---------------- -** @aws-sdk/lib-storage@3.883.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.883.0 | Apache-2.0 +** @aws-sdk/lib-storage@3.886.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4943,7 +4943,7 @@ Apache License ---------------- -** @aws-sdk/middleware-recursion-detection@3.873.0 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.873.0 | Apache-2.0 +** @aws-sdk/middleware-recursion-detection@3.886.0 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5767,7 +5767,7 @@ Apache License ---------------- -** @aws-sdk/nested-clients@3.883.0 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.883.0 | Apache-2.0 +** @aws-sdk/nested-clients@3.886.0 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.886.0 | Apache-2.0 ---------------- @@ -6182,7 +6182,7 @@ Apache License ---------------- -** @aws-sdk/token-providers@3.883.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.883.0 | Apache-2.0 +** @aws-sdk/token-providers@3.886.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.886.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7208,7 +7208,187 @@ Apache License ---------------- -** @smithy/abort-controller@4.1.0 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.1.0 | Apache-2.0 +** @aws/lambda-invoke-store@0.0.1 - https://www.npmjs.com/package/@aws/lambda-invoke-store/v/0.0.1 | Apache-2.0 + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + +---------------- + +** @smithy/abort-controller@4.1.1 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7413,7 +7593,7 @@ Apache License ---------------- -** @smithy/config-resolver@4.2.0 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.2.0 | Apache-2.0 +** @smithy/config-resolver@4.2.1 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7618,7 +7798,7 @@ Apache License ---------------- -** @smithy/core@3.10.0 - https://www.npmjs.com/package/@smithy/core/v/3.10.0 | Apache-2.0 +** @smithy/core@3.11.0 - https://www.npmjs.com/package/@smithy/core/v/3.11.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7824,7 +8004,7 @@ Apache License ---------------- -** @smithy/credential-provider-imds@4.1.0 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.1.0 | Apache-2.0 +** @smithy/credential-provider-imds@4.1.1 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8029,7 +8209,7 @@ Apache License ---------------- -** @smithy/eventstream-codec@4.1.0 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.1.0 | Apache-2.0 +** @smithy/eventstream-codec@4.1.1 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8235,7 +8415,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-config-resolver@4.2.0 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.2.0 | Apache-2.0 +** @smithy/eventstream-serde-config-resolver@4.2.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8441,7 +8621,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-node@4.1.0 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.1.0 | Apache-2.0 +** @smithy/eventstream-serde-node@4.1.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8647,7 +8827,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-universal@4.1.0 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.1.0 | Apache-2.0 +** @smithy/eventstream-serde-universal@4.1.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8853,7 +9033,7 @@ Apache License ---------------- -** @smithy/fetch-http-handler@5.2.0 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.2.0 | Apache-2.0 +** @smithy/fetch-http-handler@5.2.1 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9058,7 +9238,7 @@ Apache License ---------------- -** @smithy/hash-node@4.1.0 - https://www.npmjs.com/package/@smithy/hash-node/v/4.1.0 | Apache-2.0 +** @smithy/hash-node@4.1.1 - https://www.npmjs.com/package/@smithy/hash-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9263,7 +9443,7 @@ Apache License ---------------- -** @smithy/hash-stream-node@4.1.0 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.1.0 | Apache-2.0 +** @smithy/hash-stream-node@4.1.1 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9878,7 +10058,7 @@ Apache License ---------------- -** @smithy/middleware-content-length@4.1.0 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.1.0 | Apache-2.0 +** @smithy/middleware-content-length@4.1.1 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10083,7 +10263,7 @@ Apache License ---------------- -** @smithy/middleware-endpoint@4.2.0 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.2.0 | Apache-2.0 +** @smithy/middleware-endpoint@4.2.1 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10288,7 +10468,7 @@ Apache License ---------------- -** @smithy/middleware-retry@4.2.0 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.2.0 | Apache-2.0 +** @smithy/middleware-retry@4.2.1 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10494,7 +10674,7 @@ Apache License ---------------- -** @smithy/middleware-serde@4.1.0 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.1.0 | Apache-2.0 +** @smithy/middleware-serde@4.1.1 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10700,7 +10880,7 @@ Apache License ---------------- -** @smithy/middleware-stack@4.1.0 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.1.0 | Apache-2.0 +** @smithy/middleware-stack@4.1.1 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10905,7 +11085,7 @@ Apache License ---------------- -** @smithy/node-config-provider@4.2.0 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.2.0 | Apache-2.0 +** @smithy/node-config-provider@4.2.1 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11110,7 +11290,7 @@ Apache License ---------------- -** @smithy/node-http-handler@4.2.0 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.2.0 | Apache-2.0 +** @smithy/node-http-handler@4.2.1 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11315,7 +11495,7 @@ Apache License ---------------- -** @smithy/property-provider@4.1.0 - https://www.npmjs.com/package/@smithy/property-provider/v/4.1.0 | Apache-2.0 +** @smithy/property-provider@4.1.1 - https://www.npmjs.com/package/@smithy/property-provider/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11520,7 +11700,7 @@ Apache License ---------------- -** @smithy/protocol-http@5.2.0 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.2.0 | Apache-2.0 +** @smithy/protocol-http@5.2.1 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11726,7 +11906,7 @@ Apache License ---------------- -** @smithy/querystring-builder@4.1.0 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.1.0 | Apache-2.0 +** @smithy/querystring-builder@4.1.1 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11932,7 +12112,7 @@ Apache License ---------------- -** @smithy/querystring-parser@4.1.0 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.1.0 | Apache-2.0 +** @smithy/querystring-parser@4.1.1 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12138,7 +12318,7 @@ Apache License ---------------- -** @smithy/service-error-classification@4.1.0 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.1.0 | Apache-2.0 +** @smithy/service-error-classification@4.1.1 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12344,7 +12524,7 @@ Apache License ---------------- -** @smithy/shared-ini-file-loader@4.1.0 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.1.0 | Apache-2.0 +** @smithy/shared-ini-file-loader@4.1.1 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12549,7 +12729,7 @@ Apache License ---------------- -** @smithy/signature-v4@5.2.0 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.2.0 | Apache-2.0 +** @smithy/signature-v4@5.2.1 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.2.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12754,7 +12934,7 @@ Apache License ---------------- -** @smithy/smithy-client@4.6.0 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.6.0 | Apache-2.0 +** @smithy/smithy-client@4.6.1 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.6.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12960,7 +13140,7 @@ Apache License ---------------- -** @smithy/types@4.4.0 - https://www.npmjs.com/package/@smithy/types/v/4.4.0 | Apache-2.0 +** @smithy/types@4.5.0 - https://www.npmjs.com/package/@smithy/types/v/4.5.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13166,7 +13346,7 @@ Apache License ---------------- -** @smithy/url-parser@4.1.0 - https://www.npmjs.com/package/@smithy/url-parser/v/4.1.0 | Apache-2.0 +** @smithy/url-parser@4.1.1 - https://www.npmjs.com/package/@smithy/url-parser/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14602,7 +14782,7 @@ Apache License ---------------- -** @smithy/util-defaults-mode-node@4.1.0 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.1.0 | Apache-2.0 +** @smithy/util-defaults-mode-node@4.1.1 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14808,7 +14988,7 @@ Apache License ---------------- -** @smithy/util-endpoints@3.1.0 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.1.0 | Apache-2.0 +** @smithy/util-endpoints@3.1.1 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15218,7 +15398,7 @@ Apache License ---------------- -** @smithy/util-middleware@4.1.0 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.1.0 | Apache-2.0 +** @smithy/util-middleware@4.1.1 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15423,7 +15603,7 @@ Apache License ---------------- -** @smithy/util-retry@4.1.0 - https://www.npmjs.com/package/@smithy/util-retry/v/4.1.0 | Apache-2.0 +** @smithy/util-retry@4.1.1 - https://www.npmjs.com/package/@smithy/util-retry/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15628,7 +15808,7 @@ Apache License ---------------- -** @smithy/util-stream@4.3.0 - https://www.npmjs.com/package/@smithy/util-stream/v/4.3.0 | Apache-2.0 +** @smithy/util-stream@4.3.1 - https://www.npmjs.com/package/@smithy/util-stream/v/4.3.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16448,7 +16628,7 @@ Apache License ---------------- -** @smithy/util-waiter@4.1.0 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.1.0 | Apache-2.0 +** @smithy/util-waiter@4.1.1 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.1.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16783,7 +16963,7 @@ THE SOFTWARE. ---------------- -** b4a@1.6.7 - https://www.npmjs.com/package/b4a/v/1.6.7 | Apache-2.0 +** b4a@1.7.0 - https://www.npmjs.com/package/b4a/v/1.7.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/packages/cdk-assets/package.json b/packages/cdk-assets/package.json index e4c5e9792..e6596cd22 100644 --- a/packages/cdk-assets/package.json +++ b/packages/cdk-assets/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@aws-cdk/cloud-assembly-schema": "^0.0.0", - "@aws-sdk/client-s3": "^3.883.0", + "@aws-sdk/client-s3": "^3.886.0", "@cdklabs/eslint-plugin": "^1.3.4", "@stylistic/eslint-plugin": "^3", "@types/jest": "^29.5.14", diff --git a/yarn.lock b/yarn.lock index 13b22c3e0..420909f41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -179,17 +179,17 @@ tslib "^1.8.0" "@aws-sdk/client-appsync@^3": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-appsync/-/client-appsync-3.883.0.tgz#0c9bccd9403b446eda6d3487a9b108d1b0b646af" - integrity sha512-+07NiCz74TOc0CfLRbAeH8NnZ3usrm82Ii4PBu6Zb1AYtDHziwGGmwp0QwpUM5jb4ZI+8w4HhGq9+diPb5I8Fg== + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-appsync/-/client-appsync-3.886.0.tgz#7dfa0095c19a9be7164d13d5e29cbf48a16bd3b8" + integrity sha512-MY8Q7wAM2PHs72vi+++F5H7YD54LhTtIalK5WnAde8ANSNQTjVfKMXVlJumRoMQGPqej+CXACUMgNj6i66WksQ== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -225,17 +225,17 @@ tslib "^2.6.2" "@aws-sdk/client-cloudcontrol@^3": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudcontrol/-/client-cloudcontrol-3.883.0.tgz#957131b9335a02dbc8ad32349cc421806f933194" - integrity sha512-OmxodH8LY+415vlcbLLHFzUupV48UffpXXsbKhEaqmgTpmgjo1iN9UsckFhIM3aNHeOnxzVan5D/6W9CBajGmA== + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudcontrol/-/client-cloudcontrol-3.886.0.tgz#b15c936a700b6e47c36cc458751d1a2c974eb616" + integrity sha512-5OA6RLHknkGmFE7rqxoRJGMhx93woLxRcDA1nUYb+YzFInSkjmx2QALJ9i4jaEGd5BYpEPh0JAMNk/r5lSMg0Q== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -311,18 +311,18 @@ tslib "^2.0.0" uuid "^3.0.0" -"@aws-sdk/client-cloudformation@^3", "@aws-sdk/client-cloudformation@^3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudformation/-/client-cloudformation-3.883.0.tgz#1b3134d626719df8b3c2e0259840b3776f8ac27d" - integrity sha512-5Zl79ZpzsjhopoCy/JzEzUXvky7Tp3a4Cfe3dnmlWY6xuTqW5Ob0Qvi0JOSD7tAi1MW91xcrwED1VGVlzGzz+w== +"@aws-sdk/client-cloudformation@^3", "@aws-sdk/client-cloudformation@^3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudformation/-/client-cloudformation-3.886.0.tgz#5abf772cb7488f2a3aa8f9fef5d8acf5f8892ffa" + integrity sha512-KvVEP8XfDfBSZFqTumNi+FZHBv+m0MSlAsVw/AIgnThtr/SWVKomYP3SGLreg18QpE+grCfNJ+Laf1WeYe+YmA== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -360,17 +360,17 @@ uuid "^9.0.1" "@aws-sdk/client-cloudwatch-logs@^3": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudwatch-logs/-/client-cloudwatch-logs-3.883.0.tgz#77d55a8e24f08337ef36f92d9e24bad120209946" - integrity sha512-FiCShuNlBdJL20HOAX+lojTuwG8o0cV2Oe31aKNicCSQYkB/otkg3PdXqrK44Ho/1B0/D15UuEdnFMCZ8OyvCA== + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudwatch-logs/-/client-cloudwatch-logs-3.886.0.tgz#50f14d9fab2ec07cd3d9481e257b3777ad24410b" + integrity sha512-CNk3RPl+02p1ww22nfrv1VoyakoV/OjF2q1/wkVfXRPD1oD7UkTvSUd4zuvP/cXPyaAfg6QIYvOLFWKZ2Hkp1w== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -409,18 +409,18 @@ tslib "^2.6.2" uuid "^9.0.1" -"@aws-sdk/client-codeartifact@^3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-codeartifact/-/client-codeartifact-3.883.0.tgz#12a4020834e153e7a5663aa68943c03c32cec70c" - integrity sha512-dtsRLcGUvL51bIzJXJO0s+pE8NohI6bnMB1KlOm6+rPel/qGEsjxhWDV/kmZgoeRqTWShrEPmf05TzZ/glG7YA== +"@aws-sdk/client-codeartifact@^3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-codeartifact/-/client-codeartifact-3.886.0.tgz#7c254b9f3750a247618cb2301dd59594bfffb5ba" + integrity sha512-i8S3glSeWlDCT25S2YXlmoPFHl4/adWuDbVOZ+WXx7ICeEniVCs1KGZe96zDyNObgqX5hlf4KiV5NQ9ciekf6w== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -456,17 +456,17 @@ tslib "^2.6.2" "@aws-sdk/client-codebuild@^3": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-codebuild/-/client-codebuild-3.883.0.tgz#0c22f9c6ad24f8a19181cc48fe809035a5d58b9f" - integrity sha512-IYyrDQsR2TEn/nuBy3f21IAeVDQbbfXwuORw7PRuu1ULIbjnbGd1ehVHrYkCVyGP6hJO+zEf6uWOPOnBIyuubA== + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-codebuild/-/client-codebuild-3.886.0.tgz#14fdf844670d32f00a3e751a3f3ebdf5e56d978a" + integrity sha512-vZ7qWX3DIImOF+LIkOPA7vQ9O22snTw/5+079M1e1CjfQhXXRIBXsH+tzY8ZvL0VAa/Ix2NleeiDfw0Nh4uUGw== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -500,18 +500,18 @@ "@smithy/util-utf8" "^4.0.0" tslib "^2.6.2" -"@aws-sdk/client-cognito-identity@3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.883.0.tgz#775e92819bbd15e01e0a4ddd7c2d4abd51272c96" - integrity sha512-/uezRmLtkx7kZkC0o6B+hahCVBTij2ghCW+kXgbK0tz6Gl7WDYRIyszR9Vf0wDUqsj5S3hgBXKr6zR4V4ULTmw== +"@aws-sdk/client-cognito-identity@3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.886.0.tgz#dc38ac942ee1d9c10356eba26b3534d4d1bb8331" + integrity sha512-2WULWpUw4DNPNtcBdlRqjYsKz/RHeIIDzWYALHaOSGv1jjqPnnHYGifwR12dZBpFraLAruXh33SyAg0y+/n4fQ== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -546,17 +546,17 @@ tslib "^2.6.2" "@aws-sdk/client-ec2@^3": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-ec2/-/client-ec2-3.883.0.tgz#11c8ea14917617f3f168c8bcc24703ebf9bf524f" - integrity sha512-OBIrw0uJr0bJy/+rbHzoPmVjlCsj0M/MAnnEOEDYVAsP/kkapG2u1KhNKQL2eMx9IHxC3GodqPKJGUrv1QZ4ZA== + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-ec2/-/client-ec2-3.886.0.tgz#523d3b8302805f5e0d6a06aaada3b6d2c619ed7c" + integrity sha512-MKjZzs2ockhasC45m/G75kjRdrGu/B7A45fVdxB/uKLBDlym7gbgpH86YpIMUmg/MsaVpgnb+33K+48MtQz0RA== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-sdk-ec2" "3.882.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" @@ -594,18 +594,18 @@ tslib "^2.6.2" uuid "^9.0.1" -"@aws-sdk/client-ecr-public@^3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-ecr-public/-/client-ecr-public-3.883.0.tgz#7d504c5f0535eda71029f07cbc484a3c75549d1d" - integrity sha512-OHwc+kgLWeVzQnesKBn7BMurAPaZBlrLftkfk+d19pv753N8oDq9rDRRhxF3Ga+aUUHZ5LTd652BfBgkIvUz9w== +"@aws-sdk/client-ecr-public@^3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-ecr-public/-/client-ecr-public-3.886.0.tgz#d624be60664920c0340506b6edc9f8d18c03793a" + integrity sha512-SgDxLtjummHFQpW0fkN6+NUYz9wa3D2iDejuDBrKQmWfEltfEq3zyfz7uzFnd//HsZq2Dkw9PWiLvQcv9uLowQ== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -639,18 +639,18 @@ "@smithy/util-utf8" "^4.0.0" tslib "^2.6.2" -"@aws-sdk/client-ecr@^3", "@aws-sdk/client-ecr@^3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-ecr/-/client-ecr-3.883.0.tgz#9535cc8faf71faf8f9293a44d63cade28392d18a" - integrity sha512-qNYoYZzOXFoqtBODi09dtv71OVpHdkLPk9trgHHxFpxHkhlFzfXGCHXLmxVTFSJ7DNGdxUSMWqFhS6kARnlE1w== +"@aws-sdk/client-ecr@^3", "@aws-sdk/client-ecr@^3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-ecr/-/client-ecr-3.886.0.tgz#e3fad8c6382c2c1e0d1ad7af58fa72e6688ba252" + integrity sha512-5GF9EdtXTyI6P6fXOH3i/BFkpjt6xv7NnQy8qHw0SJrDFY3FswSwF8yJZFzvs5CuOgZwjojuIAZ732yGUcPftg== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -685,18 +685,18 @@ "@smithy/util-waiter" "^4.0.7" tslib "^2.6.2" -"@aws-sdk/client-ecs@^3", "@aws-sdk/client-ecs@^3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-ecs/-/client-ecs-3.883.0.tgz#01d8c3c9ddd7c5bb399bca24d76ea5855f719842" - integrity sha512-MojYGFI7uBGXLXXY0cTS07XKmIJN4QqYq2P0868trDeERxQrT03QcO6b8QTvT9ZIyu1gdrD9kX+yMiulGAFlGA== +"@aws-sdk/client-ecs@^3", "@aws-sdk/client-ecs@^3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-ecs/-/client-ecs-3.886.0.tgz#d9d4646e64bf2ea0a088ed2eee0037a05af310f2" + integrity sha512-22bqXAXAdVIXbIbRaSTyhYkrP0LBLFkvnP6wr2k4um5iHCKWbpl8tEGIUVmk80itXpsR/ASzZbt+YKkp9MDn5Q== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -734,17 +734,17 @@ uuid "^9.0.1" "@aws-sdk/client-elastic-load-balancing-v2@^3": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-elastic-load-balancing-v2/-/client-elastic-load-balancing-v2-3.883.0.tgz#d1da65144e095314ab2e7bae2250b8ab82016e45" - integrity sha512-bS8NCNvD0IzfjJYSt13eODZKLzSlMsfcXSkugKCht0PbGSi77P8u4TlL0BLSOsYDeLUrVIM2ze8dicdOeHbw1g== + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-elastic-load-balancing-v2/-/client-elastic-load-balancing-v2-3.886.0.tgz#9a332a5745ce441dfb971ff473106b4e4d3c2e33" + integrity sha512-bmuEJHbCbdZi/boEchm7djoAC70QlQUNMVNgVCFSxEHsamLDHhNYrPheVWBu+sj7En4hjGF45azvA/FdiybFIg== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -779,18 +779,18 @@ "@smithy/util-waiter" "^4.0.7" tslib "^2.6.2" -"@aws-sdk/client-iam@^3", "@aws-sdk/client-iam@^3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-iam/-/client-iam-3.883.0.tgz#fec3dbf196ce530613ccbf9887ebc2c5653be73f" - integrity sha512-UCU6qC2iNO1wmgRFjp4xbvn23wQSH4ATxooc8tgR3TH12lQzYV34ksseFx3mpP8JRE8QUgJ6EVX8yuf9XjNWTA== +"@aws-sdk/client-iam@^3", "@aws-sdk/client-iam@^3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-iam/-/client-iam-3.886.0.tgz#ab7c458ce6a304a482630e93295decbf6f885092" + integrity sha512-w/DJIoG2nOlSyuGKTl7d4AWs7hJ3+J612jLYJujqne0H6LlkPUZTW9IBNmzMXWuF3JYM8rVOMTfRpocKkcWS6A== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -826,17 +826,17 @@ tslib "^2.6.2" "@aws-sdk/client-kms@^3": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-kms/-/client-kms-3.883.0.tgz#7e6f86943e8ec8b7bf2fb8d7aafc50f7794280d2" - integrity sha512-cB9br5OQQbavaeGytzaaZc558IcpIJVpX92GcbrPcdLsPWybG5wCw0U6XvZcsHJd2I7fVr+s0OVn5wf8bQvsSA== + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-kms/-/client-kms-3.886.0.tgz#567cdca8c898ff034eb5b210a6b00e42e5e5dbee" + integrity sha512-dJWUdaxa0mpoVgedAY4gL/z2Un2Rj2Xf6TktimFOVqozpb85Vl/YTJ2UaIHcONs8Z3GwwXrW96X4QiNdVsovbA== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -870,18 +870,18 @@ "@smithy/util-utf8" "^4.0.0" tslib "^2.6.2" -"@aws-sdk/client-lambda@^3", "@aws-sdk/client-lambda@^3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-lambda/-/client-lambda-3.883.0.tgz#e6db6ced133016a3f2d42105fba3bc7de21321d2" - integrity sha512-kLqPovA/6N1Qfw10t2hyYEMf3bIM9zxXxtB5ADgUURYRKqjOnC7RuOhr7ezNVxNsZu5tjJJxrYWf3HljOuYYhQ== +"@aws-sdk/client-lambda@^3", "@aws-sdk/client-lambda@^3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-lambda/-/client-lambda-3.886.0.tgz#782bcf14239349967ed6e6fdf663a8808fde2431" + integrity sha512-wSwwDRHx2nRiHuQhl7Z1GMOay0woxPmwM9xEszR5tfd3Aw6KULwlAd0wJW0yN13K64s52iBMEMMmNrlFsAIaZw== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -921,17 +921,17 @@ tslib "^2.6.2" "@aws-sdk/client-route-53@^3": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-route-53/-/client-route-53-3.883.0.tgz#33878f6c0a9da778ed49565f839f590bc3fdc67a" - integrity sha512-S2r3zvOLvH2PX6oj7E8LvWgHAq/4zchQKvoHB0ovb4xRyJDcoAXawDuuTh9uOtnGcNIj7sbKhYD0ymkyE91Eww== + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-route-53/-/client-route-53-3.886.0.tgz#1f89fe2c943eaf5d90b6e92025a07c4ed33a3e84" + integrity sha512-Muf+TshlnRA+M7HtKHaFW9rsBZtUXbKl2WRA4Iy9gHRJQyyZ5M5xJ+GLrBIR1pAQm5cXuQXYTW2skIZmV4mYMA== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-sdk-route53" "3.873.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" @@ -968,23 +968,23 @@ "@smithy/util-waiter" "^4.0.7" tslib "^2.6.2" -"@aws-sdk/client-s3@^3", "@aws-sdk/client-s3@^3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.883.0.tgz#5a3ca0737534b7d96ea6b41c12f4b14da1cc63fe" - integrity sha512-+l/p5G/bbobzcils5wKSV1vQEITvJIXDkLfkMWLpF6CC3YfdSDlVn1VOD+NcfuOuVGv4UkwcJzWuC6eaX6t8jg== +"@aws-sdk/client-s3@^3", "@aws-sdk/client-s3@^3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.886.0.tgz#5ee89042c0b7cc492549233af2c1802611369cf3" + integrity sha512-IuZ2EHiSMkEqjOJk/QMQG55zGpj/iDkKNS1V3oKV6ClstmErySBfW0Ri8GuW7WJ1k1pkFO+hvgL6yn1yO+Y6XQ== dependencies: "@aws-crypto/sha1-browser" "5.2.0" "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-bucket-endpoint" "3.873.0" "@aws-sdk/middleware-expect-continue" "3.873.0" "@aws-sdk/middleware-flexible-checksums" "3.883.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-location-constraint" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-sdk-s3" "3.883.0" "@aws-sdk/middleware-ssec" "3.873.0" "@aws-sdk/middleware-user-agent" "3.883.0" @@ -1032,18 +1032,18 @@ tslib "^2.6.2" uuid "^9.0.1" -"@aws-sdk/client-secrets-manager@^3", "@aws-sdk/client-secrets-manager@^3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-secrets-manager/-/client-secrets-manager-3.883.0.tgz#0bf27f2bbc7ca802f7fef6f4b8a03e609d90bf5f" - integrity sha512-qpt9oRPES5+DkE2vBmwu9FPcLIHQPj35hmLkupNptiXEYqN5eUJV/nINDUHJgyEsPN05Dc+847R+QH5u1rSFVg== +"@aws-sdk/client-secrets-manager@^3", "@aws-sdk/client-secrets-manager@^3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-secrets-manager/-/client-secrets-manager-3.886.0.tgz#a8acbe1e0f75a57553d440eb04bcf408a9ab92aa" + integrity sha512-TD3a+z0/161eNe7m1pAdeOgUtsqUrxmRsFCjiU74387xvjwwakB/BiLy6FHQlmi0gI5Qzj8MX0H0UhzjJGp6Tg== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -1080,17 +1080,17 @@ uuid "^9.0.1" "@aws-sdk/client-sfn@^3": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-sfn/-/client-sfn-3.883.0.tgz#871d46838365848dd6107897cb9d5b4525262c3b" - integrity sha512-0IfWMvcPdIWkP+VkWkEBCKBEhxeK3nKMWJp6crJIllIDQj3aJo456n0XUChzM1YpkaPN8q2QN4wiMz7iZVZcRQ== + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-sfn/-/client-sfn-3.886.0.tgz#d7b7079fca46e9bf664ea4ad65907284c30a0ebf" + integrity sha512-FdjvyUj762z/FtOzqCuOdGoYJ+L9gKMWoY1XJcu4v3HTeFuC8EFkW4pqqiU4tuT+v0UY+tLTCebuCPYYaEM92Q== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -1126,18 +1126,18 @@ tslib "^2.6.2" uuid "^9.0.1" -"@aws-sdk/client-sns@^3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-sns/-/client-sns-3.883.0.tgz#fc8b2a767a422485cd634897963391a8cbf86c07" - integrity sha512-sC5/79mW8i2ZBgbh7sQ/zBF2v4ZZ/KBv/a6iaUVBX9ZG1p06vHINMI5qnNt7FfZCHuqYfScYKFA9tLw07aOAqg== +"@aws-sdk/client-sns@^3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-sns/-/client-sns-3.886.0.tgz#0a1487b18a00a7cc1ad78eb0ad1ec47ead5092d4" + integrity sha512-ugT+hXIBB5xVfnTE8UUUho0IFQPesmaFN7YwO+2ibWlZrY9m08b3z0Y/fspszJzwX06XocliCwEhgdD0lxzEag== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -1172,17 +1172,17 @@ tslib "^2.6.2" "@aws-sdk/client-ssm@^3": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-ssm/-/client-ssm-3.883.0.tgz#35ae41df3e7eeeaf30634b647172fd60b59929cd" - integrity sha512-iqTo0elstBR9jgFlvNRVqb+DjR0j0R5cm9Fwm63RsMAcLJYXrSzMA2c6XZZEhbLzHt8ZkIot+yn4DnO5mIHriQ== + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-ssm/-/client-ssm-3.886.0.tgz#dd30ec743c1f790c0fee467fd41bc989f1015752" + integrity sha512-yjc10bl01IXcTGyYkn5CKHQRs44nZaYW/pwvvdwiwRnRqhlq1m8xUJhXuz+MOGKKu0lyehDdJ8sN7NcT2lvi0w== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -1219,17 +1219,17 @@ tslib "^2.6.2" uuid "^9.0.1" -"@aws-sdk/client-sso@3.883.0", "@aws-sdk/client-sso@^3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.883.0.tgz#ee1890425078ea8c48cf7ed92ec2f7138c47e969" - integrity sha512-Ybjw76yPceEBO7+VLjy5+/Gr0A1UNymSDHda5w8tfsS2iHZt/vuD6wrYpHdLoUx4H5la8ZhwcSfK/+kmE+QLPw== +"@aws-sdk/client-sso@3.886.0", "@aws-sdk/client-sso@^3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.886.0.tgz#127dbe0651f90ac39e71b08001c673507dac80be" + integrity sha512-CwpPZBlONsUO6OvMzNNP9PETZ3dPCQum3nUisk5VuzLTvNd80w2aWeSN/TpcAAbNvcRYbM+FsC4gBm4Q4VWn0g== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -1263,18 +1263,18 @@ "@smithy/util-utf8" "^4.0.0" tslib "^2.6.2" -"@aws-sdk/client-sts@^3", "@aws-sdk/client-sts@^3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.883.0.tgz#3408adb565e1003e26bd675540910802d497eba8" - integrity sha512-S3j+lkUPmgGq8fOHMFXXQI/P51Pf7Q6eA6vbJW5hztkgw+OMNcAuOiUJ2p9sTWA1XaAIkcqOPfx80xgDP939lg== +"@aws-sdk/client-sts@^3", "@aws-sdk/client-sts@^3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.886.0.tgz#4b1e5664f3ca26d8136a7b77933448483ab408b9" + integrity sha512-7ucGZylYyxtaTSJSOWLzsWdQ9bQoH8Yt+IPznTRCauX3oXPHKxBUCeikWwkcVzYCrjLHvGpej9fxWCxH67jqrQ== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -1337,12 +1337,12 @@ fast-xml-parser "5.2.5" tslib "^2.6.2" -"@aws-sdk/credential-provider-cognito-identity@3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.883.0.tgz#11f5d6446b3b8c0885ee530ada867ec44b82028d" - integrity sha512-r5KQ1UP1LxtZ5PfBQr08zgn1fIgpDlyDSk59h3kpj91+xcuaQtn3241D61iTv0ICFTaurO5SqM25f87aQuAsDw== +"@aws-sdk/credential-provider-cognito-identity@3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.886.0.tgz#15a562d799f5c14bbf528db6baf723ac2443bfbc" + integrity sha512-71cgmP+GgdL+YM1EZWdHOz8bgghSl64GEWv78PSckv57cOMuSYNCaHIXEmTAqwFOY5zIVmBcS5zU+OMbRer0sQ== dependencies: - "@aws-sdk/client-cognito-identity" "3.883.0" + "@aws-sdk/client-cognito-identity" "3.886.0" "@aws-sdk/types" "3.862.0" "@smithy/property-provider" "^4.0.5" "@smithy/types" "^4.3.2" @@ -1400,18 +1400,18 @@ "@aws-sdk/shared-ini-file-loader" "3.0.0" tslib "^1.8.0" -"@aws-sdk/credential-provider-ini@3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.883.0.tgz#2357461b3a87bfd23477dfcdaef16643eb245632" - integrity sha512-n6z9HTzuDEdugXvPiE/95VJXbF4/gBffdV/SRHDJKtDHaRuvp/gggbfmfVSTFouGVnlKPb2pQWQsW3Nr/Y3Lrw== +"@aws-sdk/credential-provider-ini@3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.886.0.tgz#6f5bb13252b065477daebd7bb618b5eb3e6b3527" + integrity sha512-86ZuuUGLzzYqxkglFBUMCsvb7vSr+IeIPkXD/ERuX9wX0xPxBK961UG7pygO7yaAVzcHSWbWArAXOcEWVlk+7Q== dependencies: "@aws-sdk/core" "3.883.0" "@aws-sdk/credential-provider-env" "3.883.0" "@aws-sdk/credential-provider-http" "3.883.0" "@aws-sdk/credential-provider-process" "3.883.0" - "@aws-sdk/credential-provider-sso" "3.883.0" - "@aws-sdk/credential-provider-web-identity" "3.883.0" - "@aws-sdk/nested-clients" "3.883.0" + "@aws-sdk/credential-provider-sso" "3.886.0" + "@aws-sdk/credential-provider-web-identity" "3.886.0" + "@aws-sdk/nested-clients" "3.886.0" "@aws-sdk/types" "3.862.0" "@smithy/credential-provider-imds" "^4.0.7" "@smithy/property-provider" "^4.0.5" @@ -1431,17 +1431,17 @@ "@aws-sdk/property-provider" "3.0.0" tslib "^1.8.0" -"@aws-sdk/credential-provider-node@3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.883.0.tgz#70cea5890fd040ac18cf045f693f2bb604755d58" - integrity sha512-QIUhsatsrwfB9ZsKpmi0EySSfexVP61wgN7hr493DOileh2QsKW4XATEfsWNmx0dj9323Vg1Mix7bXtRfl9cGg== +"@aws-sdk/credential-provider-node@3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.886.0.tgz#89073d8a27689c56174fcf8215e248818b70916c" + integrity sha512-hyXQrUW6bXkSWOZlNWnNcbXsjM0CBIOfutDFd3tS7Ilhqkx8P3eptT0fVR8GFxNg/ruq5PvnybGK83brUmD7tw== dependencies: "@aws-sdk/credential-provider-env" "3.883.0" "@aws-sdk/credential-provider-http" "3.883.0" - "@aws-sdk/credential-provider-ini" "3.883.0" + "@aws-sdk/credential-provider-ini" "3.886.0" "@aws-sdk/credential-provider-process" "3.883.0" - "@aws-sdk/credential-provider-sso" "3.883.0" - "@aws-sdk/credential-provider-web-identity" "3.883.0" + "@aws-sdk/credential-provider-sso" "3.886.0" + "@aws-sdk/credential-provider-web-identity" "3.886.0" "@aws-sdk/types" "3.862.0" "@smithy/credential-provider-imds" "^4.0.7" "@smithy/property-provider" "^4.0.5" @@ -1471,48 +1471,48 @@ "@smithy/types" "^4.3.2" tslib "^2.6.2" -"@aws-sdk/credential-provider-sso@3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.883.0.tgz#3971c4a55d50ea93a4a3b1d93778cdd12686422e" - integrity sha512-37ve9Tult08HLXrJFHJM/sGB/vO7wzI6v1RUUfeTiShqx8ZQ5fTzCTNY/duO96jCtCexmFNSycpQzh7lDIf0aA== +"@aws-sdk/credential-provider-sso@3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.886.0.tgz#87899424255801ce85b0d711708b61d21e69b839" + integrity sha512-KxNgGcT/2ec7XBhiYGBYlk+UyiMqosi5LzLjq2qR4nYf8Deo/lCtbqXSQplwSQ0JIV2kNDcnMQiSafSS9TrL/A== dependencies: - "@aws-sdk/client-sso" "3.883.0" + "@aws-sdk/client-sso" "3.886.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/token-providers" "3.883.0" + "@aws-sdk/token-providers" "3.886.0" "@aws-sdk/types" "3.862.0" "@smithy/property-provider" "^4.0.5" "@smithy/shared-ini-file-loader" "^4.0.5" "@smithy/types" "^4.3.2" tslib "^2.6.2" -"@aws-sdk/credential-provider-web-identity@3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.883.0.tgz#9b71ca87c748fff3999eabf966b09f0e280bc67c" - integrity sha512-SL82K9Jb0vpuTadqTO4Fpdu7SKtebZ3Yo4LZvk/U0UauVMlJj5ZTos0mFx1QSMB9/4TpqifYrSZcdnxgYg8Eqw== +"@aws-sdk/credential-provider-web-identity@3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.886.0.tgz#9f234d8624447e498a901acb1840cb0ebe19a985" + integrity sha512-pilcy1GUOr4lIWApTcgJLGL+t79SOoe66pzmranQhbn+HGAp2VgiZizeID9P3HLmZObStVal4yTaJur0hWb5ZQ== dependencies: "@aws-sdk/core" "3.883.0" - "@aws-sdk/nested-clients" "3.883.0" + "@aws-sdk/nested-clients" "3.886.0" "@aws-sdk/types" "3.862.0" "@smithy/property-provider" "^4.0.5" "@smithy/types" "^4.3.2" tslib "^2.6.2" -"@aws-sdk/credential-providers@^3", "@aws-sdk/credential-providers@^3.879.0", "@aws-sdk/credential-providers@^3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-providers/-/credential-providers-3.883.0.tgz#7496c96ebef5e2f2fe2c101852356904ae8412d8" - integrity sha512-gIoGVbOTAaWm9muDo5QI42EAYW03RyNbtGb+Yhiy72EX15aZhRsW9v9Gs1YxC2d7dTW5Zs3qXMcenoMzas5aQg== +"@aws-sdk/credential-providers@^3", "@aws-sdk/credential-providers@^3.883.0", "@aws-sdk/credential-providers@^3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-providers/-/credential-providers-3.886.0.tgz#1d36fc7329ba6afebd6f38db23c97f9e5a8ebb1c" + integrity sha512-babe6+Q8AC53Pc4Xtuy73bl7Qm6YjvZVAopatilvpeKEXzgfvvTbWYlGNSkQOX7wQxrpEC6r6abtpHw71tDguw== dependencies: - "@aws-sdk/client-cognito-identity" "3.883.0" + "@aws-sdk/client-cognito-identity" "3.886.0" "@aws-sdk/core" "3.883.0" - "@aws-sdk/credential-provider-cognito-identity" "3.883.0" + "@aws-sdk/credential-provider-cognito-identity" "3.886.0" "@aws-sdk/credential-provider-env" "3.883.0" "@aws-sdk/credential-provider-http" "3.883.0" - "@aws-sdk/credential-provider-ini" "3.883.0" - "@aws-sdk/credential-provider-node" "3.883.0" + "@aws-sdk/credential-provider-ini" "3.886.0" + "@aws-sdk/credential-provider-node" "3.886.0" "@aws-sdk/credential-provider-process" "3.883.0" - "@aws-sdk/credential-provider-sso" "3.883.0" - "@aws-sdk/credential-provider-web-identity" "3.883.0" - "@aws-sdk/nested-clients" "3.883.0" + "@aws-sdk/credential-provider-sso" "3.886.0" + "@aws-sdk/credential-provider-web-identity" "3.886.0" + "@aws-sdk/nested-clients" "3.886.0" "@aws-sdk/types" "3.862.0" "@smithy/config-resolver" "^4.1.5" "@smithy/core" "^3.9.2" @@ -1523,9 +1523,9 @@ tslib "^2.6.2" "@aws-sdk/ec2-metadata-service@^3": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/ec2-metadata-service/-/ec2-metadata-service-3.883.0.tgz#9c32237a3b96389a3492e8ead3d2b8a1e88c5086" - integrity sha512-eQRXYL2qkO0dcYUi/b2BiiKGpvFD9Rq5cYIJ6Hnn/JfsKtU9o94yZ7rJDMioKIAYP8bf8B03BmsGjkTwGgJoYw== + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/ec2-metadata-service/-/ec2-metadata-service-3.886.0.tgz#04f57d326c97340c04b7e19ff67eb49d169f96ac" + integrity sha512-FzlPY4z08eAS78+qr4/qRO8BC0atNVqNu414CXKiiz/5dar/+6VIuP8O6fmEt2wv34A+N4OIbnhGHL0IWzLzoQ== dependencies: "@aws-sdk/types" "3.862.0" "@smithy/node-config-provider" "^4.1.4" @@ -1568,9 +1568,9 @@ tslib "^1.8.0" "@aws-sdk/lib-storage@^3": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.883.0.tgz#d5691a663278b2f94c8263dfcbd827b720c29960" - integrity sha512-6E7WEeFjbENGA3rilQoHwCtr8EHOxmQgPHcWQ+5o0jhG832xJZ8qzb+e2PXqZqj0N/yfkQAIVkRWzKFAb3/u1Q== + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.886.0.tgz#791fef99fcb3a341814283ce71a9ce896dcf028e" + integrity sha512-h7Xakvga+xhYOdKEXR7BXMUre7iCA6frb/RKhGNvs/novtTEcqipSYOFjCTpEjj2q60f4jzFP4/PYpyiPgd5eA== dependencies: "@smithy/abort-controller" "^4.0.5" "@smithy/middleware-endpoint" "^4.1.21" @@ -1681,12 +1681,13 @@ "@smithy/types" "^4.3.2" tslib "^2.6.2" -"@aws-sdk/middleware-recursion-detection@3.873.0": - version "3.873.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.873.0.tgz#1f9086542800d355d85332acea7accf1856e408b" - integrity sha512-OtgY8EXOzRdEWR//WfPkA/fXl0+WwE8hq0y9iw2caNyKPtca85dzrrZWnPqyBK/cpImosrpR1iKMYr41XshsCg== +"@aws-sdk/middleware-recursion-detection@3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.886.0.tgz#2ba280503609b63fbe28bc92ca37ad51a048b06f" + integrity sha512-yMMlPqiX1SXFwQ0L1a/U19rdXx7eYseHsJEC9F9M5LUUPBI7k117nA0vXxvsvODVQ6JKtY7nTiPrc98GcVKgnw== dependencies: "@aws-sdk/types" "3.862.0" + "@aws/lambda-invoke-store" "^0.0.1" "@smithy/protocol-http" "^5.1.3" "@smithy/types" "^4.3.2" tslib "^2.6.2" @@ -1798,17 +1799,17 @@ "@smithy/types" "^4.3.2" tslib "^2.6.2" -"@aws-sdk/nested-clients@3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.883.0.tgz#4dffbe3c11f66fa0f750eea6d87e13cc0188aff1" - integrity sha512-IhzDM+v0ga53GOOrZ9jmGNr7JU5OR6h6ZK9NgB7GXaa+gsDbqfUuXRwyKDYXldrTXf1sUR3vy1okWDXA7S2ejQ== +"@aws-sdk/nested-clients@3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.886.0.tgz#bc9a8227c63fc7917d7e9f7a69e33b4dda5c42ee" + integrity sha512-CqeRdkNyJ7LlKLQtMTzK11WIiryEK8JbSL5LCia0B1Lp22OByDUiUSFZZ3FZq9poD5qHQI63pHkzAr5WkLGS5A== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" "@aws-sdk/core" "3.883.0" "@aws-sdk/middleware-host-header" "3.873.0" "@aws-sdk/middleware-logger" "3.876.0" - "@aws-sdk/middleware-recursion-detection" "3.873.0" + "@aws-sdk/middleware-recursion-detection" "3.886.0" "@aws-sdk/middleware-user-agent" "3.883.0" "@aws-sdk/region-config-resolver" "3.873.0" "@aws-sdk/types" "3.862.0" @@ -1944,13 +1945,13 @@ "@aws-sdk/middleware-stack" "3.0.0" tslib "^1.8.0" -"@aws-sdk/token-providers@3.883.0": - version "3.883.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.883.0.tgz#70d035f985e26be6c2b6f60b59d04671dd0cf003" - integrity sha512-tcj/Z5paGn9esxhmmkEW7gt39uNoIRbXG1UwJrfKu4zcTr89h86PDiIE2nxUO3CMQf1KgncPpr5WouPGzkh/QQ== +"@aws-sdk/token-providers@3.886.0": + version "3.886.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.886.0.tgz#9829095ea3b510cddf3e3c3c8cabab0584e10e1c" + integrity sha512-dYS3apmGcldFglpAiAajcdDKtKjBw/NkG6nRYIC2q7+OZsxeyzunT1EUSxV4xphLoqiuhuCg/fTnBI3WVtb3IQ== dependencies: "@aws-sdk/core" "3.883.0" - "@aws-sdk/nested-clients" "3.883.0" + "@aws-sdk/nested-clients" "3.886.0" "@aws-sdk/types" "3.862.0" "@smithy/property-provider" "^4.0.5" "@smithy/shared-ini-file-loader" "^4.0.5" @@ -2163,6 +2164,11 @@ "@smithy/types" "^4.3.2" tslib "^2.6.2" +"@aws/lambda-invoke-store@^0.0.1": + version "0.0.1" + resolved "https://registry.yarnpkg.com/@aws/lambda-invoke-store/-/lambda-invoke-store-0.0.1.tgz#92d792a7dda250dfcb902e13228f37a81be57c8f" + integrity sha512-ORHRQ2tmvnBXc8t/X9Z8IcSbBA4xTLKuN873FopzklHMeqBst7YG0d+AX97inkvDX+NChYtSr+qGfcqGFaI8Zw== + "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.27.1": version "7.27.1" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" @@ -2436,12 +2442,12 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cdklabs/cdk-atmosphere-client@^0.0.63": - version "0.0.63" - resolved "https://registry.yarnpkg.com/@cdklabs/cdk-atmosphere-client/-/cdk-atmosphere-client-0.0.63.tgz#5eea46257dd6a2b2f554f1c9ce345ed00fb9b461" - integrity sha512-cILjXW0QcesCUdrvnb2xNruiw1SJ/S1Ly9xYWutS2PvhF7taFCwv/xKuUNb98fx4wn+9LIW/3MdYmI/5ym3vOA== +"@cdklabs/cdk-atmosphere-client@^0.0.64": + version "0.0.64" + resolved "https://registry.yarnpkg.com/@cdklabs/cdk-atmosphere-client/-/cdk-atmosphere-client-0.0.64.tgz#dd2250973ebefb602723c19c8a42c37be3b6b3ad" + integrity sha512-G/ga2Q37ZZGs64SxenBLpLmmmIAsKschhuJlMr3AEuK4/m+uYMxmmcb3Y5FOKSeAys9ZBO8dbuRwS/SqPeUeQw== dependencies: - "@aws-sdk/credential-providers" "^3.879.0" + "@aws-sdk/credential-providers" "^3.883.0" aws4fetch "^1.0.20" "@cdklabs/eslint-plugin@^1.3.4": @@ -2679,9 +2685,9 @@ integrity sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ== "@eslint-community/eslint-utils@^4.7.0", "@eslint-community/eslint-utils@^4.8.0": - version "4.8.0" - resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.8.0.tgz#0e3b5e45566d1bce1ec47d8aae2fc2ad77ad0894" - integrity sha512-MJQFqrZgcW0UNYLGOuQpey/oTN59vyWwplvCGZztn1cKz9agZPPYpJB7h2OMmuu7VLqkvEjN8feFZJmxNF9D+Q== + version "4.9.0" + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3" + integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g== dependencies: eslint-visitor-keys "^3.4.3" @@ -3363,7 +3369,7 @@ chalk "^4.1.2" semver "^7.7.2" -"@jsii/spec@1.114.1", "@jsii/spec@^1.113.0": +"@jsii/spec@1.114.1", "@jsii/spec@^1.113.0", "@jsii/spec@^1.114.1": version "1.114.1" resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.114.1.tgz#9c064d57f062d913bcfda25b5496bdf4c9c95c46" integrity sha512-SdjVQaNqLkTUK+2R0/t/MnM/NBvv1vzqxO5sn1nnoFD5Wlih8TFOIjl+Q8npzYmOtN+et3D+BMVYrxmVfq4X0w== @@ -3984,12 +3990,12 @@ "@smithy/types" "^1.2.0" tslib "^2.5.0" -"@smithy/abort-controller@^4.0.5", "@smithy/abort-controller@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-4.1.0.tgz#4bc16dad8e24b30fcd27ab24836a61ddf01eac82" - integrity sha512-wEhSYznxOmx7EdwK1tYEWJF5+/wmSFsff9BfTOn8oO/+KPl3gsmThrb6MJlWbOC391+Ya31s5JuHiC2RlT80Zg== +"@smithy/abort-controller@^4.0.5", "@smithy/abort-controller@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-4.1.1.tgz#9b3872ab6b2c061486175c281dadc0a853260533" + integrity sha512-vkzula+IwRvPR6oKQhMYioM3A/oX/lFCZiwuxkQbRhqJS2S4YRY2k7k/SyR2jMf3607HLtbEwlRxi0ndXHMjRg== dependencies: - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" tslib "^2.6.2" "@smithy/chunked-blob-reader-native@^4.1.0": @@ -4007,136 +4013,136 @@ dependencies: tslib "^2.6.2" -"@smithy/config-resolver@^4", "@smithy/config-resolver@^4.1.5", "@smithy/config-resolver@^4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.2.0.tgz#3f94532a2fab1e064f0d6ed87e34361a6fa729a4" - integrity sha512-FA10YhPFLy23uxeWu7pOM2ctlw+gzbPMTZQwrZ8FRIfyJ/p8YIVz7AVTB5jjLD+QIerydyKcVMZur8qzzDILAQ== +"@smithy/config-resolver@^4", "@smithy/config-resolver@^4.1.5", "@smithy/config-resolver@^4.2.1": + version "4.2.1" + resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.2.1.tgz#12c24e550e2675e03a78bec64a652ed129bce718" + integrity sha512-FXil8q4QN7mgKwU2hCLm0ltab8NyY/1RiqEf25Jnf6WLS3wmb11zGAoLETqg1nur2Aoibun4w4MjeN9CMJ4G6A== dependencies: - "@smithy/node-config-provider" "^4.2.0" - "@smithy/types" "^4.4.0" + "@smithy/node-config-provider" "^4.2.1" + "@smithy/types" "^4.5.0" "@smithy/util-config-provider" "^4.1.0" - "@smithy/util-middleware" "^4.1.0" + "@smithy/util-middleware" "^4.1.1" tslib "^2.6.2" -"@smithy/core@^3.10.0", "@smithy/core@^3.9.2": - version "3.10.0" - resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.10.0.tgz#d31541e0e1943434ccbfbaacec5c8312128b129c" - integrity sha512-bXyD3Ij6b1qDymEYlEcF+QIjwb9gObwZNaRjETJsUEvSIzxFdynSQ3E4ysY7lUFSBzeWBNaFvX+5A0smbC2q6A== +"@smithy/core@^3.11.0", "@smithy/core@^3.9.2": + version "3.11.0" + resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.11.0.tgz#18ee04696ca35889046169e422a894bea1bec59d" + integrity sha512-Abs5rdP1o8/OINtE49wwNeWuynCu0kme1r4RI3VXVrHr4odVDG7h7mTnw1WXXfN5Il+c25QOnrdL2y56USfxkA== dependencies: - "@smithy/middleware-serde" "^4.1.0" - "@smithy/protocol-http" "^5.2.0" - "@smithy/types" "^4.4.0" + "@smithy/middleware-serde" "^4.1.1" + "@smithy/protocol-http" "^5.2.1" + "@smithy/types" "^4.5.0" "@smithy/util-base64" "^4.1.0" "@smithy/util-body-length-browser" "^4.1.0" - "@smithy/util-middleware" "^4.1.0" - "@smithy/util-stream" "^4.3.0" + "@smithy/util-middleware" "^4.1.1" + "@smithy/util-stream" "^4.3.1" "@smithy/util-utf8" "^4.1.0" "@types/uuid" "^9.0.1" tslib "^2.6.2" uuid "^9.0.1" -"@smithy/credential-provider-imds@^4.0.7", "@smithy/credential-provider-imds@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.1.0.tgz#4b9b5b684a202cf7c176fbef8216d6b0dcd89309" - integrity sha512-iVwNhxTsCQTPdp++4C/d9xvaDmuEWhXi55qJobMp9QMaEHRGH3kErU4F8gohtdsawRqnUy/ANylCjKuhcR2mPw== +"@smithy/credential-provider-imds@^4.0.7", "@smithy/credential-provider-imds@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.1.1.tgz#e1535a0121a98a2d872eaffc2470eccc057cebd5" + integrity sha512-1WdBfM9DwA59pnpIizxnUvBf/de18p4GP+6zP2AqrlFzoW3ERpZaT4QueBR0nS9deDMaQRkBlngpVlnkuuTisQ== dependencies: - "@smithy/node-config-provider" "^4.2.0" - "@smithy/property-provider" "^4.1.0" - "@smithy/types" "^4.4.0" - "@smithy/url-parser" "^4.1.0" + "@smithy/node-config-provider" "^4.2.1" + "@smithy/property-provider" "^4.1.1" + "@smithy/types" "^4.5.0" + "@smithy/url-parser" "^4.1.1" tslib "^2.6.2" -"@smithy/eventstream-codec@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-4.1.0.tgz#6e0093f406712fa91810109dfafe8b2e9ef21c4e" - integrity sha512-MSOb6pwG3Tss1UwlZMHC+rYergWCo4fwep3Y1fJxwdLLxReSaKFfXxPQhEHi/8LSNQFEcBYBxybgjXjw4jJWqQ== +"@smithy/eventstream-codec@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-4.1.1.tgz#637eb4bceecc3ef588b86c28506439a9cdd7a41f" + integrity sha512-PwkQw1hZwHTQB6X5hSUWz2OSeuj5Z6enWuAqke7DgWoP3t6vg3ktPpqPz3Erkn6w+tmsl8Oss6nrgyezoea2Iw== dependencies: "@aws-crypto/crc32" "5.2.0" - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" "@smithy/util-hex-encoding" "^4.1.0" tslib "^2.6.2" "@smithy/eventstream-serde-browser@^4.0.5": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-4.1.0.tgz#d4f236d6fdc453254b9f881e4d5538f3ebc7a509" - integrity sha512-VvHXoBoLos2OCdMtUvKWK7ckcvun6ZP4KBYhf38+kszk6BEuK9k8c3xbIMIpC6K4vTK72qHlHAdBoR9qU+F7xw== + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-4.1.1.tgz#f7df13ebd5a6028b12b496f12eecdd08c4c9b792" + integrity sha512-Q9QWdAzRaIuVkefupRPRFAasaG/droBqn1feiMnmLa+LLEUG45pqX1+FurHFmlqiCfobB3nUlgoJfeXZsr7MPA== dependencies: - "@smithy/eventstream-serde-universal" "^4.1.0" - "@smithy/types" "^4.4.0" + "@smithy/eventstream-serde-universal" "^4.1.1" + "@smithy/types" "^4.5.0" tslib "^2.6.2" "@smithy/eventstream-serde-config-resolver@^4.1.3": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-4.2.0.tgz#ce778c142984e88846f5ae33ecc6bc9afcdbe357" - integrity sha512-T7YlcU0cP2bjAC4eXo9E6puqrrmqv5VHBL8bPMOMgEE1p4m+bwkDWRQpeiXqn/idoKM1qwXq8PvRLYmpbYB6uw== + version "4.2.1" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-4.2.1.tgz#77333a110361bfe2749b685d31e01299ede87c40" + integrity sha512-oSUkF9zDN9zcOUBMtxp8RewJlh71E9NoHWU8jE3hU9JMYCsmW4assVTpgic/iS3/dM317j6hO5x18cc3XrfvEw== dependencies: - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" tslib "^2.6.2" "@smithy/eventstream-serde-node@^4.0.5": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-node/-/eventstream-serde-node-4.1.0.tgz#65ce1a4d2ea7241d27c1cddc0c3e4d66b3020b69" - integrity sha512-WlIKVRkcPjwuN3x+e8+5KOI9nL6s93bxgWH+39VwwQMl+4FagKPtTM3VCumSoZJ9qn/CNl4W5mVdFFRkDF84lQ== + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-node/-/eventstream-serde-node-4.1.1.tgz#635819a756cb8a69a7e3eb91ca9076284ea00939" + integrity sha512-tn6vulwf/ScY0vjhzptSJuDJJqlhNtUjkxJ4wiv9E3SPoEqTEKbaq6bfqRO7nvhTG29ALICRcvfFheOUPl8KNA== dependencies: - "@smithy/eventstream-serde-universal" "^4.1.0" - "@smithy/types" "^4.4.0" + "@smithy/eventstream-serde-universal" "^4.1.1" + "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/eventstream-serde-universal@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-4.1.0.tgz#3068f9b94a54bca0b3eba31b15ca1fdd3f6411b2" - integrity sha512-GjMezHHd0xrjJcWLAcnXlVePe7PY8KsdxzKeXcMn7V3vfIScGUpKQJrlSmEXwzFH9Mjl0G0EdOS5GzewZEwtxg== +"@smithy/eventstream-serde-universal@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-4.1.1.tgz#803cdde6a17ac501cc700ce38400caf70715ecb1" + integrity sha512-uLOAiM/Dmgh2CbEXQx+6/ssK7fbzFhd+LjdyFxXid5ZBCbLHTFHLdD/QbXw5aEDsLxQhgzDxLLsZhsftAYwHJA== dependencies: - "@smithy/eventstream-codec" "^4.1.0" - "@smithy/types" "^4.4.0" + "@smithy/eventstream-codec" "^4.1.1" + "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/fetch-http-handler@^5.1.1", "@smithy/fetch-http-handler@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.2.0.tgz#9150a9bf1cc9f2ad1c9e07b0d7121829b3e166c9" - integrity sha512-VZenjDdVaUGiy3hwQtxm75nhXZrhFG+3xyL93qCQAlYDyhT/jeDWM8/3r5uCFMlTmmyrIjiDyiOynVFchb0BSg== +"@smithy/fetch-http-handler@^5.1.1", "@smithy/fetch-http-handler@^5.2.1": + version "5.2.1" + resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.2.1.tgz#fe284a00f1b3a35edf9fba454d287b7f74ef20af" + integrity sha512-5/3wxKNtV3wO/hk1is+CZUhL8a1yy/U+9u9LKQ9kZTkMsHaQjJhc3stFfiujtMnkITjzWfndGA2f7g9Uh9vKng== dependencies: - "@smithy/protocol-http" "^5.2.0" - "@smithy/querystring-builder" "^4.1.0" - "@smithy/types" "^4.4.0" + "@smithy/protocol-http" "^5.2.1" + "@smithy/querystring-builder" "^4.1.1" + "@smithy/types" "^4.5.0" "@smithy/util-base64" "^4.1.0" tslib "^2.6.2" "@smithy/hash-blob-browser@^4.0.5": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/hash-blob-browser/-/hash-blob-browser-4.1.0.tgz#755adcf7b773fe8c8852f39511b89b33475befe9" - integrity sha512-brRgh2qEYPHYImfqoQB/xfcT/CjSz9Z/dH2vURSS0lIw3bImFK5t15l4iypwRw4GtZlZTK/VsLqsR54OJWRerg== + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/hash-blob-browser/-/hash-blob-browser-4.1.1.tgz#fbcab0008b973ccf370c698cd11ec8d9584607c8" + integrity sha512-avAtk++s1e/1VODf+rg7c9R2pB5G9y8yaJaGY4lPZI2+UIqVyuSDMikWjeWfBVmFZ3O7NpDxBbUCyGhThVUKWQ== dependencies: "@smithy/chunked-blob-reader" "^5.1.0" "@smithy/chunked-blob-reader-native" "^4.1.0" - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" tslib "^2.6.2" "@smithy/hash-node@^4.0.5": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-4.1.0.tgz#221ffe91629d1fb7dd3123d2d0490b9a5f212126" - integrity sha512-mXkJQ/6lAXTuoSsEH+d/fHa4ms4qV5LqYoPLYhmhCRTNcMMdg+4Ya8cMgU1W8+OR40eX0kzsExT7fAILqtTl2w== + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-4.1.1.tgz#86ceca92487492267e944e4f4507106b731e7971" + integrity sha512-H9DIU9WBLhYrvPs9v4sYvnZ1PiAI0oc8CgNQUJ1rpN3pP7QADbTOUjchI2FB764Ub0DstH5xbTqcMJu1pnVqxA== dependencies: - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" "@smithy/util-buffer-from" "^4.1.0" "@smithy/util-utf8" "^4.1.0" tslib "^2.6.2" "@smithy/hash-stream-node@^4.0.5": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/hash-stream-node/-/hash-stream-node-4.1.0.tgz#f090171ae95c4a409a39f355ebf50aee5d5b847d" - integrity sha512-9TToqq62msanK/L6pV1ZAOm2+1VgCz9gE6/TVJhZXV352DnAItaO9jx6FFGujUDXrRJV0lpwe4c0vymz/vXMUQ== + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/hash-stream-node/-/hash-stream-node-4.1.1.tgz#1d8e4485fa15c458d7a8248a50d0f5f91705cced" + integrity sha512-3ztT4pV0Moazs3JAYFdfKk11kYFDo4b/3R3+xVjIm6wY9YpJf+xfz+ocEnNKcWAdcmSMqi168i2EMaKmJHbJMA== dependencies: - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" "@smithy/util-utf8" "^4.1.0" tslib "^2.6.2" "@smithy/invalid-dependency@^4.0.5": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-4.1.0.tgz#75462a271bf402e050824dddb61094b3d8ac3c92" - integrity sha512-4/FcV6aCMzgpM4YyA/GRzTtG28G0RQJcWK722MmpIgzOyfSceWcI9T9c8matpHU9qYYLaWtk8pSGNCLn5kzDRw== + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-4.1.1.tgz#2511335ff889944701c7d2a3b1e4a4d6fe9ddfab" + integrity sha512-1AqLyFlfrrDkyES8uhINRlJXmHA2FkG+3DY8X+rmLSqmFwk3DJnvhyGzyByPyewh2jbmV+TYQBEfngQax8IFGg== dependencies: - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" tslib "^2.6.2" "@smithy/is-array-buffer@^2.2.0": @@ -4154,21 +4160,21 @@ tslib "^2.6.2" "@smithy/md5-js@^4.0.5": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/md5-js/-/md5-js-4.1.0.tgz#861e56be4405389d5a552835fb3df6b9955cefd0" - integrity sha512-RW1+/E3rv80254ekFqiUTM8ExtN0dG9dkUwU2x17rxS4Mn2ib3SrTCdayCiNbfj6xWHupzgOJB6iNoXiOzNe6g== + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/md5-js/-/md5-js-4.1.1.tgz#df81396bef83eb17bce531c871af935df986bdfc" + integrity sha512-MvWXKK743BuHjr/hnWuT6uStdKEaoqxHAQUvbKJPPZM5ZojTNFI5D+47BoQfBE5RgGlRRty05EbWA+NXDv+hIA== dependencies: - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" "@smithy/util-utf8" "^4.1.0" tslib "^2.6.2" "@smithy/middleware-content-length@^4.0.5": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-4.1.0.tgz#2c35c68ce84939fdf6dace2c425ff3a241d3d875" - integrity sha512-x3dgLFubk/ClKVniJu+ELeZGk4mq7Iv0HgCRUlxNUIcerHTLVmq7Q5eGJL0tOnUltY6KFw5YOKaYxwdcMwox/w== + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-4.1.1.tgz#eaea7bd14c7a0b64aef87b8c372c2a04d7b9cb72" + integrity sha512-9wlfBBgTsRvC2JxLJxv4xDGNBrZuio3AgSl0lSFX7fneW2cGskXTYpFxCdRYD2+5yzmsiTuaAJD1Wp7gWt9y9w== dependencies: - "@smithy/protocol-http" "^5.2.0" - "@smithy/types" "^4.4.0" + "@smithy/protocol-http" "^5.2.1" + "@smithy/types" "^4.5.0" tslib "^2.6.2" "@smithy/middleware-endpoint@^1.0.2": @@ -4182,32 +4188,32 @@ "@smithy/util-middleware" "^1.1.0" tslib "^2.5.0" -"@smithy/middleware-endpoint@^4", "@smithy/middleware-endpoint@^4.1.21", "@smithy/middleware-endpoint@^4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.2.0.tgz#422373cb82530f27d025a6c33f62f1844ee7e268" - integrity sha512-J1eCF7pPDwgv7fGwRd2+Y+H9hlIolF3OZ2PjptonzzyOXXGh/1KGJAHpEcY1EX+WLlclKu2yC5k+9jWXdUG4YQ== - dependencies: - "@smithy/core" "^3.10.0" - "@smithy/middleware-serde" "^4.1.0" - "@smithy/node-config-provider" "^4.2.0" - "@smithy/shared-ini-file-loader" "^4.1.0" - "@smithy/types" "^4.4.0" - "@smithy/url-parser" "^4.1.0" - "@smithy/util-middleware" "^4.1.0" +"@smithy/middleware-endpoint@^4", "@smithy/middleware-endpoint@^4.1.21", "@smithy/middleware-endpoint@^4.2.1": + version "4.2.1" + resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.2.1.tgz#54c61a113e6da7b615724d03517879d377d3888d" + integrity sha512-fUTMmQvQQZakXOuKizfu7fBLDpwvWZjfH6zUK2OLsoNZRZGbNUdNSdLJHpwk1vS208jtDjpUIskh+JoA8zMzZg== + dependencies: + "@smithy/core" "^3.11.0" + "@smithy/middleware-serde" "^4.1.1" + "@smithy/node-config-provider" "^4.2.1" + "@smithy/shared-ini-file-loader" "^4.1.1" + "@smithy/types" "^4.5.0" + "@smithy/url-parser" "^4.1.1" + "@smithy/util-middleware" "^4.1.1" tslib "^2.6.2" "@smithy/middleware-retry@^4.1.22": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.2.0.tgz#eacfb54cc30910c07a19e4dc45ad775667102ad0" - integrity sha512-raL5oWYf5ALl3jCJrajE8enKJEnV/2wZkKS6mb3ZRY2tg3nj66ssdWy5Ps8E6Yu8Wqh3Tt+Sb9LozjvwZupq+A== - dependencies: - "@smithy/node-config-provider" "^4.2.0" - "@smithy/protocol-http" "^5.2.0" - "@smithy/service-error-classification" "^4.1.0" - "@smithy/smithy-client" "^4.6.0" - "@smithy/types" "^4.4.0" - "@smithy/util-middleware" "^4.1.0" - "@smithy/util-retry" "^4.1.0" + version "4.2.1" + resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.2.1.tgz#61be10c06e183c392a3769cb8b03c7846b37bee7" + integrity sha512-JzfvjwSJXWRl7LkLgIRTUTd2Wj639yr3sQGpViGNEOjtb0AkAuYqRAHs+jSOI/LPC0ZTjmFVVtfrCICMuebexw== + dependencies: + "@smithy/node-config-provider" "^4.2.1" + "@smithy/protocol-http" "^5.2.1" + "@smithy/service-error-classification" "^4.1.1" + "@smithy/smithy-client" "^4.6.1" + "@smithy/types" "^4.5.0" + "@smithy/util-middleware" "^4.1.1" + "@smithy/util-retry" "^4.1.1" "@types/uuid" "^9.0.1" tslib "^2.6.2" uuid "^9.0.1" @@ -4220,66 +4226,66 @@ "@smithy/types" "^1.2.0" tslib "^2.5.0" -"@smithy/middleware-serde@^4.0.9", "@smithy/middleware-serde@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-4.1.0.tgz#6ecb2499e3eaa7a608ab506a57705ab78ccad6d3" - integrity sha512-CtLFYlHt7c2VcztyVRc+25JLV4aGpmaSv9F1sPB0AGFL6S+RPythkqpGDa2XBQLJQooKkjLA1g7Xe4450knShg== +"@smithy/middleware-serde@^4.0.9", "@smithy/middleware-serde@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-4.1.1.tgz#cfb99f53c744d7730928235cbe66cc7ff8a8a9b2" + integrity sha512-lh48uQdbCoj619kRouev5XbWhCwRKLmphAif16c4J6JgJ4uXjub1PI6RL38d3BLliUvSso6klyB/LTNpWSNIyg== dependencies: - "@smithy/protocol-http" "^5.2.0" - "@smithy/types" "^4.4.0" + "@smithy/protocol-http" "^5.2.1" + "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/middleware-stack@^4.0.5", "@smithy/middleware-stack@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-4.1.0.tgz#b546986c1cfe9cea2165c3df140bf907c2a2ff54" - integrity sha512-91Fuw4IKp0eK8PNhMXrHRcYA1jvbZ9BJGT91wwPy3bTQT8mHTcQNius/EhSQTlT9QUI3Ki1wjHeNXbWK0tO8YQ== +"@smithy/middleware-stack@^4.0.5", "@smithy/middleware-stack@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-4.1.1.tgz#1d533fde4ccbb62d7fc0f0b8ac518b7e4791e311" + integrity sha512-ygRnniqNcDhHzs6QAPIdia26M7e7z9gpkIMUe/pK0RsrQ7i5MblwxY8078/QCnGq6AmlUUWgljK2HlelsKIb/A== dependencies: - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/node-config-provider@^4", "@smithy/node-config-provider@^4.1.4", "@smithy/node-config-provider@^4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-4.2.0.tgz#349c4a3cd0a232578163af39c9eb9c4513bae13a" - integrity sha512-8/fpilqKurQ+f8nFvoFkJ0lrymoMJ+5/CQV5IcTv/MyKhk2Q/EFYCAgTSWHD4nMi9ux9NyBBynkyE9SLg2uSLA== +"@smithy/node-config-provider@^4", "@smithy/node-config-provider@^4.1.4", "@smithy/node-config-provider@^4.2.1": + version "4.2.1" + resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-4.2.1.tgz#31be8865dbea9a9f23aee278a6728317d0ed0250" + integrity sha512-AIA0BJZq2h295J5NeCTKhg1WwtdTA/GqBCaVjk30bDgMHwniUETyh5cP9IiE9VrId7Kt8hS7zvREVMTv1VfA6g== dependencies: - "@smithy/property-provider" "^4.1.0" - "@smithy/shared-ini-file-loader" "^4.1.0" - "@smithy/types" "^4.4.0" + "@smithy/property-provider" "^4.1.1" + "@smithy/shared-ini-file-loader" "^4.1.1" + "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/node-http-handler@^4.1.1", "@smithy/node-http-handler@^4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.2.0.tgz#63e0c545118fda03ca0e09a9ea823b108f446731" - integrity sha512-G4NV70B4hF9vBrUkkvNfWO6+QR4jYjeO4tc+4XrKCb4nPYj49V9Hu8Ftio7Mb0/0IlFyEOORudHrm+isY29nCA== +"@smithy/node-http-handler@^4.1.1", "@smithy/node-http-handler@^4.2.1": + version "4.2.1" + resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.2.1.tgz#d7ab8e31659030d3d5a68f0982f15c00b1e67a0c" + integrity sha512-REyybygHlxo3TJICPF89N2pMQSf+p+tBJqpVe1+77Cfi9HBPReNjTgtZ1Vg73exq24vkqJskKDpfF74reXjxfw== dependencies: - "@smithy/abort-controller" "^4.1.0" - "@smithy/protocol-http" "^5.2.0" - "@smithy/querystring-builder" "^4.1.0" - "@smithy/types" "^4.4.0" + "@smithy/abort-controller" "^4.1.1" + "@smithy/protocol-http" "^5.2.1" + "@smithy/querystring-builder" "^4.1.1" + "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/property-provider@^4", "@smithy/property-provider@^4.0.5", "@smithy/property-provider@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-4.1.0.tgz#84b9be0a112391115dcb89eb4c858ef74ebc5b21" - integrity sha512-eksMjMHUlG5PwOUWO3k+rfLNOPVPJ70mUzyYNKb5lvyIuAwS4zpWGsxGiuT74DFWonW0xRNy+jgzGauUzX7SyA== +"@smithy/property-provider@^4", "@smithy/property-provider@^4.0.5", "@smithy/property-provider@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-4.1.1.tgz#6e11ae6729840314afed05fd6ab48f62c654116b" + integrity sha512-gm3ZS7DHxUbzC2wr8MUCsAabyiXY0gaj3ROWnhSx/9sPMc6eYLMM4rX81w1zsMaObj2Lq3PZtNCC1J6lpEY7zg== dependencies: - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/protocol-http@^5.1.3", "@smithy/protocol-http@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.2.0.tgz#95d55ac6a8404d466f6b2d878db1a3d901bda0c4" - integrity sha512-bwjlh5JwdOQnA01be+5UvHK4HQz4iaRKlVG46hHSJuqi0Ribt3K06Z1oQ29i35Np4G9MCDgkOGcHVyLMreMcbg== +"@smithy/protocol-http@^5.1.3", "@smithy/protocol-http@^5.2.1": + version "5.2.1" + resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.2.1.tgz#33f2b8e4e1082c3ae0372d1322577e6fa71d7824" + integrity sha512-T8SlkLYCwfT/6m33SIU/JOVGNwoelkrvGjFKDSDtVvAXj/9gOT78JVJEas5a+ETjOu4SVvpCstKgd0PxSu/aHw== dependencies: - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/querystring-builder@^4.0.5", "@smithy/querystring-builder@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.1.0.tgz#a1068cff152b41259cb8e6bd5fc4feac60d2d4cc" - integrity sha512-JqTWmVIq4AF8R8OK/2cCCiQo5ZJ0SRPsDkDgLO5/3z8xxuUp1oMIBBjfuueEe+11hGTZ6rRebzYikpKc6yQV9Q== +"@smithy/querystring-builder@^4.0.5", "@smithy/querystring-builder@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.1.1.tgz#4d35c1735de8214055424045a117fa5d1d5cdec1" + integrity sha512-J9b55bfimP4z/Jg1gNo+AT84hr90p716/nvxDkPGCD4W70MPms0h8KF50RDRgBGZeL83/u59DWNqJv6tEP/DHA== dependencies: - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" "@smithy/util-uri-escape" "^4.1.0" tslib "^2.6.2" @@ -4291,12 +4297,12 @@ "@smithy/types" "^1.2.0" tslib "^2.5.0" -"@smithy/querystring-parser@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-4.1.0.tgz#478f6b536965b049543a0cef2af0817067dedc0c" - integrity sha512-VgdHhr8YTRsjOl4hnKFm7xEMOCRTnKw3FJ1nU+dlWNhdt/7eEtxtkdrJdx7PlRTabdANTmvyjE4umUl9cK4awg== +"@smithy/querystring-parser@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-4.1.1.tgz#21b861439b2db16abeb0a6789b126705fa25eea1" + integrity sha512-63TEp92YFz0oQ7Pj9IuI3IgnprP92LrZtRAkE3c6wLWJxfy/yOPRt39IOKerVr0JS770olzl0kGafXlAXZ1vng== dependencies: - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" tslib "^2.6.2" "@smithy/service-error-classification@^1.1.0": @@ -4304,46 +4310,46 @@ resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-1.1.0.tgz#264dd432ae513b3f2ad9fc6f461deda8c516173c" integrity sha512-OCTEeJ1igatd5kFrS2VDlYbainNNpf7Lj1siFOxnRWqYOP9oNvC5HOJBd3t+Z8MbrmehBtuDJ2QqeBsfeiNkww== -"@smithy/service-error-classification@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-4.1.0.tgz#5eda83097db6b73e91b87e72b5f8dc758d666b46" - integrity sha512-UBpNFzBNmS20jJomuYn++Y+soF8rOK9AvIGjS9yGP6uRXF5rP18h4FDUsoNpWTlSsmiJ87e2DpZo9ywzSMH7PQ== +"@smithy/service-error-classification@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-4.1.1.tgz#86a615298ae406c3b6c7dc63c1c1738c54cfdfc6" + integrity sha512-Iam75b/JNXyDE41UvrlM6n8DNOa/r1ylFyvgruTUx7h2Uk7vDNV9AAwP1vfL1fOL8ls0xArwEGVcGZVd7IO/Cw== dependencies: - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" -"@smithy/shared-ini-file-loader@^4", "@smithy/shared-ini-file-loader@^4.0.5", "@smithy/shared-ini-file-loader@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.1.0.tgz#f4b7e7a6871f40d25c0b5950544b0ab360a78c79" - integrity sha512-W0VMlz9yGdQ/0ZAgWICFjFHTVU0YSfGoCVpKaExRM/FDkTeP/yz8OKvjtGjs6oFokCRm0srgj/g4Cg0xuHu8Rw== +"@smithy/shared-ini-file-loader@^4", "@smithy/shared-ini-file-loader@^4.0.5", "@smithy/shared-ini-file-loader@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.1.1.tgz#d4a748bb8027e1111635464c9b1e546d608fc089" + integrity sha512-YkpikhIqGc4sfXeIbzSj10t2bJI/sSoP5qxLue6zG+tEE3ngOBSm8sO3+djacYvS/R5DfpxN/L9CyZsvwjWOAQ== dependencies: - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" tslib "^2.6.2" "@smithy/signature-v4@^5.1.3": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.2.0.tgz#6b584efd89d8d1d7cf551bcba30f893969c4a33e" - integrity sha512-ObX1ZqG2DdZQlXx9mLD7yAR8AGb7yXurGm+iWx9x4l1fBZ8CZN2BRT09aSbcXVPZXWGdn5VtMuupjxhOTI2EjA== + version "5.2.1" + resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.2.1.tgz#0048489d2f1b3c888382595a085edd31967498f8" + integrity sha512-M9rZhWQLjlQVCCR37cSjHfhriGRN+FQ8UfgrYNufv66TJgk+acaggShl3KS5U/ssxivvZLlnj7QH2CUOKlxPyA== dependencies: "@smithy/is-array-buffer" "^4.1.0" - "@smithy/protocol-http" "^5.2.0" - "@smithy/types" "^4.4.0" + "@smithy/protocol-http" "^5.2.1" + "@smithy/types" "^4.5.0" "@smithy/util-hex-encoding" "^4.1.0" - "@smithy/util-middleware" "^4.1.0" + "@smithy/util-middleware" "^4.1.1" "@smithy/util-uri-escape" "^4.1.0" "@smithy/util-utf8" "^4.1.0" tslib "^2.6.2" -"@smithy/smithy-client@^4.5.2", "@smithy/smithy-client@^4.6.0": - version "4.6.0" - resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-4.6.0.tgz#723015e9c9bda3c55366e58cdad11319cc1755d9" - integrity sha512-TvlIshqx5PIi0I0AiR+PluCpJ8olVG++xbYkAIGCUkByaMUlfOXLgjQTmYbr46k4wuDe8eHiTIlUflnjK2drPQ== - dependencies: - "@smithy/core" "^3.10.0" - "@smithy/middleware-endpoint" "^4.2.0" - "@smithy/middleware-stack" "^4.1.0" - "@smithy/protocol-http" "^5.2.0" - "@smithy/types" "^4.4.0" - "@smithy/util-stream" "^4.3.0" +"@smithy/smithy-client@^4.5.2", "@smithy/smithy-client@^4.6.1": + version "4.6.1" + resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-4.6.1.tgz#4bebcf313431bd274da0b28c7ddc4ba335f9994b" + integrity sha512-WolVLDb9UTPMEPPOncrCt6JmAMCSC/V2y5gst2STWJ5r7+8iNac+EFYQnmvDCYMfOLcilOSEpm5yXZXwbLak1Q== + dependencies: + "@smithy/core" "^3.11.0" + "@smithy/middleware-endpoint" "^4.2.1" + "@smithy/middleware-stack" "^4.1.1" + "@smithy/protocol-http" "^5.2.1" + "@smithy/types" "^4.5.0" + "@smithy/util-stream" "^4.3.1" tslib "^2.6.2" "@smithy/types@^1.2.0": @@ -4353,10 +4359,10 @@ dependencies: tslib "^2.5.0" -"@smithy/types@^4.3.2", "@smithy/types@^4.4.0": - version "4.4.0" - resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.4.0.tgz#309365feb6048461b868bfbf3bc2daf2ceae48c1" - integrity sha512-4jY91NgZz+ZnSFcVzWwngOW6VuK3gR/ihTwSU1R/0NENe9Jd8SfWgbhDCAGUWL3bI7DiDSW7XF6Ui6bBBjrqXw== +"@smithy/types@^4.3.2", "@smithy/types@^4.5.0": + version "4.5.0" + resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.5.0.tgz#850e334662a1ef1286c35814940c80880400a370" + integrity sha512-RkUpIOsVlAwUIZXO1dsz8Zm+N72LClFfsNqf173catVlvRZiwPy0x2u0JLEA4byreOPKDZPGjmPDylMoP8ZJRg== dependencies: tslib "^2.6.2" @@ -4369,13 +4375,13 @@ "@smithy/types" "^1.2.0" tslib "^2.5.0" -"@smithy/url-parser@^4.0.5", "@smithy/url-parser@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-4.1.0.tgz#28740bed3d03a3c91cf449f31f063108d598f80b" - integrity sha512-/LYEIOuO5B2u++tKr1NxNxhZTrr3A63jW8N73YTwVeUyAlbB/YM+hkftsvtKAcMt3ADYo0FsF1GY3anehffSVQ== +"@smithy/url-parser@^4.0.5", "@smithy/url-parser@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-4.1.1.tgz#0e9a5e72b3cf9d7ab7305f9093af5528d9debaf6" + integrity sha512-bx32FUpkhcaKlEoOMbScvc93isaSiRM75pQ5IgIBaMkT7qMlIibpPRONyx/0CvrXHzJLpOn/u6YiDX2hcvs7Dg== dependencies: - "@smithy/querystring-parser" "^4.1.0" - "@smithy/types" "^4.4.0" + "@smithy/querystring-parser" "^4.1.1" + "@smithy/types" "^4.5.0" tslib "^2.6.2" "@smithy/util-base64@^4.0.0", "@smithy/util-base64@^4.1.0": @@ -4425,36 +4431,36 @@ tslib "^2.6.2" "@smithy/util-defaults-mode-browser@^4.0.29": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.1.0.tgz#51a2594412f08138ac12808c2c185642eddc2520" - integrity sha512-D27cLtJtC4EEeERJXS+JPoogz2tE5zeE3zhWSSu6ER5/wJ5gihUxIzoarDX6K1U27IFTHit5YfHqU4Y9RSGE0w== + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.1.1.tgz#40b9659d6fc15aa1101e440d1a92579cb66ebfa3" + integrity sha512-hA1AKIHFUMa9Tl6q6y8p0pJ9aWHCCG8s57flmIyLE0W7HcJeYrYtnqXDcGnftvXEhdQnSexyegXnzzTGk8bKLA== dependencies: - "@smithy/property-provider" "^4.1.0" - "@smithy/smithy-client" "^4.6.0" - "@smithy/types" "^4.4.0" + "@smithy/property-provider" "^4.1.1" + "@smithy/smithy-client" "^4.6.1" + "@smithy/types" "^4.5.0" bowser "^2.11.0" tslib "^2.6.2" "@smithy/util-defaults-mode-node@^4.0.29": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.1.0.tgz#4d745e9d47a793d326d9e8d5c8b09c017bab57b8" - integrity sha512-gnZo3u5dP1o87plKupg39alsbeIY1oFFnCyV2nI/++pL19vTtBLgOyftLEjPjuXmoKn2B2rskX8b7wtC/+3Okg== - dependencies: - "@smithy/config-resolver" "^4.2.0" - "@smithy/credential-provider-imds" "^4.1.0" - "@smithy/node-config-provider" "^4.2.0" - "@smithy/property-provider" "^4.1.0" - "@smithy/smithy-client" "^4.6.0" - "@smithy/types" "^4.4.0" + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.1.1.tgz#bca834c5ee16949bf8d0db9ac7bf988ad0d3ce10" + integrity sha512-RGSpmoBrA+5D2WjwtK7tto6Pc2wO9KSXKLpLONhFZ8VyuCbqlLdiDAfuDTNY9AJe4JoE+Cx806cpTQQoQ71zPQ== + dependencies: + "@smithy/config-resolver" "^4.2.1" + "@smithy/credential-provider-imds" "^4.1.1" + "@smithy/node-config-provider" "^4.2.1" + "@smithy/property-provider" "^4.1.1" + "@smithy/smithy-client" "^4.6.1" + "@smithy/types" "^4.5.0" tslib "^2.6.2" "@smithy/util-endpoints@^3.0.7": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-3.1.0.tgz#1c7581a5a43c81d51f05363a89173dfc51c50d47" - integrity sha512-5LFg48KkunBVGrNs3dnQgLlMXJLVo7k9sdZV5su3rjO3c3DmQ2LwUZI0Zr49p89JWK6sB7KmzyI2fVcDsZkwuw== + version "3.1.1" + resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-3.1.1.tgz#62c7e10e3a685c9cbb4080220d9e819ee79be8ff" + integrity sha512-qB4R9kO0SetA11Rzu6MVGFIaGYX3p6SGGGfWwsKnC6nXIf0n/0AKVwRTsYsz9ToN8CeNNtNgQRwKFBndGJZdyw== dependencies: - "@smithy/node-config-provider" "^4.2.0" - "@smithy/types" "^4.4.0" + "@smithy/node-config-provider" "^4.2.1" + "@smithy/types" "^4.5.0" tslib "^2.6.2" "@smithy/util-hex-encoding@^4.1.0": @@ -4471,12 +4477,12 @@ dependencies: tslib "^2.5.0" -"@smithy/util-middleware@^4.0.5", "@smithy/util-middleware@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-4.1.0.tgz#39de8adf654214156f72f8c27b852243204d0351" - integrity sha512-612onNcKyxhP7/YOTKFTb2F6sPYtMRddlT5mZvYf1zduzaGzkYhpYIPxIeeEwBZFjnvEqe53Ijl2cYEfJ9d6/Q== +"@smithy/util-middleware@^4.0.5", "@smithy/util-middleware@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-4.1.1.tgz#e19749a127499c9bdada713a8afd807d92d846e2" + integrity sha512-CGmZ72mL29VMfESz7S6dekqzCh8ZISj3B+w0g1hZFXaOjGTVaSqfAEFAq8EGp8fUL+Q2l8aqNmt8U1tglTikeg== dependencies: - "@smithy/types" "^4.4.0" + "@smithy/types" "^4.5.0" tslib "^2.6.2" "@smithy/util-retry@^1.0.3": @@ -4487,23 +4493,23 @@ "@smithy/service-error-classification" "^1.1.0" tslib "^2.5.0" -"@smithy/util-retry@^4", "@smithy/util-retry@^4.0.7", "@smithy/util-retry@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.1.0.tgz#3fe3c83376eb955fa832ccd9fa73f3f2a270ff8c" - integrity sha512-5AGoBHb207xAKSVwaUnaER+L55WFY8o2RhlafELZR3mB0J91fpL+Qn+zgRkPzns3kccGaF2vy0HmNVBMWmN6dA== +"@smithy/util-retry@^4", "@smithy/util-retry@^4.0.7", "@smithy/util-retry@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.1.1.tgz#f4a99d9b0ffb9e4bb119ac5a24e54e54d891e22c" + integrity sha512-jGeybqEZ/LIordPLMh5bnmnoIgsqnp4IEimmUp5c5voZ8yx+5kAlN5+juyr7p+f7AtZTgvhmInQk4Q0UVbrZ0Q== dependencies: - "@smithy/service-error-classification" "^4.1.0" - "@smithy/types" "^4.4.0" + "@smithy/service-error-classification" "^4.1.1" + "@smithy/types" "^4.5.0" tslib "^2.6.2" -"@smithy/util-stream@^4.2.4", "@smithy/util-stream@^4.3.0": - version "4.3.0" - resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-4.3.0.tgz#e935d98d539b915b2c05368e14ea875ada40b169" - integrity sha512-ZOYS94jksDwvsCJtppHprUhsIscRnCKGr6FXCo3SxgQ31ECbza3wqDBqSy6IsAak+h/oAXb1+UYEBmDdseAjUQ== +"@smithy/util-stream@^4.2.4", "@smithy/util-stream@^4.3.1": + version "4.3.1" + resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-4.3.1.tgz#63cce0f09d99d75142c6dc8fe03e55ac0171de47" + integrity sha512-khKkW/Jqkgh6caxMWbMuox9+YfGlsk9OnHOYCGVEdYQb/XVzcORXHLYUubHmmda0pubEDncofUrPNniS9d+uAA== dependencies: - "@smithy/fetch-http-handler" "^5.2.0" - "@smithy/node-http-handler" "^4.2.0" - "@smithy/types" "^4.4.0" + "@smithy/fetch-http-handler" "^5.2.1" + "@smithy/node-http-handler" "^4.2.1" + "@smithy/types" "^4.5.0" "@smithy/util-base64" "^4.1.0" "@smithy/util-buffer-from" "^4.1.0" "@smithy/util-hex-encoding" "^4.1.0" @@ -4542,13 +4548,13 @@ "@smithy/types" "^1.2.0" tslib "^2.5.0" -"@smithy/util-waiter@^4", "@smithy/util-waiter@^4.0.7", "@smithy/util-waiter@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-4.1.0.tgz#5bc685b0dda8ee56c9f1c2cfe3393a6623e445a2" - integrity sha512-IUuj2zpGdeKaY5OdGnU83BUJsv7OA9uw3rNVSOuvzLMXMpBTU+W6V0SsQh6iI32lKUJArlnEU4BIzp83hghR/g== +"@smithy/util-waiter@^4", "@smithy/util-waiter@^4.0.7", "@smithy/util-waiter@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-4.1.1.tgz#5b74429ca9e37f61838800b919d0063b1a865bef" + integrity sha512-PJBmyayrlfxM7nbqjomF4YcT1sApQwZio0NHSsT0EzhJqljRmvhzqZua43TyEs80nJk2Cn2FGPg/N8phH6KeCQ== dependencies: - "@smithy/abort-controller" "^4.1.0" - "@smithy/types" "^4.4.0" + "@smithy/abort-controller" "^4.1.1" + "@smithy/types" "^4.5.0" tslib "^2.6.2" "@stylistic/eslint-plugin@^3": @@ -4953,61 +4959,61 @@ integrity sha512-GD4Fk15UoP5NLCNor51YdfL9MSdldKCqOC9EssrRw3HVfar9wUZ5y8Lfnp+qVD6hIinLr8ygklDYnmlnlQo12Q== "@typescript-eslint/eslint-plugin@^8": - version "8.42.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.42.0.tgz#2172d0496c42eee8c7294b6661681100953fa88f" - integrity sha512-Aq2dPqsQkxHOLfb2OPv43RnIvfj05nw8v/6n3B2NABIPpHnjQnaLo9QGMTvml+tv4korl/Cjfrb/BYhoL8UUTQ== + version "8.43.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.43.0.tgz#4d730c2becd8e47ef76e59f68aee0fb560927cfc" + integrity sha512-8tg+gt7ENL7KewsKMKDHXR1vm8tt9eMxjJBYINf6swonlWgkYn5NwyIgXpbbDxTNU5DgpDFfj95prcTq2clIQQ== dependencies: "@eslint-community/regexpp" "^4.10.0" - "@typescript-eslint/scope-manager" "8.42.0" - "@typescript-eslint/type-utils" "8.42.0" - "@typescript-eslint/utils" "8.42.0" - "@typescript-eslint/visitor-keys" "8.42.0" + "@typescript-eslint/scope-manager" "8.43.0" + "@typescript-eslint/type-utils" "8.43.0" + "@typescript-eslint/utils" "8.43.0" + "@typescript-eslint/visitor-keys" "8.43.0" graphemer "^1.4.0" ignore "^7.0.0" natural-compare "^1.4.0" ts-api-utils "^2.1.0" "@typescript-eslint/parser@^8": - version "8.42.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.42.0.tgz#20ea66f4867981fb5bb62cbe1454250fc4a440ab" - integrity sha512-r1XG74QgShUgXph1BYseJ+KZd17bKQib/yF3SR+demvytiRXrwd12Blnz5eYGm8tXaeRdd4x88MlfwldHoudGg== - dependencies: - "@typescript-eslint/scope-manager" "8.42.0" - "@typescript-eslint/types" "8.42.0" - "@typescript-eslint/typescript-estree" "8.42.0" - "@typescript-eslint/visitor-keys" "8.42.0" + version "8.43.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.43.0.tgz#4024159925e7671f1782bdd3498bdcfbd48f9137" + integrity sha512-B7RIQiTsCBBmY+yW4+ILd6mF5h1FUwJsVvpqkrgpszYifetQ2Ke+Z4u6aZh0CblkUGIdR59iYVyXqqZGkZ3aBw== + dependencies: + "@typescript-eslint/scope-manager" "8.43.0" + "@typescript-eslint/types" "8.43.0" + "@typescript-eslint/typescript-estree" "8.43.0" + "@typescript-eslint/visitor-keys" "8.43.0" debug "^4.3.4" -"@typescript-eslint/project-service@8.42.0": - version "8.42.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.42.0.tgz#636eb3418b6c42c98554dce884943708bf41a583" - integrity sha512-vfVpLHAhbPjilrabtOSNcUDmBboQNrJUiNAGoImkZKnMjs2TIcWG33s4Ds0wY3/50aZmTMqJa6PiwkwezaAklg== +"@typescript-eslint/project-service@8.43.0": + version "8.43.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.43.0.tgz#958dbaa16fbd1e81d46ab86e139f6276757140f8" + integrity sha512-htB/+D/BIGoNTQYffZw4uM4NzzuolCoaA/BusuSIcC8YjmBYQioew5VUZAYdAETPjeed0hqCaW7EHg+Robq8uw== dependencies: - "@typescript-eslint/tsconfig-utils" "^8.42.0" - "@typescript-eslint/types" "^8.42.0" + "@typescript-eslint/tsconfig-utils" "^8.43.0" + "@typescript-eslint/types" "^8.43.0" debug "^4.3.4" -"@typescript-eslint/scope-manager@8.42.0": - version "8.42.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.42.0.tgz#36016757bc85b46ea42bae47b61f9421eddedde3" - integrity sha512-51+x9o78NBAVgQzOPd17DkNTnIzJ8T/O2dmMBLoK9qbY0Gm52XJcdJcCl18ExBMiHo6jPMErUQWUv5RLE51zJw== +"@typescript-eslint/scope-manager@8.43.0": + version "8.43.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.43.0.tgz#009ebc09cc6e7e0dd67898a0e9a70d295361c6b9" + integrity sha512-daSWlQ87ZhsjrbMLvpuuMAt3y4ba57AuvadcR7f3nl8eS3BjRc8L9VLxFLk92RL5xdXOg6IQ+qKjjqNEimGuAg== dependencies: - "@typescript-eslint/types" "8.42.0" - "@typescript-eslint/visitor-keys" "8.42.0" + "@typescript-eslint/types" "8.43.0" + "@typescript-eslint/visitor-keys" "8.43.0" -"@typescript-eslint/tsconfig-utils@8.42.0", "@typescript-eslint/tsconfig-utils@^8.42.0": - version "8.42.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.42.0.tgz#21a3e74396fd7443ff930bc41b27789ba7e9236e" - integrity sha512-kHeFUOdwAJfUmYKjR3CLgZSglGHjbNTi1H8sTYRYV2xX6eNz4RyJ2LIgsDLKf8Yi0/GL1WZAC/DgZBeBft8QAQ== +"@typescript-eslint/tsconfig-utils@8.43.0", "@typescript-eslint/tsconfig-utils@^8.43.0": + version "8.43.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.43.0.tgz#e6721dba183d61769a90ffdad202aebc383b18c8" + integrity sha512-ALC2prjZcj2YqqL5X/bwWQmHA2em6/94GcbB/KKu5SX3EBDOsqztmmX1kMkvAJHzxk7TazKzJfFiEIagNV3qEA== -"@typescript-eslint/type-utils@8.42.0": - version "8.42.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.42.0.tgz#d6733e7a9fbdf5af60c09c6038dffde13f4e4253" - integrity sha512-9KChw92sbPTYVFw3JLRH1ockhyR3zqqn9lQXol3/YbI6jVxzWoGcT3AsAW0mu1MY0gYtsXnUGV/AKpkAj5tVlQ== +"@typescript-eslint/type-utils@8.43.0": + version "8.43.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.43.0.tgz#29ea2e34eeae5b8e9fe4f4730c5659fa330aa04e" + integrity sha512-qaH1uLBpBuBBuRf8c1mLJ6swOfzCXryhKND04Igr4pckzSEW9JX5Aw9AgW00kwfjWJF0kk0ps9ExKTfvXfw4Qg== dependencies: - "@typescript-eslint/types" "8.42.0" - "@typescript-eslint/typescript-estree" "8.42.0" - "@typescript-eslint/utils" "8.42.0" + "@typescript-eslint/types" "8.43.0" + "@typescript-eslint/typescript-estree" "8.43.0" + "@typescript-eslint/utils" "8.43.0" debug "^4.3.4" ts-api-utils "^2.1.0" @@ -5016,20 +5022,20 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72" integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ== -"@typescript-eslint/types@8.42.0", "@typescript-eslint/types@^8.11.0", "@typescript-eslint/types@^8.34.1", "@typescript-eslint/types@^8.42.0": - version "8.42.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.42.0.tgz#ae15c09cebda20473772902033328e87372db008" - integrity sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw== +"@typescript-eslint/types@8.43.0", "@typescript-eslint/types@^8.11.0", "@typescript-eslint/types@^8.34.1", "@typescript-eslint/types@^8.43.0": + version "8.43.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.43.0.tgz#00d34a5099504eb1b263e022cc17c4243ff2302e" + integrity sha512-vQ2FZaxJpydjSZJKiSW/LJsabFFvV7KgLC5DiLhkBcykhQj8iK9BOaDmQt74nnKdLvceM5xmhaTF+pLekrxEkw== -"@typescript-eslint/typescript-estree@8.42.0", "@typescript-eslint/typescript-estree@^8.23.0": - version "8.42.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.42.0.tgz#593c3af87d4462252c0d7239d1720b84a1b56864" - integrity sha512-ku/uYtT4QXY8sl9EDJETD27o3Ewdi72hcXg1ah/kkUgBvAYHLwj2ofswFFNXS+FL5G+AGkxBtvGt8pFBHKlHsQ== +"@typescript-eslint/typescript-estree@8.43.0", "@typescript-eslint/typescript-estree@^8.23.0": + version "8.43.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.43.0.tgz#39e5d431239b4d90787072ae0c2290cbd3e0a562" + integrity sha512-7Vv6zlAhPb+cvEpP06WXXy/ZByph9iL6BQRBDj4kmBsW98AqEeQHlj/13X+sZOrKSo9/rNKH4Ul4f6EICREFdw== dependencies: - "@typescript-eslint/project-service" "8.42.0" - "@typescript-eslint/tsconfig-utils" "8.42.0" - "@typescript-eslint/types" "8.42.0" - "@typescript-eslint/visitor-keys" "8.42.0" + "@typescript-eslint/project-service" "8.43.0" + "@typescript-eslint/tsconfig-utils" "8.43.0" + "@typescript-eslint/types" "8.43.0" + "@typescript-eslint/visitor-keys" "8.43.0" debug "^4.3.4" fast-glob "^3.3.2" is-glob "^4.0.3" @@ -5050,15 +5056,15 @@ semver "^7.3.5" tsutils "^3.21.0" -"@typescript-eslint/utils@8.42.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.13.0": - version "8.42.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.42.0.tgz#95f8e0c697ff2f7da5f72e16135011f878d815c0" - integrity sha512-JnIzu7H3RH5BrKC4NoZqRfmjqCIS1u3hGZltDYJgkVdqAezl4L9d1ZLw+36huCujtSBSAirGINF/S4UxOcR+/g== +"@typescript-eslint/utils@8.43.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.13.0": + version "8.43.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.43.0.tgz#5c391133a52f8500dfdabd7026be72a537d7b59e" + integrity sha512-S1/tEmkUeeswxd0GGcnwuVQPFWo8NzZTOMxCvw8BX7OMxnNae+i8Tm7REQen/SwUIPoPqfKn7EaZ+YLpiB3k9g== dependencies: "@eslint-community/eslint-utils" "^4.7.0" - "@typescript-eslint/scope-manager" "8.42.0" - "@typescript-eslint/types" "8.42.0" - "@typescript-eslint/typescript-estree" "8.42.0" + "@typescript-eslint/scope-manager" "8.43.0" + "@typescript-eslint/types" "8.43.0" + "@typescript-eslint/typescript-estree" "8.43.0" "@typescript-eslint/visitor-keys@4.33.0": version "4.33.0" @@ -5068,12 +5074,12 @@ "@typescript-eslint/types" "4.33.0" eslint-visitor-keys "^2.0.0" -"@typescript-eslint/visitor-keys@8.42.0": - version "8.42.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.42.0.tgz#87c6caaa1ac307bc73a87c1fc469f88f0162f27e" - integrity sha512-3WbiuzoEowaEn8RSnhJBrxSwX8ULYE9CXaPepS2C2W3NSA5NNIvBaslpBSBElPq0UGr0xVJlXFWOAKIkyylydQ== +"@typescript-eslint/visitor-keys@8.43.0": + version "8.43.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.43.0.tgz#633d3414afec3cf0a0e4583e1575f4101ef51d30" + integrity sha512-T+S1KqRD4sg/bHfLwrpF/K3gQLBM1n7Rp7OjjikjTEssI2YJzQpi5WXoynOaQ93ERIuq3O8RBTOUYDKszUCEHw== dependencies: - "@typescript-eslint/types" "8.42.0" + "@typescript-eslint/types" "8.43.0" eslint-visitor-keys "^4.2.1" "@ungap/structured-clone@^1.3.0": @@ -5421,9 +5427,9 @@ ansi-regex@^5.0.1: integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== ansi-regex@^6.0.1: - version "6.2.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.0.tgz#2f302e7550431b1b7762705fffb52cf1ffa20447" - integrity sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg== + version "6.2.2" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz#60216eea464d864597ce2832000738a0589650c1" + integrity sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg== ansi-styles@^3.2.1: version "3.2.1" @@ -5445,9 +5451,9 @@ ansi-styles@^5.0.0, ansi-styles@^5.2.0: integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== ansi-styles@^6.1.0: - version "6.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" - integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== + version "6.2.3" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.3.tgz#c044d5dcc521a076413472597a1acb1f103c4041" + integrity sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg== any-promise@^1.1.0: version "1.3.0" @@ -5747,9 +5753,9 @@ axios@^1, axios@^1.11.0, axios@^1.8.3: proxy-from-env "^1.1.0" b4a@^1.6.4: - version "1.6.7" - resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.7.tgz#a99587d4ebbfbd5a6e3b21bdb5d5fa385767abe4" - integrity sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg== + version "1.7.0" + resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.7.0.tgz#d3c1f72f68be612020c15702d0a6f0e8bc0b65e5" + integrity sha512-KtsH1alSKomfNi/yDAFaD8PPFfi0LxJCEbPuzogcXrMF+yH40Z1ykTDo2vyxuQfN1FLjv0LFM7CadLHEPrVifw== babel-jest@30.1.2: version "30.1.2" @@ -6116,15 +6122,15 @@ case@1.6.3, case@^1.6.3: resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9" integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== -cdk-from-cfn@^0.244.0: - version "0.244.0" - resolved "https://registry.yarnpkg.com/cdk-from-cfn/-/cdk-from-cfn-0.244.0.tgz#4e75329a572cd880fa48aa688a52a77f51a2424c" - integrity sha512-07Lgnjx/ha1w7x1GO9cV9fzaP0Y+lbhmHYhvwVz1MPB1U9mz8kZ5cYKeBu587yvN053eyGRV0KNy02iLWLl2BQ== +cdk-from-cfn@^0.245.0: + version "0.245.0" + resolved "https://registry.yarnpkg.com/cdk-from-cfn/-/cdk-from-cfn-0.245.0.tgz#6cb99170a61775d142493a3d13b0497b16edae99" + integrity sha512-bRybOGt+4jwSQlsuJxb8g6qM4sdjFfW7NIEwSceAJL4inRh4pPhAbsZjmlTyBRPwQ3YUDGYI/VhKrkyMvXnxBw== -cdklabs-projen-project-types@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/cdklabs-projen-project-types/-/cdklabs-projen-project-types-0.3.2.tgz#d5dc1fe4b9a88fa470834a3092b60d01ba6e90d0" - integrity sha512-O8mIBZhdfhIQyti8OfcIODFOpUOnDnYdas4XZlyQTyOO6VEHdxrgtUUBlb28O9pwMLgYHSGffxWyUYrSBY+mpg== +cdklabs-projen-project-types@^0.3.3: + version "0.3.3" + resolved "https://registry.yarnpkg.com/cdklabs-projen-project-types/-/cdklabs-projen-project-types-0.3.3.tgz#f4a0492ac987b62d01c4ec383528ed2f5881508e" + integrity sha512-7zKbsjo1jrYp3I8tOPnU8gE8TPHaDTMvk/BCtpSfFKf9Lc5cfX4bXGdyuCmZqQMpQU7Bnt+z+RkBPHfC7NyrPQ== dependencies: yaml "^2.8.1" @@ -6157,9 +6163,9 @@ chalk@^4, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: supports-color "^7.1.0" chalk@^5.4.1: - version "5.6.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.0.tgz#a1a8d294ea3526dbb77660f12649a08490e33ab8" - integrity sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ== + version "5.6.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea" + integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA== char-regex@^1.0.2: version "1.0.2" @@ -7221,9 +7227,9 @@ ee-first@1.1.1: integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.5.211: - version "1.5.214" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.214.tgz#f7bbdc0796124292d4b8a34a49e968c5e6430763" - integrity sha512-TpvUNdha+X3ybfU78NoQatKvQEm1oq3lf2QbnmCEdw+Bd9RuIAY+hJTvq1avzHM0f7EJfnH3vbCnbzKzisc/9Q== + version "1.5.215" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.215.tgz#200c8d69b1270af6126837b6b1f95077c3a347b1" + integrity sha512-TIvGp57UpeNetj/wV/xpFNpWGb0b/ROw372lHPx5Aafx02gjTBtWnEEcaSX3W2dLM3OSdGGyHX/cHl01JQsLaQ== emittery@^0.13.1: version "0.13.1" @@ -10054,16 +10060,16 @@ jsii-diff@^1.114.1: yargs "^17.7.2" jsii-docgen@^10.5.0: - version "10.8.2" - resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-10.8.2.tgz#806d1ebfb106c8af70f287921f31d0763faabec8" - integrity sha512-oXpYGclsqNuAwL7ry20I/u/4y8NdjD7HBZoUYvrFd5d97mtyZCrhDLDMtr+QzaHBPKKlAPchhU7/3/D0Pb0UfA== + version "10.8.3" + resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-10.8.3.tgz#c78f9c067bbd3a88371ce731807ea36cf0f136f1" + integrity sha512-ktyhpNNQvoBEm3246+YxJTQ2HPx2k/NQcFqHn906xXiUvKssx+obnUFpJzN9Da8nPqhgYswl6qSryWnDiSFs4Q== dependencies: - "@jsii/spec" "^1.113.0" + "@jsii/spec" "^1.114.1" case "^1.6.3" fs-extra "^10.1.0" glob "^8.1.0" glob-promise "^6.0.7" - jsii-reflect "^1.113.0" + jsii-reflect "^1.114.1" semver "^7.7.2" yargs "^16.2.0" @@ -10085,7 +10091,7 @@ jsii-pacmak@^1.114.1: xmlbuilder "^15.1.1" yargs "^17.7.2" -jsii-reflect@^1.113.0, jsii-reflect@^1.114.1: +jsii-reflect@^1.114.1: version "1.114.1" resolved "https://registry.yarnpkg.com/jsii-reflect/-/jsii-reflect-1.114.1.tgz#475ef04a18d76c9be0f4dfa417a0d783a24174d6" integrity sha512-t+p1eYPfzHa8d99Ywa/LwunEtgHQgNGhxCU8XaupWtgW+kLODoQ3eovddSMZOtIH6CQnbHneEqCMVmDeU8dzNA== @@ -10613,9 +10619,9 @@ madge@^8.0.0: walkdir "^0.4.1" magic-string@^0.30.18: - version "0.30.18" - resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.18.tgz#905bfbbc6aa5692703a93db26a9edcaa0007d2bb" - integrity sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ== + version "0.30.19" + resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.19.tgz#cebe9f104e565602e5d2098c5f2e79a77cc86da9" + integrity sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw== dependencies: "@jridgewell/sourcemap-codec" "^1.5.5" @@ -12161,10 +12167,10 @@ proggy@^3.0.0: resolved "https://registry.yarnpkg.com/proggy/-/proggy-3.0.0.tgz#874e91fed27fe00a511758e83216a6b65148bd6c" integrity sha512-QE8RApCM3IaRRxVzxrjbgNMpQEX6Wu0p0KBeoSiSEw5/bsGwZHsshF4LCxH2jp/r6BU+bqA3LrMDEYNfJnpD8Q== -projen@^0.95.6: - version "0.95.6" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.95.6.tgz#0d8ca52804117dd6b4f95b3fb1f3da49f8eb213b" - integrity sha512-LgtNgveF7UyYoFwEFbx0r570R3+jvz9XQRvykijZg+O5y7+h1hF+FzvL2r1i7FZ3RTlqfyJHP+wFXrfA1F+Oxw== +projen@^0.96.1: + version "0.96.1" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.96.1.tgz#ea0cda0ee3a37ffa35cc8ac29c0b2a1580527667" + integrity sha512-LvqEtsJjMV8BiUTbcE3Su1zWsyRC1GPh9C6sbicfBCooZvHa3LUzXGYRSKuYD6arkw4sbQMDEPcqxWzn6Q1Ovw== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3" @@ -13369,9 +13375,9 @@ strip-ansi@^6, strip-ansi@^6.0.0, strip-ansi@^6.0.1: ansi-regex "^5.0.1" strip-ansi@^7.0.1: - version "7.1.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" - integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== + version "7.1.2" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba" + integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA== dependencies: ansi-regex "^6.0.1"