From 240805748d5737b52b47d1254504ebc2de61d7f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:27:33 +0200 Subject: [PATCH 1/9] fix(lambda): bump @octokit/webhooks from 14.1.1 to 14.1.3 in /lambdas in the octokit group (#4689) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the octokit group in /lambdas with 1 update: [@octokit/webhooks](https://github.com/octokit/webhooks.js). Updates `@octokit/webhooks` from 14.1.1 to 14.1.3
Release notes

Sourced from @​octokit/webhooks's releases.

v14.1.3

14.1.3 (2025-07-31)

Bug Fixes

v14.1.2

14.1.2 (2025-07-30)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@octokit/webhooks&package-manager=npm_and_yarn&previous-version=14.1.1&new-version=14.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lambdas/functions/webhook/package.json | 2 +- lambdas/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 9dba5d836d..3f92a89394 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -34,7 +34,7 @@ "@middy/core": "^6.4.1", "@octokit/rest": "22.0.0", "@octokit/types": "^14.1.0", - "@octokit/webhooks": "^14.1.1", + "@octokit/webhooks": "^14.1.3", "aws-lambda": "^1.0.7" }, "nx": { diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index d74b1f424e..d24a3b4fc4 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -242,7 +242,7 @@ __metadata: "@middy/core": "npm:^6.4.1" "@octokit/rest": "npm:22.0.0" "@octokit/types": "npm:^14.1.0" - "@octokit/webhooks": "npm:^14.1.1" + "@octokit/webhooks": "npm:^14.1.3" "@octokit/webhooks-types": "npm:^7.6.1" "@types/aws-lambda": "npm:^8.10.152" "@types/express": "npm:^5.0.0" @@ -3884,14 +3884,14 @@ __metadata: languageName: node linkType: hard -"@octokit/webhooks@npm:^14.1.1": - version: 14.1.1 - resolution: "@octokit/webhooks@npm:14.1.1" +"@octokit/webhooks@npm:^14.1.3": + version: 14.1.3 + resolution: "@octokit/webhooks@npm:14.1.3" dependencies: "@octokit/openapi-webhooks-types": "npm:12.0.3" "@octokit/request-error": "npm:^7.0.0" "@octokit/webhooks-methods": "npm:^6.0.0" - checksum: 10c0/61ce5230335923234f1c4b42df105ec2f8d6b443b914ac528aad3ee040a088ca447c544b97678186973726f207fd094643259ecd5b39dc452b37324dd0d775f2 + checksum: 10c0/7f423700784cb769f15303353154e841f66e031289a25ce44852883121ad9752f0b9ea06bde1388ff38310f64208b6de748e2c24ccd9f3021f708e5e9c6ecfac languageName: node linkType: hard From 7b6891d08ba7ba965afaec38f0c741d9acb4e101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:28:04 +0200 Subject: [PATCH 2/9] chore(deps): bump github/codeql-action from 3.29.3 to 3.29.5 (#4691) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.3 to 3.29.5.
Release notes

Sourced from github/codeql-action's releases.

v3.29.5

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.5 - 29 Jul 2025

  • Update default CodeQL bundle version to 2.22.2. #2986

See the full CHANGELOG.md for more information.

v3.29.4

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.4 - 23 Jul 2025

No user facing changes.

See the full CHANGELOG.md for more information.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

3.29.5 - 29 Jul 2025

  • Update default CodeQL bundle version to 2.22.2. #2986

3.29.4 - 23 Jul 2025

No user facing changes.

3.29.3 - 21 Jul 2025

No user facing changes.

3.29.2 - 30 Jun 2025

  • Experimental: When the quality-queries input for the init action is provided with an argument, separate .quality.sarif files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #2935

3.29.1 - 27 Jun 2025

  • Fix bug in PR analysis where user-provided include query filter fails to exclude non-included queries. #2938
  • Update default CodeQL bundle version to 2.22.1. #2950

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #2925
  • Bump minimum CodeQL bundle version to 2.16.6. #2912

3.28.21 - 28 July 2025

No user facing changes.

3.28.20 - 21 July 2025

3.28.19 - 03 Jun 2025

  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview. The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #2910

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.29.3&new-version=3.29.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/actions.yml | 2 +- .github/workflows/codeql.yml | 4 ++-- .github/workflows/ossf-scorecard.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 27e733cec0..4cd50bbf90 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -51,7 +51,7 @@ jobs: path: results.sarif - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3 + uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5 with: sarif_file: results.sarif category: actions-zizmor diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d0a6847357..c980123313 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,12 +39,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3 + uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5 with: languages: ${{ matrix.language }} build-mode: none - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3 + uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index 55c26fc205..f403ea4ab9 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -48,6 +48,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e + uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d with: sarif_file: results.sarif From bfa2d0df768323010c3426b7d99d981e441727b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:28:43 +0200 Subject: [PATCH 3/9] fix(lambda): bump the aws group in /lambdas with 6 updates (#4693) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the aws group in /lambdas with 6 updates: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2) | `3.852.0` | `3.859.0` | | [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.849.0` | `3.859.0` | | [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.848.0` | `3.859.0` | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.850.0` | `3.859.0` | | [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.850.0` | `3.859.0` | | [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge) | `3.848.0` | `3.859.0` | Updates `@aws-sdk/client-ec2` from 3.852.0 to 3.859.0
Release notes

Sourced from @​aws-sdk/client-ec2's releases.

v3.859.0

3.859.0(2025-08-01)

Chores
  • codegen: sync for omitting protocols files from schema-serde (#7242) (b25304f1)
Documentation Changes
  • client-sns: Amazon SNS support for Amazon SQS fair queues (749eb139)
  • client-acm-pca: Doc-only update to add more information to GetCertificate action. (0309a7ef)
New Features
  • clients: update client endpoints as of 2025-08-01 (3c53767b)
  • client-aiops: This release includes fix for InvestigationGroup timestamp conversion issue. (ec627aee)
  • client-pcs: Add support for IPv6 Networking for Clusters. (e8774c17)
  • client-observabilityadmin: CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources. (39e204f9)
  • client-securityhub: Release new resource detail type CodeRepository (fb750f9a)
  • client-lightsail: This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region. (32d73d71)
  • client-auditmanager: Added a note to Framework APIs (CreateAssessmentFramework, GetAssessmentFramework, UpdateAssessmentFramework) clarifying that the Controls object returns a partial response when called through Framework APIs. Added documentation that the Framework's controlSources parameter is no longer supported. (dbff0ec3)
  • client-arc-region-switch: This is the initial SDK release for Region switch (6cc73c6a)
Tests
  • token-providers: add integ test for fromEnvSigningName (#7241) (08c6c214)

For list of updated packages, view updated-packages.md in assets-3.859.0.zip

v3.858.0

3.858.0(2025-07-31)

Documentation Changes
  • client-elastic-load-balancing-v2: This release enables secondary IP addresses for Network Load Balancers. (0a12a4ec)
  • update PR template (#7240) (205fd3ca)
New Features
  • clients: update client endpoints as of 2025-07-31 (38d91b61)
  • client-sesv2: This release introduces support for Multi-tenant management (41eae73b)
  • client-entityresolution: Add support for creating advanced rule-based matching workflows in AWS Entity Resolution. (f36fbb40)
  • client-quicksight: Added Impala connector support (1af8f7e6)
  • client-customer-profiles: The release updates standard profile with 2 new fields that supports account-level engagement. Updated APIs include CreateProfile, UpdateProfile, MergeProfiles, SearchProfiles, BatchGetProfile, GetSegmentMembership, CreateSegmentDefinition, CreateSegmentEstimate. (04e0957b)
  • client-glue: Added support for Route node, S3 Iceberg sources/targets, catalog Iceberg sources, DynamoDB ELT connector, AutoDataQuality evaluation, enhanced PII detection with redaction, Kinesis fan-out support, and new R-series worker types. (3cf6f20a)
  • client-workspaces-web: Added ability to log session activity on a portal to an S3 bucket. (1d75d430)
  • client-ec2: Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem. (d8adec80)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-ec2's changelog.

3.859.0 (2025-08-01)

Note: Version bump only for package @​aws-sdk/client-ec2

3.858.0 (2025-07-31)

Features

  • client-ec2: Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem. (d8adec8)

3.857.0 (2025-07-30)

Features

  • client-ec2: Release to show the next hop IP address for routes propagated by VPC Route Server into VPC route tables. (ec57020)

3.856.0 (2025-07-29)

Note: Version bump only for package @​aws-sdk/client-ec2

3.855.0 (2025-07-28)

Note: Version bump only for package @​aws-sdk/client-ec2

3.854.0 (2025-07-25)

Features

... (truncated)

Commits
  • 0295172 Publish v3.859.0
  • 6e8cd3d Publish v3.858.0
  • d8adec8 feat(client-ec2): Added support for the force option for the EC2 instance ter...
  • b94ebff Publish v3.857.0
  • ec57020 feat(client-ec2): Release to show the next hop IP address for routes propagat...
  • fe419e4 chore(deps): bump @smithy/* to include fixes in core (#7232)
  • 6005f8a Publish v3.856.0
  • 29842bf Publish v3.855.0
  • 512c493 Publish v3.854.0
  • 97d8133 feat(client-ec2): Transit Gateway native integration with AWS Network Firewal...
  • See full diff in compare view

Updates `@aws-sdk/client-ssm` from 3.849.0 to 3.859.0
Release notes

Sourced from @​aws-sdk/client-ssm's releases.

v3.859.0

3.859.0(2025-08-01)

Chores
  • codegen: sync for omitting protocols files from schema-serde (#7242) (b25304f1)
Documentation Changes
  • client-sns: Amazon SNS support for Amazon SQS fair queues (749eb139)
  • client-acm-pca: Doc-only update to add more information to GetCertificate action. (0309a7ef)
New Features
  • clients: update client endpoints as of 2025-08-01 (3c53767b)
  • client-aiops: This release includes fix for InvestigationGroup timestamp conversion issue. (ec627aee)
  • client-pcs: Add support for IPv6 Networking for Clusters. (e8774c17)
  • client-observabilityadmin: CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources. (39e204f9)
  • client-securityhub: Release new resource detail type CodeRepository (fb750f9a)
  • client-lightsail: This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region. (32d73d71)
  • client-auditmanager: Added a note to Framework APIs (CreateAssessmentFramework, GetAssessmentFramework, UpdateAssessmentFramework) clarifying that the Controls object returns a partial response when called through Framework APIs. Added documentation that the Framework's controlSources parameter is no longer supported. (dbff0ec3)
  • client-arc-region-switch: This is the initial SDK release for Region switch (6cc73c6a)
Tests
  • token-providers: add integ test for fromEnvSigningName (#7241) (08c6c214)

For list of updated packages, view updated-packages.md in assets-3.859.0.zip

v3.858.0

3.858.0(2025-07-31)

Documentation Changes
  • client-elastic-load-balancing-v2: This release enables secondary IP addresses for Network Load Balancers. (0a12a4ec)
  • update PR template (#7240) (205fd3ca)
New Features
  • clients: update client endpoints as of 2025-07-31 (38d91b61)
  • client-sesv2: This release introduces support for Multi-tenant management (41eae73b)
  • client-entityresolution: Add support for creating advanced rule-based matching workflows in AWS Entity Resolution. (f36fbb40)
  • client-quicksight: Added Impala connector support (1af8f7e6)
  • client-customer-profiles: The release updates standard profile with 2 new fields that supports account-level engagement. Updated APIs include CreateProfile, UpdateProfile, MergeProfiles, SearchProfiles, BatchGetProfile, GetSegmentMembership, CreateSegmentDefinition, CreateSegmentEstimate. (04e0957b)
  • client-glue: Added support for Route node, S3 Iceberg sources/targets, catalog Iceberg sources, DynamoDB ELT connector, AutoDataQuality evaluation, enhanced PII detection with redaction, Kinesis fan-out support, and new R-series worker types. (3cf6f20a)
  • client-workspaces-web: Added ability to log session activity on a portal to an S3 bucket. (1d75d430)
  • client-ec2: Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem. (d8adec80)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-ssm's changelog.

3.859.0 (2025-08-01)

Note: Version bump only for package @​aws-sdk/client-ssm

3.858.0 (2025-07-31)

Note: Version bump only for package @​aws-sdk/client-ssm

3.857.0 (2025-07-30)

Note: Version bump only for package @​aws-sdk/client-ssm

3.856.0 (2025-07-29)

Note: Version bump only for package @​aws-sdk/client-ssm

3.855.0 (2025-07-28)

Note: Version bump only for package @​aws-sdk/client-ssm

Commits

Updates `@aws-sdk/client-sqs` from 3.848.0 to 3.859.0
Release notes

Sourced from @​aws-sdk/client-sqs's releases.

v3.859.0

3.859.0(2025-08-01)

Chores
  • codegen: sync for omitting protocols files from schema-serde (#7242) (b25304f1)
Documentation Changes
  • client-sns: Amazon SNS support for Amazon SQS fair queues (749eb139)
  • client-acm-pca: Doc-only update to add more information to GetCertificate action. (0309a7ef)
New Features
  • clients: update client endpoints as of 2025-08-01 (3c53767b)
  • client-aiops: This release includes fix for InvestigationGroup timestamp conversion issue. (ec627aee)
  • client-pcs: Add support for IPv6 Networking for Clusters. (e8774c17)
  • client-observabilityadmin: CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources. (39e204f9)
  • client-securityhub: Release new resource detail type CodeRepository (fb750f9a)
  • client-lightsail: This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region. (32d73d71)
  • client-auditmanager: Added a note to Framework APIs (CreateAssessmentFramework, GetAssessmentFramework, UpdateAssessmentFramework) clarifying that the Controls object returns a partial response when called through Framework APIs. Added documentation that the Framework's controlSources parameter is no longer supported. (dbff0ec3)
  • client-arc-region-switch: This is the initial SDK release for Region switch (6cc73c6a)
Tests
  • token-providers: add integ test for fromEnvSigningName (#7241) (08c6c214)

For list of updated packages, view updated-packages.md in assets-3.859.0.zip

v3.858.0

3.858.0(2025-07-31)

Documentation Changes
  • client-elastic-load-balancing-v2: This release enables secondary IP addresses for Network Load Balancers. (0a12a4ec)
  • update PR template (#7240) (205fd3ca)
New Features
  • clients: update client endpoints as of 2025-07-31 (38d91b61)
  • client-sesv2: This release introduces support for Multi-tenant management (41eae73b)
  • client-entityresolution: Add support for creating advanced rule-based matching workflows in AWS Entity Resolution. (f36fbb40)
  • client-quicksight: Added Impala connector support (1af8f7e6)
  • client-customer-profiles: The release updates standard profile with 2 new fields that supports account-level engagement. Updated APIs include CreateProfile, UpdateProfile, MergeProfiles, SearchProfiles, BatchGetProfile, GetSegmentMembership, CreateSegmentDefinition, CreateSegmentEstimate. (04e0957b)
  • client-glue: Added support for Route node, S3 Iceberg sources/targets, catalog Iceberg sources, DynamoDB ELT connector, AutoDataQuality evaluation, enhanced PII detection with redaction, Kinesis fan-out support, and new R-series worker types. (3cf6f20a)
  • client-workspaces-web: Added ability to log session activity on a portal to an S3 bucket. (1d75d430)
  • client-ec2: Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem. (d8adec80)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-sqs's changelog.

3.859.0 (2025-08-01)

Note: Version bump only for package @​aws-sdk/client-sqs

3.858.0 (2025-07-31)

Note: Version bump only for package @​aws-sdk/client-sqs

3.857.0 (2025-07-30)

Note: Version bump only for package @​aws-sdk/client-sqs

3.856.0 (2025-07-29)

Note: Version bump only for package @​aws-sdk/client-sqs

3.855.0 (2025-07-28)

Note: Version bump only for package @​aws-sdk/client-sqs

3.854.0 (2025-07-25)

Note: Version bump only for package @​aws-sdk/client-sqs

Commits

Updates `@aws-sdk/client-s3` from 3.850.0 to 3.859.0
Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.859.0

3.859.0(2025-08-01)

Chores
  • codegen: sync for omitting protocols files from schema-serde (#7242) (b25304f1)
Documentation Changes
  • client-sns: Amazon SNS support for Amazon SQS fair queues (749eb139)
  • client-acm-pca: Doc-only update to add more information to GetCertificate action. (0309a7ef)
New Features
  • clients: update client endpoints as of 2025-08-01 (3c53767b)
  • client-aiops: This release includes fix for InvestigationGroup timestamp conversion issue. (ec627aee)
  • client-pcs: Add support for IPv6 Networking for Clusters. (e8774c17)
  • client-observabilityadmin: CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources. (39e204f9)
  • client-securityhub: Release new resource detail type CodeRepository (fb750f9a)
  • client-lightsail: This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region. (32d73d71)
  • client-auditmanager: Added a note to Framework APIs (CreateAssessmentFramework, GetAssessmentFramework, UpdateAssessmentFramework) clarifying that the Controls object returns a partial response when called through Framework APIs. Added documentation that the Framework's controlSources parameter is no longer supported. (dbff0ec3)
  • client-arc-region-switch: This is the initial SDK release for Region switch (6cc73c6a)
Tests
  • token-providers: add integ test for fromEnvSigningName (#7241) (08c6c214)

For list of updated packages, view updated-packages.md in assets-3.859.0.zip

v3.858.0

3.858.0(2025-07-31)

Documentation Changes
  • client-elastic-load-balancing-v2: This release enables secondary IP addresses for Network Load Balancers. (0a12a4ec)
  • update PR template (#7240) (205fd3ca)
New Features
  • clients: update client endpoints as of 2025-07-31 (38d91b61)
  • client-sesv2: This release introduces support for Multi-tenant management (41eae73b)
  • client-entityresolution: Add support for creating advanced rule-based matching workflows in AWS Entity Resolution. (f36fbb40)
  • client-quicksight: Added Impala connector support (1af8f7e6)
  • client-customer-profiles: The release updates standard profile with 2 new fields that supports account-level engagement. Updated APIs include CreateProfile, UpdateProfile, MergeProfiles, SearchProfiles, BatchGetProfile, GetSegmentMembership, CreateSegmentDefinition, CreateSegmentEstimate. (04e0957b)
  • client-glue: Added support for Route node, S3 Iceberg sources/targets, catalog Iceberg sources, DynamoDB ELT connector, AutoDataQuality evaluation, enhanced PII detection with redaction, Kinesis fan-out support, and new R-series worker types. (3cf6f20a)
  • client-workspaces-web: Added ability to log session activity on a portal to an S3 bucket. (1d75d430)
  • client-ec2: Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem. (d8adec80)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.859.0 (2025-08-01)

Note: Version bump only for package @​aws-sdk/client-s3

3.858.0 (2025-07-31)

Note: Version bump only for package @​aws-sdk/client-s3

3.857.0 (2025-07-30)

Note: Version bump only for package @​aws-sdk/client-s3

3.856.0 (2025-07-29)

Note: Version bump only for package @​aws-sdk/client-s3

3.855.0 (2025-07-28)

Note: Version bump only for package @​aws-sdk/client-s3

Commits

Updates `@aws-sdk/lib-storage` from 3.850.0 to 3.859.0
Release notes

Sourced from @​aws-sdk/lib-storage's releases.

v3.859.0

3.859.0(2025-08-01)

Chores
  • codegen: sync for omitting protocols files from schema-serde (#7242) (b25304f1)
Documentation Changes
  • client-sns: Amazon SNS support for Amazon SQS fair queues (749eb139)
  • client-acm-pca: Doc-only update to add more information to GetCertificate action. (0309a7ef)
New Features
  • clients: update client endpoints as of 2025-08-01 (3c53767b)
  • client-aiops: This release includes fix for InvestigationGroup timestamp conversion issue. (ec627aee)
  • client-pcs: Add support for IPv6 Networking for Clusters. (e8774c17)
  • client-observabilityadmin: CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources. (39e204f9)
  • client-securityhub: Release new resource detail type CodeRepository (fb750f9a)
  • client-lightsail: This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region. (32d73d71)
  • client-auditmanager: Added a note to Framework APIs (CreateAssessmentFramework, GetAssessmentFramework, UpdateAssessmentFramework) clarifying that the Controls object returns a partial response when called through Framework APIs. Added documentation that the Framework's controlSources parameter is no longer supported. (dbff0ec3)
  • client-arc-region-switch: This is the initial SDK release for Region switch (6cc73c6a)
Tests
  • token-providers: add integ test for fromEnvSigningName (#7241) (08c6c214)

For list of updated packages, view updated-packages.md in assets-3.859.0.zip

v3.858.0

3.858.0(2025-07-31)

Documentation Changes
  • client-elastic-load-balancing-v2: This release enables secondary IP addresses for Network Load Balancers. (0a12a4ec)
  • update PR template (#7240) (205fd3ca)
New Features
  • clients: update client endpoints as of 2025-07-31 (38d91b61)
  • client-sesv2: This release introduces support for Multi-tenant management (41eae73b)
  • client-entityresolution: Add support for creating advanced rule-based matching workflows in AWS Entity Resolution. (f36fbb40)
  • client-quicksight: Added Impala connector support (1af8f7e6)
  • client-customer-profiles: The release updates standard profile with 2 new fields that supports account-level engagement. Updated APIs include CreateProfile, UpdateProfile, MergeProfiles, SearchProfiles, BatchGetProfile, GetSegmentMembership, CreateSegmentDefinition, CreateSegmentEstimate. (04e0957b)
  • client-glue: Added support for Route node, S3 Iceberg sources/targets, catalog Iceberg sources, DynamoDB ELT connector, AutoDataQuality evaluation, enhanced PII detection with redaction, Kinesis fan-out support, and new R-series worker types. (3cf6f20a)
  • client-workspaces-web: Added ability to log session activity on a portal to an S3 bucket. (1d75d430)
  • client-ec2: Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem. (d8adec80)

... (truncated)

Changelog

Sourced from @​aws-sdk/lib-storage's changelog.

3.859.0 (2025-08-01)

Note: Version bump only for package @​aws-sdk/lib-storage

3.858.0 (2025-07-31)

Note: Version bump only for package @​aws-sdk/lib-storage

3.857.0 (2025-07-30)

Note: Version bump only for package @​aws-sdk/lib-storage

3.856.0 (2025-07-29)

Note: Version bump only for package @​aws-sdk/lib-storage

3.855.0 (2025-07-28)

Note: Version bump only for package @​aws-sdk/lib-storage

Commits

Updates `@aws-sdk/client-eventbridge` from 3.848.0 to 3.859.0
Release notes

Sourced from @​aws-sdk/client-eventbridge's releases.

v3.859.0

3.859.0(2025-08-01)

Chores
  • codegen: sync for omitting protocols files from schema-serde (#7242) (b25304f1)
Documentation Changes
  • client-sns: Amazon SNS support for Amazon SQS fair queues (749eb139)
  • client-acm-pca: Doc-only update to add more information to GetCertificate action. (0309a7ef)
New Features
  • clients: update client endpoints as of 2025-08-01 (3c53767b)
  • client-aiops: This release includes fix for InvestigationGroup timestamp conversion issue. (ec627aee)
  • client-pcs: Add support for IPv6 Networking for Clusters. (e8774c17)
  • client-observabilityadmin: CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources. (39e204f9)
  • client-securityhub: Release new resource detail type CodeRepository (fb750f9a)
  • client-lightsail: This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region. (32d73d71)
  • client-auditmanager: Added a note to Framework APIs (CreateAssessmentFramework, GetAssessmentFramework, UpdateAssessmentFramework) clarifying that the Controls object returns a partial response when called through Framework APIs. Added documentation that the Framework's controlSources parameter is no longer supported. (dbff0ec3)
  • client-arc-region-switch: This is the initial SDK release for Region switch (6cc73c6a)
Tests
  • token-providers: add integ test for fromEnvSigningName (#7241) (08c6c214)

For list of updated packages, view updated-packages.md in assets-3.859.0.zip

v3.858.0

3.858.0(2025-07-31)

Documentation Changes
  • client-elastic-load-balancing-v2: This release enables secondary IP addresses for Network Load Balancers. (0a12a4ec)
  • update PR template (#7240) (205fd3ca)
New Features
  • clients: update client endpoints as of 2025-07-31 (38d91b61)
  • client-sesv2: This release introduces support for Multi-tenant management (41eae73b)
  • client-entityresolution: Add support for creating advanced rule-based matching workflows in AWS Entity Resolution. (f36fbb40)
  • client-quicksight: Added Impala connector support (1af8f7e6)
  • client-customer-profiles: The release updates standard profile with 2 new fields that supports account-level engagement. Updated APIs include CreateProfile, UpdateProfile, MergeProfiles, SearchProfiles, BatchGetProfile, GetSegmentMembership, CreateSegmentDefinition, CreateSegmentEstimate. (04e0957b)
  • client-glue: Added support for Route node, S3 Iceberg sources/targets, catalog Iceberg sources, DynamoDB ELT connector, AutoDataQuality evaluation, enhanced PII detection with redaction, Kinesis fan-out support, and new R-series worker types. (3cf6f20a)
  • client-workspaces-web: Added ability to log session activity on a portal to an S3 bucket. (1d75d430)
  • client-ec2: Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem. (d8adec80)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-eventbridge's changelog.

3.859.0 (2025-08-01)

Note: Version bump only for package @​aws-sdk/client-eventbridge

3.858.0 (2025-07-31)

Note: Version bump only for package @​aws-sdk/client-eventbridge

3.857.0 (2025-07-30)

Note: Version bump only for package @​aws-sdk/client-eventbridge

3.856.0 (2025-07-29)

Note: Version bump only for package @​aws-sdk/client-eventbridge

3.855.0 (2025-07-28)

Note: Version bump only for package @​aws-sdk/client-eventbridge

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../functions/ami-housekeeper/package.json | 4 +- lambdas/functions/control-plane/package.json | 4 +- .../functions/gh-agent-syncer/package.json | 4 +- .../termination-watcher/package.json | 2 +- lambdas/functions/webhook/package.json | 4 +- lambdas/libs/aws-ssm-util/package.json | 2 +- lambdas/yarn.lock | 521 +++++++++--------- 7 files changed, 262 insertions(+), 279 deletions(-) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index b6ca0c0227..7541a2c7a9 100644 --- a/lambdas/functions/ami-housekeeper/package.json +++ b/lambdas/functions/ami-housekeeper/package.json @@ -26,8 +26,8 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-ec2": "^3.852.0", - "@aws-sdk/client-ssm": "^3.849.0", + "@aws-sdk/client-ec2": "^3.859.0", + "@aws-sdk/client-ssm": "^3.859.0", "cron-parser": "^5.3.0" }, "nx": { diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 0366978859..4c2d8caeca 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -33,8 +33,8 @@ "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", "@aws-lambda-powertools/parameters": "^2.24.0", - "@aws-sdk/client-ec2": "^3.852.0", - "@aws-sdk/client-sqs": "^3.848.0", + "@aws-sdk/client-ec2": "^3.859.0", + "@aws-sdk/client-sqs": "^3.859.0", "@middy/core": "^6.4.1", "@octokit/auth-app": "8.0.2", "@octokit/core": "7.0.3", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index ab48fbade1..9ce01def37 100644 --- a/lambdas/functions/gh-agent-syncer/package.json +++ b/lambdas/functions/gh-agent-syncer/package.json @@ -28,8 +28,8 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-s3": "^3.850.0", - "@aws-sdk/lib-storage": "^3.850.0", + "@aws-sdk/client-s3": "^3.859.0", + "@aws-sdk/lib-storage": "^3.859.0", "@middy/core": "^6.4.1", "@octokit/rest": "22.0.0", "axios": "^1.8.4" diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index 4e84a44219..bb118053b2 100644 --- a/lambdas/functions/termination-watcher/package.json +++ b/lambdas/functions/termination-watcher/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ec2": "^3.852.0", + "@aws-sdk/client-ec2": "^3.859.0", "@middy/core": "^6.4.1" }, "nx": { diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 3f92a89394..7cef41ca84 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -17,7 +17,7 @@ "all": "yarn build && yarn format && yarn lint && yarn test" }, "devDependencies": { - "@aws-sdk/client-eventbridge": "^3.848.0", + "@aws-sdk/client-eventbridge": "^3.859.0", "@octokit/webhooks-types": "^7.6.1", "@types/aws-lambda": "^8.10.152", "@types/express": "^5.0.0", @@ -30,7 +30,7 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-sqs": "^3.848.0", + "@aws-sdk/client-sqs": "^3.859.0", "@middy/core": "^6.4.1", "@octokit/rest": "22.0.0", "@octokit/types": "^14.1.0", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index 3469e714e4..e5b223445b 100644 --- a/lambdas/libs/aws-ssm-util/package.json +++ b/lambdas/libs/aws-ssm-util/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ssm": "^3.849.0" + "@aws-sdk/client-ssm": "^3.859.0" }, "nx": { "includedScripts": [ diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index d24a3b4fc4..4ce9b5d3aa 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -126,8 +126,8 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.852.0" - "@aws-sdk/client-ssm": "npm:^3.849.0" + "@aws-sdk/client-ec2": "npm:^3.859.0" + "@aws-sdk/client-ssm": "npm:^3.859.0" "@aws-sdk/types": "npm:^3.840.0" "@types/aws-lambda": "npm:^8.10.152" "@vercel/ncc": "npm:^0.38.3" @@ -156,7 +156,7 @@ __metadata: resolution: "@aws-github-runner/aws-ssm-util@workspace:libs/aws-ssm-util" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-ssm": "npm:^3.849.0" + "@aws-sdk/client-ssm": "npm:^3.859.0" "@aws-sdk/types": "npm:^3.840.0" "@types/aws-lambda": "npm:^8.10.152" "@types/node": "npm:^22.16.5" @@ -172,8 +172,8 @@ __metadata: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" "@aws-lambda-powertools/parameters": "npm:^2.24.0" - "@aws-sdk/client-ec2": "npm:^3.852.0" - "@aws-sdk/client-sqs": "npm:^3.848.0" + "@aws-sdk/client-ec2": "npm:^3.859.0" + "@aws-sdk/client-sqs": "npm:^3.859.0" "@aws-sdk/types": "npm:^3.840.0" "@middy/core": "npm:^6.4.1" "@octokit/auth-app": "npm:8.0.2" @@ -199,8 +199,8 @@ __metadata: resolution: "@aws-github-runner/gh-agent-syncer@workspace:functions/gh-agent-syncer" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-s3": "npm:^3.850.0" - "@aws-sdk/lib-storage": "npm:^3.850.0" + "@aws-sdk/client-s3": "npm:^3.859.0" + "@aws-sdk/lib-storage": "npm:^3.859.0" "@aws-sdk/types": "npm:^3.840.0" "@middy/core": "npm:^6.4.1" "@octokit/rest": "npm:22.0.0" @@ -220,7 +220,7 @@ __metadata: resolution: "@aws-github-runner/termination-watcher@workspace:functions/termination-watcher" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.852.0" + "@aws-sdk/client-ec2": "npm:^3.859.0" "@aws-sdk/types": "npm:^3.840.0" "@middy/core": "npm:^6.4.1" "@types/aws-lambda": "npm:^8.10.152" @@ -237,8 +237,8 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-eventbridge": "npm:^3.848.0" - "@aws-sdk/client-sqs": "npm:^3.848.0" + "@aws-sdk/client-eventbridge": "npm:^3.859.0" + "@aws-sdk/client-sqs": "npm:^3.859.0" "@middy/core": "npm:^6.4.1" "@octokit/rest": "npm:22.0.0" "@octokit/types": "npm:^14.1.0" @@ -338,45 +338,45 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:^3.852.0": - version: 3.852.0 - resolution: "@aws-sdk/client-ec2@npm:3.852.0" +"@aws-sdk/client-ec2@npm:^3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/client-ec2@npm:3.859.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/credential-provider-node": "npm:3.848.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/credential-provider-node": "npm:3.859.0" "@aws-sdk/middleware-host-header": "npm:3.840.0" "@aws-sdk/middleware-logger": "npm:3.840.0" "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.845.0" - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.857.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/region-config-resolver": "npm:3.840.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@aws-sdk/util-user-agent-node": "npm:3.858.0" "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/fetch-http-handler": "npm:^5.1.0" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/middleware-retry": "npm:^4.1.18" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.23" - "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-defaults-mode-browser": "npm:^4.0.25" + "@smithy/util-defaults-mode-node": "npm:^4.0.25" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" @@ -385,86 +385,86 @@ __metadata: "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/7e0f4d7265de432c911965d94524b6d56603f2038ef819ab9b128bf1468c68a08e57b5571d2f49dbfcf6ea01a88865f40c44b90792277bd0b7dd030c269f46d7 + checksum: 10c0/00cf41514b370b7ad242adc1daa126ddcc8765d6d3d50b10ed7567657f1469992061a212494a070f35cae70baeac5bdadc0958514540770e702b0d31b9c2ba4b languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.848.0" +"@aws-sdk/client-eventbridge@npm:^3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/client-eventbridge@npm:3.859.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/credential-provider-node": "npm:3.848.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/credential-provider-node": "npm:3.859.0" "@aws-sdk/middleware-host-header": "npm:3.840.0" "@aws-sdk/middleware-logger": "npm:3.840.0" "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/region-config-resolver": "npm:3.840.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.846.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@aws-sdk/util-user-agent-node": "npm:3.858.0" "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/fetch-http-handler": "npm:^5.1.0" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/middleware-retry": "npm:^4.1.18" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.23" - "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-defaults-mode-browser": "npm:^4.0.25" + "@smithy/util-defaults-mode-node": "npm:^4.0.25" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/10118da2575264bb289d8bf79d046845566deff24fd2401dd29aa0dace38c403e8cbb4ca899bc656ff8ddd83c13dd06c9c8a090e3cff237e459650f3261a3d02 + checksum: 10c0/abef5258e7bab7317d7414264f72c26ec7b2bc122ea374ffe8741b67cc69d28c777702544295c9f138d95280e80b39167d5f393c48f750c31535ffdf2c79e7b3 languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.850.0": - version: 3.850.0 - resolution: "@aws-sdk/client-s3@npm:3.850.0" +"@aws-sdk/client-s3@npm:^3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/client-s3@npm:3.859.0" dependencies: "@aws-crypto/sha1-browser": "npm:5.2.0" "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/credential-provider-node": "npm:3.848.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/credential-provider-node": "npm:3.859.0" "@aws-sdk/middleware-bucket-endpoint": "npm:3.840.0" "@aws-sdk/middleware-expect-continue": "npm:3.840.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.846.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.858.0" "@aws-sdk/middleware-host-header": "npm:3.840.0" "@aws-sdk/middleware-location-constraint": "npm:3.840.0" "@aws-sdk/middleware-logger": "npm:3.840.0" "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.846.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.858.0" "@aws-sdk/middleware-ssec": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/region-config-resolver": "npm:3.840.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.846.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@aws-sdk/util-user-agent-node": "npm:3.858.0" "@aws-sdk/xml-builder": "npm:3.821.0" "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/eventstream-serde-browser": "npm:^4.0.4" "@smithy/eventstream-serde-config-resolver": "npm:^4.1.2" "@smithy/eventstream-serde-node": "npm:^4.0.4" @@ -475,21 +475,21 @@ __metadata: "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/md5-js": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/middleware-retry": "npm:^4.1.18" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.23" - "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-defaults-mode-browser": "npm:^4.0.25" + "@smithy/util-defaults-mode-node": "npm:^4.0.25" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" @@ -499,97 +499,97 @@ __metadata: "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/a5b4b0ad6fc69949356957fa0d2cfac6feb42b57c456feb51a1721f80946a52f1e5793e50437381876b92383ef16b9db3ece613671fc201381fc448346024818 + checksum: 10c0/e1fadea8842cb95cd6f1cabea9b4cc046ea24b42198ced218904450a7f0e424fb525fa285fee979a8563e547ed6518b13c529f289e0482bccaf9d9e89ead19c5 languageName: node linkType: hard -"@aws-sdk/client-sqs@npm:^3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/client-sqs@npm:3.848.0" +"@aws-sdk/client-sqs@npm:^3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/client-sqs@npm:3.859.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/credential-provider-node": "npm:3.848.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/credential-provider-node": "npm:3.859.0" "@aws-sdk/middleware-host-header": "npm:3.840.0" "@aws-sdk/middleware-logger": "npm:3.840.0" "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-sdk-sqs": "npm:3.845.0" - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-sdk-sqs": "npm:3.857.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/region-config-resolver": "npm:3.840.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@aws-sdk/util-user-agent-node": "npm:3.858.0" "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/fetch-http-handler": "npm:^5.1.0" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/md5-js": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/middleware-retry": "npm:^4.1.18" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.23" - "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-defaults-mode-browser": "npm:^4.0.25" + "@smithy/util-defaults-mode-node": "npm:^4.0.25" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/2bf84c6b42248ad24db03c3a021fd963995d5eac27495f765d39b1de52abb587b68460213aac097cfe456aa730bcdc45631996df232d6e1add9b6be82704e6d7 + checksum: 10c0/82e8636d9140b082d89a6121c1a3613aaaa748135cc1399d041230d938a50251f37bcc213672a5ffd3a5d24232a004bed1cc29a1b21af25f7f9bb5ed817ce598 languageName: node linkType: hard -"@aws-sdk/client-ssm@npm:^3.849.0": - version: 3.849.0 - resolution: "@aws-sdk/client-ssm@npm:3.849.0" +"@aws-sdk/client-ssm@npm:^3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/client-ssm@npm:3.859.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/credential-provider-node": "npm:3.848.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/credential-provider-node": "npm:3.859.0" "@aws-sdk/middleware-host-header": "npm:3.840.0" "@aws-sdk/middleware-logger": "npm:3.840.0" "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/region-config-resolver": "npm:3.840.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@aws-sdk/util-user-agent-node": "npm:3.858.0" "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/fetch-http-handler": "npm:^5.1.0" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/middleware-retry": "npm:^4.1.18" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.23" - "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-defaults-mode-browser": "npm:^4.0.25" + "@smithy/util-defaults-mode-node": "npm:^4.0.25" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" @@ -598,68 +598,68 @@ __metadata: "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/bc03e916ad7ab7c7683f0f5061c35bcdb38c259eec6bbe0fa7f81b63f80df724cf3703a088d4f5d5ee78e29805a379206f51e2c5d8f25eb61e8503cd81859c17 + checksum: 10c0/8e8366bb52eb8bc76fa616209e22b640d2912731b4cb944103ef5aa7a9e03453a9ee5bbaea2c450b06c33183c3221facb50a4bd03b34418c8090257b55c9c87c languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/client-sso@npm:3.848.0" +"@aws-sdk/client-sso@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/client-sso@npm:3.858.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/middleware-host-header": "npm:3.840.0" "@aws-sdk/middleware-logger": "npm:3.840.0" "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/region-config-resolver": "npm:3.840.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@aws-sdk/util-user-agent-node": "npm:3.858.0" "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/fetch-http-handler": "npm:^5.1.0" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/middleware-retry": "npm:^4.1.18" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.23" - "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-defaults-mode-browser": "npm:^4.0.25" + "@smithy/util-defaults-mode-node": "npm:^4.0.25" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/758d98cec61ee94f90e476584955409800368346ce9cafaad9d2012579655ddd7500ec31e6e4f409d4d14365ed44379b248a47b2d5a7c4dfde6658d17efea25a + checksum: 10c0/c6c4e0ad2bee35727489e0c4ea9fb9192389bc5287ead3653f2129eff3230b7486e715a7efd7e11af6936220c858a776f112bcdf3030b385999aa1aa09b0d7a1 languageName: node linkType: hard -"@aws-sdk/core@npm:3.846.0": - version: 3.846.0 - resolution: "@aws-sdk/core@npm:3.846.0" +"@aws-sdk/core@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/core@npm:3.858.0" dependencies: "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/xml-builder": "npm:3.821.0" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/property-provider": "npm:^4.0.4" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/signature-v4": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" @@ -667,140 +667,140 @@ __metadata: "@smithy/util-utf8": "npm:^4.0.0" fast-xml-parser: "npm:5.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/b23115868854939ec4d2eefcedd0fe6a2dbaa8bca83e4b757c21e5c8a153c99b61ea4b645e763257b2031717dfcc9c92264f83aa4f9d0071c806895eea6722fa + checksum: 10c0/537374ad47f9b4728d40143ba5487905bf5bf923aaa55a06d0207885d8cef7297e63b056c026a62ada805d4bc1a3b61aefff18d9f6ccfda7052a9a596fd514d1 languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.846.0": - version: 3.846.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.846.0" +"@aws-sdk/credential-provider-env@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.858.0" dependencies: - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/21640b6eec50de4fa3a7e2ac1c4505c0cf27f2f7540781d2892b2aa281f28d7c4214bd385e11cdbfd5e3309cd12219c05d26adf7cad4c881c995a20b8bc4dbcd + checksum: 10c0/cd5c9d3dad500178de1b465c06ef02e77442abf86911be2ab3db309125ab6d88df99f7a5acb44bdadb30d9fb1ed44db3f78bbf6b6c52cf085f1fc533b95e2143 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.846.0": - version: 3.846.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.846.0" +"@aws-sdk/credential-provider-http@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.858.0" dependencies: - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/fetch-http-handler": "npm:^5.1.0" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/util-stream": "npm:^4.2.3" tslib: "npm:^2.6.2" - checksum: 10c0/5fbc05c5b0e622ce473dda41d5402982508e63496d36cb22ee6039caf563bb5d1c5633ced6901fe8c134090818400b865202c619288979132ba635f09aa98a97 + checksum: 10c0/040ddbbe92bef0d2a261ffc4a515a515171206eaa06a26fb03513aecbf8416265d4f553a862acc5cc28d831ac954c4d3d37d41cb76603e32a1c2d87c3f230979 languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.848.0" - dependencies: - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/credential-provider-env": "npm:3.846.0" - "@aws-sdk/credential-provider-http": "npm:3.846.0" - "@aws-sdk/credential-provider-process": "npm:3.846.0" - "@aws-sdk/credential-provider-sso": "npm:3.848.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.848.0" - "@aws-sdk/nested-clients": "npm:3.848.0" +"@aws-sdk/credential-provider-ini@npm:3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.859.0" + dependencies: + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/credential-provider-env": "npm:3.858.0" + "@aws-sdk/credential-provider-http": "npm:3.858.0" + "@aws-sdk/credential-provider-process": "npm:3.858.0" + "@aws-sdk/credential-provider-sso": "npm:3.859.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.858.0" + "@aws-sdk/nested-clients": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/credential-provider-imds": "npm:^4.0.6" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/af3f7aa9816618a4be600f4feeeb737cf5bd11db4f3f7e96cc30e45e93386a2e3ab4a2f9c40b2eb738b4d4e66dbe0db5086062846a8a75dfa2fd42acfb349b33 + checksum: 10c0/8953ad581267a8debb405341463a8b7d232136cfab0aefb73a0e283bbe3b4a8e6ff54ce8b71db5f649a541529e2f32dbb0e6b050d7850ff61e97b3ad464fb2bf languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.848.0" - dependencies: - "@aws-sdk/credential-provider-env": "npm:3.846.0" - "@aws-sdk/credential-provider-http": "npm:3.846.0" - "@aws-sdk/credential-provider-ini": "npm:3.848.0" - "@aws-sdk/credential-provider-process": "npm:3.846.0" - "@aws-sdk/credential-provider-sso": "npm:3.848.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.848.0" +"@aws-sdk/credential-provider-node@npm:3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.859.0" + dependencies: + "@aws-sdk/credential-provider-env": "npm:3.858.0" + "@aws-sdk/credential-provider-http": "npm:3.858.0" + "@aws-sdk/credential-provider-ini": "npm:3.859.0" + "@aws-sdk/credential-provider-process": "npm:3.858.0" + "@aws-sdk/credential-provider-sso": "npm:3.859.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/credential-provider-imds": "npm:^4.0.6" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/9887a7a32dfc687c4cfb9aacf9fbc9468916dc6022802a1ddfccc6d948202e6cf6f2d15c3e526806714edd365490a828c18ec67de977a66d83b37ab75d170d56 + checksum: 10c0/2c5bae9f6ebdfdc91856aa993a79b4a58d86b247b2ad8581e0be096689b094123ccab3ffa121da832f126ab3cda3df6c69c4f61eebb4417959af0b50b302ea93 languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.846.0": - version: 3.846.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.846.0" +"@aws-sdk/credential-provider-process@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.858.0" dependencies: - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/3be6d4547cabd1fa71aa0acacc64f7996f6154aff01e7e5aa6f1cece3d89399c4f500b74db8f0173cf0c9c89275d8803970cb815d45c769808d339bdfae186fe + checksum: 10c0/ed9805a50372e3bfea9fb3afc3f7d79b21229f63224d76286f08d96e10d37a3530834ee12a84d31db76bc102f6f978bfd515897517bf11229c4618902302ec8e languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.848.0" +"@aws-sdk/credential-provider-sso@npm:3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.859.0" dependencies: - "@aws-sdk/client-sso": "npm:3.848.0" - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/token-providers": "npm:3.848.0" + "@aws-sdk/client-sso": "npm:3.858.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/token-providers": "npm:3.859.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/3ac50af20ff6646388175581cafab03b590eb5fccd1743ef45eeab3b3bb843a681e6c9e88d06c031a2886f77f649ab1a5df18cf7fb088dc8b34a7b225614ebaf + checksum: 10c0/4242daacdafb65bb491c595757ddb1c8d34b27dd6618f5e941b374fd06a113e5f370bdf0b3bcc98426ebaa4bbf5d84611abefd12bcdad20b5c71d43a6f851d79 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.848.0" +"@aws-sdk/credential-provider-web-identity@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.858.0" dependencies: - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/nested-clients": "npm:3.848.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/nested-clients": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/bd1729dc05426d86c4feb4093b6c57eb2f11a8c10d6bd9a9b81d795bd4de1fa03f9c92c85ca35e6121c4814ba6a3416fa6bb7b3bf8171735de28999a1a239aa6 + checksum: 10c0/24dbc0689c4df3a828ab823145dc2ebc70d9b6c17742cb561f917d49d7ed64ca4b8e940382921b852193dba01a13b01d2d14f87922d37049bf7f0e1501bf0aff languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.850.0": - version: 3.850.0 - resolution: "@aws-sdk/lib-storage@npm:3.850.0" +"@aws-sdk/lib-storage@npm:^3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/lib-storage@npm:3.859.0" dependencies: "@smithy/abort-controller": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/smithy-client": "npm:^4.4.9" buffer: "npm:5.6.0" events: "npm:3.3.0" stream-browserify: "npm:3.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-s3": ^3.850.0 - checksum: 10c0/6010550c3c5e233978db7fad8ab922cd799f2e87aef00c919d4a5557c721dfbfd6f9494eeab9e884d1f94fe580d772a1886d72af9f81e4be7db716a69c22ae30 + "@aws-sdk/client-s3": ^3.859.0 + checksum: 10c0/670cd9f60256139567e241ae003a539ec7ca4d4e89bed2f3b4a1311c8f2911f38edfcbcf34507c63641998fdc9fe14290125327ca9fd26fc760c72b0526bb81b languageName: node linkType: hard @@ -831,14 +831,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.846.0": - version: 3.846.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.846.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.858.0" dependencies: "@aws-crypto/crc32": "npm:5.2.0" "@aws-crypto/crc32c": "npm:5.2.0" "@aws-crypto/util": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/is-array-buffer": "npm:^4.0.0" "@smithy/node-config-provider": "npm:^4.1.3" @@ -848,7 +848,7 @@ __metadata: "@smithy/util-stream": "npm:^4.2.3" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/3ea002638c799943d5a9333fa2257c8207d2655c053c8dfe1404d8f26bf7630cd7517099807b5fc62060298ac2e1d9f205245cbee1d93e51070f9dc1c86fdb23 + checksum: 10c0/78a48688e0a6126b7f5f4cb20d02c83bc0dfbafe82b1d2b2269036dd7bf8159840a1f8a59456f223c40f8e204de4c009fff0cadcb865f4b5baa7406a4d7f5a16 languageName: node linkType: hard @@ -898,55 +898,55 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.845.0": - version: 3.845.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.845.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.857.0": + version: 3.857.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.857.0" dependencies: "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-format-url": "npm:3.840.0" - "@smithy/middleware-endpoint": "npm:^4.1.15" + "@smithy/middleware-endpoint": "npm:^4.1.17" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/signature-v4": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/7690f2ae4a9d84752eb8d666ad73a525ceb3870f2734a8388f0362b09bb7275b04c5223a350a26e94ed35aa01d48b8da1959676bbcd3a87f6b111c3ae38e0885 + checksum: 10c0/9776ee0e5dca51804b09698820decf01fd4e102029dd655c7e61e3c29874d9f96b0fb2dc612bd41857ee6578b0e9ef3135481364416508b0516a22cd5f49d47e languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.846.0": - version: 3.846.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.846.0" +"@aws-sdk/middleware-sdk-s3@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.858.0" dependencies: - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-arn-parser": "npm:3.804.0" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/signature-v4": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/util-config-provider": "npm:^4.0.0" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-stream": "npm:^4.2.3" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/34e39635ba98e12a089cc97e6a1fe63a70ee068023387f772e7a3abe42d7596a43fb0a9da762f3b667a9255e9fa8e41ba272d16b8ae0c7e3dc230906e560744e + checksum: 10c0/f37a6c2526981008f9f4833e3660d6fa774af9abd5d809c58ff9b20fe06dfcdbc12fa5e7ebb5aef71927726887e3c19169567df40e28dda7d6f3f8a9f70c623c languageName: node linkType: hard -"@aws-sdk/middleware-sdk-sqs@npm:3.845.0": - version: 3.845.0 - resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.845.0" +"@aws-sdk/middleware-sdk-sqs@npm:3.857.0": + version: 3.857.0 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.857.0" dependencies: "@aws-sdk/types": "npm:3.840.0" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/util-hex-encoding": "npm:^4.0.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/c9f4f7a537ea2da7fa4b5d4dd5e72e44d25310235da891e2c18ce68306e47d71d15dc54e68cebd7d56abc208125ae70408d1f674d8977dde80171b5d2a076d4b + checksum: 10c0/ef84084d568f2c3788e92f69a6937e672b2698803ced506e0e8e6eb66995574c742f521cd421a5f94697a4900ac554fd7724977b6cbb3b0106386a90c06bcd1e languageName: node linkType: hard @@ -961,64 +961,64 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.848.0" +"@aws-sdk/middleware-user-agent@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.858.0" dependencies: - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/2ec977bd69711022a162e287584c04c66a6481ecc331ed8fe13b6fd334a9d2c3ebe13709933dd5b224915cf7fa6e196870077e428c853b772a4b841162e71752 + checksum: 10c0/b664775f437970908412ee8ea9a2e168d6dd33bb523711b7bb54652838e78053a30ca82393008e562498f9d42a04141d2db7784f140f84d69a4782e7d58b9a4e languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/nested-clients@npm:3.848.0" +"@aws-sdk/nested-clients@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/nested-clients@npm:3.858.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/middleware-host-header": "npm:3.840.0" "@aws-sdk/middleware-logger": "npm:3.840.0" "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/region-config-resolver": "npm:3.840.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@aws-sdk/util-user-agent-node": "npm:3.858.0" "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/fetch-http-handler": "npm:^5.1.0" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/middleware-retry": "npm:^4.1.18" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.23" - "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-defaults-mode-browser": "npm:^4.0.25" + "@smithy/util-defaults-mode-node": "npm:^4.0.25" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/77057a60ce0f86bee16e1daa5214385720aa433f1ff097350b41a85dab2da2ac0a6f196f17b94d51631448adeed9dabfd8b984976771d9cfd4bb27a449f26bc6 + checksum: 10c0/c53037cb67d68ec58cce1d700ed681f57f8d2686c32c9a5a2f242cc2dac635aa2252579e2e61817fc60b3e55826a269902bc980e916f7f46399c263426de227a languageName: node linkType: hard @@ -1036,32 +1036,32 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.846.0": - version: 3.846.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.846.0" +"@aws-sdk/signature-v4-multi-region@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.858.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.846.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/signature-v4": "npm:^5.1.2" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/9f5bf554cb787e8fd3f8219c201f406c3380bddf40f835318098fd9b07143d79747f53ebca1391ff1a0be53dbe77c644c496a8bd95747bc47bf2a4ccf4141b68 + checksum: 10c0/775d4cc812c8878510d3ea7cbe3fa625ee711abb0bbda1be7b88f462a6aa8ead7e15aa7a5fa0e1661ddd7ac710b0556b4d6d08fe5e96db6d48e06ad15013ab3a languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/token-providers@npm:3.848.0" +"@aws-sdk/token-providers@npm:3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/token-providers@npm:3.859.0" dependencies: - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/nested-clients": "npm:3.848.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/nested-clients": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/c37329f6f3f41c32464d4ca512baa0aa1cd8694964af4391eebb14e7a4980316041579745bc35930caf973aa5595326da95f652b26ebb8f167cea078fb893d10 + checksum: 10c0/096d9a12b422a7a75e45d173633f7f60380c48c5e51cc93fc338c197f7419d578c7b7efa08ba6ed215bef6eda375822122a9c09a2da4a1f59b5e5b52b7b23671 languageName: node linkType: hard @@ -1140,11 +1140,11 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.848.0" +"@aws-sdk/util-user-agent-node@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.858.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/types": "npm:^4.3.1" @@ -1154,7 +1154,7 @@ __metadata: peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/165308d1323ed0f56f4366e235674a73606c9d32a47c1572541c4befc6ce5ecca2d2334981f0d77791def22dad0a722773b1540f60f2d329710f2ade361801a6 + checksum: 10c0/fff009c5e6678ceb1913d2429b34b7a21469d21321ca6fdacbb936c6ee3b0857b844949fd893335d680e8d7ee298bd4c0a096b3aef6d01f95fd2328174266395 languageName: node linkType: hard @@ -4273,26 +4273,9 @@ __metadata: languageName: node linkType: hard -"@smithy/core@npm:^3.7.0": - version: 3.7.0 - resolution: "@smithy/core@npm:3.7.0" - dependencies: - "@smithy/middleware-serde": "npm:^4.0.8" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/types": "npm:^4.3.1" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-stream": "npm:^4.2.3" - "@smithy/util-utf8": "npm:^4.0.0" - tslib: "npm:^2.6.2" - checksum: 10c0/b49848fda805c88f3422db823f19d7ad59859e3180f0cc9f6e0d174a111c09251d00ba788fc3539512fbc08fa53d38977c58b21ddac8f4f74f6cc7f1918066be - languageName: node - linkType: hard - -"@smithy/core@npm:^3.7.1": - version: 3.7.1 - resolution: "@smithy/core@npm:3.7.1" +"@smithy/core@npm:^3.7.2": + version: 3.7.2 + resolution: "@smithy/core@npm:3.7.2" dependencies: "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/protocol-http": "npm:^5.1.2" @@ -4303,7 +4286,7 @@ __metadata: "@smithy/util-stream": "npm:^4.2.3" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/3828f48b776a50ee58896fd8fdcd2ae28e2142114118b5ee78892c6e40f74c63f7dbb39199a324f9858d87ca3362e72563e47ddd81c38895da070c9503325405 + checksum: 10c0/469e15f0438a6b24485610f088570729045fbe8888586e4d060fed41a5fb6e180c28124b85f2aa6119fa82cdd09cc4ea05df0674a01ac279c70162a9a9a847fe languageName: node linkType: hard @@ -4473,11 +4456,11 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.1.15, @smithy/middleware-endpoint@npm:^4.1.16": - version: 4.1.16 - resolution: "@smithy/middleware-endpoint@npm:4.1.16" +"@smithy/middleware-endpoint@npm:^4.1.17": + version: 4.1.17 + resolution: "@smithy/middleware-endpoint@npm:4.1.17" dependencies: - "@smithy/core": "npm:^3.7.1" + "@smithy/core": "npm:^3.7.2" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/shared-ini-file-loader": "npm:^4.0.4" @@ -4485,24 +4468,24 @@ __metadata: "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-middleware": "npm:^4.0.4" tslib: "npm:^2.6.2" - checksum: 10c0/9f19d65ec1ed88e6a7a214821087286304199bbc613b157cca9dd7eab12f3ab6554fb38b9681759c75285210b21b4cc1527add1eafd46f9f5bfb8ca5679eebeb + checksum: 10c0/08e0e3542a9be373c5cbb18e54c756e8d0750138fb2f3d011e00094905175af2ecf8004d2ee2de1382b0fa5734b0393ba76e533c71929390338bcd86d9d33f72 languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.1.16": - version: 4.1.17 - resolution: "@smithy/middleware-retry@npm:4.1.17" +"@smithy/middleware-retry@npm:^4.1.18": + version: 4.1.18 + resolution: "@smithy/middleware-retry@npm:4.1.18" dependencies: "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/service-error-classification": "npm:^4.0.6" - "@smithy/smithy-client": "npm:^4.4.8" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/d8b8ce6180a1b9bef099c95a0f8bfcd232f12fc662a65f7ac2d65839009678af33665284c29b8abdb92de47f20f40ec95307a5f1d74623a3374158d800598b43 + checksum: 10c0/9bff3b3d329c7af0f33231b05bf442e6de6a1ddb67a55dcef2e5f5ef4dc2174afd5e8fd741d605dd096354eca3a8bb74d35c87fcd517cfc7349a5ccfdc3a559f languageName: node linkType: hard @@ -4637,18 +4620,18 @@ __metadata: languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.4.7, @smithy/smithy-client@npm:^4.4.8": - version: 4.4.8 - resolution: "@smithy/smithy-client@npm:4.4.8" +"@smithy/smithy-client@npm:^4.4.9": + version: 4.4.9 + resolution: "@smithy/smithy-client@npm:4.4.9" dependencies: - "@smithy/core": "npm:^3.7.1" - "@smithy/middleware-endpoint": "npm:^4.1.16" + "@smithy/core": "npm:^3.7.2" + "@smithy/middleware-endpoint": "npm:^4.1.17" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/types": "npm:^4.3.1" "@smithy/util-stream": "npm:^4.2.3" tslib: "npm:^2.6.2" - checksum: 10c0/2e7a0138dcf8afed63e998254f75d90fdb8da34f96cd09f84c7736eb5118f2b539b1ccb1dce697fdd7df7653d9c34b663731b22bfd1e0cb5dbdd8f797a01dfd9 + checksum: 10c0/0285f1f4aad72c55e73a628ec1796dab18da4609e249c62745aeda390cae2df27ded827a660299cb48944c470dee4097e7abb064076f297c59067b16a65cdc1e languageName: node linkType: hard @@ -4748,31 +4731,31 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.0.23": - version: 4.0.24 - resolution: "@smithy/util-defaults-mode-browser@npm:4.0.24" +"@smithy/util-defaults-mode-browser@npm:^4.0.25": + version: 4.0.25 + resolution: "@smithy/util-defaults-mode-browser@npm:4.0.25" dependencies: "@smithy/property-provider": "npm:^4.0.4" - "@smithy/smithy-client": "npm:^4.4.8" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/f0738ae262dd79c17cfa060a26cfd84de6b51d7a238f3d48bc960f2e9888e68af719b825243c99ec65828edda52883bd70361cedd7224f290981d71963edbc07 + checksum: 10c0/48e82c04e2aae6926347a26d75260dab85cb7e94a7a32c37518ee9d60f75dcdb132aa412bac08caf9a8782ada4ec337ffb0376fdacfd83644013e7bb5f0bacae languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.0.23": - version: 4.0.24 - resolution: "@smithy/util-defaults-mode-node@npm:4.0.24" +"@smithy/util-defaults-mode-node@npm:^4.0.25": + version: 4.0.25 + resolution: "@smithy/util-defaults-mode-node@npm:4.0.25" dependencies: "@smithy/config-resolver": "npm:^4.1.4" "@smithy/credential-provider-imds": "npm:^4.0.6" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/property-provider": "npm:^4.0.4" - "@smithy/smithy-client": "npm:^4.4.8" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/4ca648d7d660bf62c096d2a4b7639e0178898def45aa5e9d0b5ddd4cd6f49478155465145a44c1634e8e3149b7e6f79a19f91f93e584d765118504bac81225c0 + checksum: 10c0/ce8bdecc2a69094f327ca0f8b6345eaf6616e7abdb3a43b69613cdb6a0053370cd505e701f98f8a4930ae514c846b94d453bc3cf87603299025c57047a496ddd languageName: node linkType: hard From ed884e16cff3ea39c5336441a1765bc693d02d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:30:15 +0200 Subject: [PATCH 4/9] fix(lambda): bump tmp from 0.2.1 to 0.2.4 in /lambdas (#4697) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.4.
Changelog

Sourced from tmp's changelog.

v0.2.2 (2024-02-28)

:bug: Bug Fix

:memo: Documentation

Committers: 5

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmp&package-manager=npm_and_yarn&previous-version=0.2.1&new-version=0.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/github-aws-runners/terraform-aws-github-runner/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lambdas/yarn.lock | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index 4ce9b5d3aa..1cb32d2e22 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -10224,17 +10224,6 @@ __metadata: languageName: node linkType: hard -"rimraf@npm:^3.0.0": - version: 3.0.2 - resolution: "rimraf@npm:3.0.2" - dependencies: - glob: "npm:^7.1.3" - bin: - rimraf: bin.js - checksum: 10c0/9cb7757acb489bd83757ba1a274ab545eafd75598a9d817e0c3f8b164238dd90eba50d6b848bd4dcc5f3040912e882dc7ba71653e35af660d77b25c381d402e8 - languageName: node - linkType: hard - "rollup@npm:^4.40.0": version: 4.43.0 resolution: "rollup@npm:4.43.0" @@ -10962,11 +10951,9 @@ __metadata: linkType: hard "tmp@npm:~0.2.1": - version: 0.2.1 - resolution: "tmp@npm:0.2.1" - dependencies: - rimraf: "npm:^3.0.0" - checksum: 10c0/67607aa012059c9ce697bee820ee51bc0f39b29a8766def4f92d3f764d67c7cf9205d537d24e0cb1ce9685c40d4c628ead010910118ea18348666b5c46ed9123 + version: 0.2.4 + resolution: "tmp@npm:0.2.4" + checksum: 10c0/ac4a7538a9ddb89ead6f4ee019bc23c28ce31549a0bd0ba499a64f81e0804b1e9a3a758622b33807a1f9644dbde9a0205637985f9450abdba1d5062704f98782 languageName: node linkType: hard From 0b2c3c545b5a8f376a808c0f1d6d692000d7ebd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:30:47 +0200 Subject: [PATCH 5/9] chore(lambda): bump eslint from 9.31.0 to 9.32.0 in /lambdas in the eslint group (#4692) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the eslint group in /lambdas with 1 update: [eslint](https://github.com/eslint/eslint). Updates `eslint` from 9.31.0 to 9.32.0
Release notes

Sourced from eslint's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=9.31.0&new-version=9.32.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lambdas/package.json | 2 +- lambdas/yarn.lock | 43 +++++++++++++++++-------------------------- 2 files changed, 18 insertions(+), 27 deletions(-) diff --git a/lambdas/package.json b/lambdas/package.json index 308f97df52..764be7dc7b 100644 --- a/lambdas/package.json +++ b/lambdas/package.json @@ -33,7 +33,7 @@ "@typescript-eslint/parser": "^8.31.0", "@vitest/coverage-v8": "^3.2.4", "chalk": "^5.4.1", - "eslint": "^9.31.0", + "eslint": "^9.32.0", "eslint-plugin-prettier": "5.5.3", "nx": "21.3.2", "prettier": "^3.5.3", diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index 1cb32d2e22..2e865273f6 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -3017,16 +3017,7 @@ __metadata: languageName: node linkType: hard -"@eslint/core@npm:^0.14.0": - version: 0.14.0 - resolution: "@eslint/core@npm:0.14.0" - dependencies: - "@types/json-schema": "npm:^7.0.15" - checksum: 10c0/259f279445834ba2d2cbcc18e9d43202a4011fde22f29d5fb802181d66e0f6f0bd1f6b4b4b46663451f545d35134498231bd5e656e18d9034a457824b92b7741 - languageName: node - linkType: hard - -"@eslint/core@npm:^0.15.0": +"@eslint/core@npm:^0.15.0, @eslint/core@npm:^0.15.1": version: 0.15.1 resolution: "@eslint/core@npm:0.15.1" dependencies: @@ -3052,10 +3043,10 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:9.31.0": - version: 9.31.0 - resolution: "@eslint/js@npm:9.31.0" - checksum: 10c0/f9d4c73d0fafe70679a418cbb25ab7ebcc8f1dba6c32456d6f8ba5a137d583ecff233cfe10f61f41d7d4d2220e94cff1f39fc7ed1fa3819d1888dee1cad678ea +"@eslint/js@npm:9.32.0": + version: 9.32.0 + resolution: "@eslint/js@npm:9.32.0" + checksum: 10c0/f71e8f9146638d11fb15238279feff98801120a4d4130f1c587c4f09b024ff5ec01af1ba88e97ba6b7013488868898a668f77091300cc3d4394c7a8ed32d2667 languageName: node linkType: hard @@ -3066,13 +3057,13 @@ __metadata: languageName: node linkType: hard -"@eslint/plugin-kit@npm:^0.3.1": - version: 0.3.1 - resolution: "@eslint/plugin-kit@npm:0.3.1" +"@eslint/plugin-kit@npm:^0.3.4": + version: 0.3.4 + resolution: "@eslint/plugin-kit@npm:0.3.4" dependencies: - "@eslint/core": "npm:^0.14.0" + "@eslint/core": "npm:^0.15.1" levn: "npm:^0.4.1" - checksum: 10c0/a75f0b5d38430318a551b83e27bee570747eb50beeb76b03f64b0e78c2c27ef3d284cfda3443134df028db3251719bc0850c105f778122f6ad762d5270ec8063 + checksum: 10c0/64331ca100f62a0115d10419a28059d0f377e390192163b867b9019517433d5073d10b4ec21f754fa01faf832aceb34178745924baab2957486f8bf95fd628d2 languageName: node linkType: hard @@ -7299,9 +7290,9 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^9.31.0": - version: 9.31.0 - resolution: "eslint@npm:9.31.0" +"eslint@npm:^9.32.0": + version: 9.32.0 + resolution: "eslint@npm:9.32.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" "@eslint-community/regexpp": "npm:^4.12.1" @@ -7309,8 +7300,8 @@ __metadata: "@eslint/config-helpers": "npm:^0.3.0" "@eslint/core": "npm:^0.15.0" "@eslint/eslintrc": "npm:^3.3.1" - "@eslint/js": "npm:9.31.0" - "@eslint/plugin-kit": "npm:^0.3.1" + "@eslint/js": "npm:9.32.0" + "@eslint/plugin-kit": "npm:^0.3.4" "@humanfs/node": "npm:^0.16.6" "@humanwhocodes/module-importer": "npm:^1.0.1" "@humanwhocodes/retry": "npm:^0.4.2" @@ -7345,7 +7336,7 @@ __metadata: optional: true bin: eslint: bin/eslint.js - checksum: 10c0/3fd1cd5b38b907ecb3f5e7537ab91204efb38bc1ad0ca6e46fc4112f13b594272ff56e641b41580049bc333fbcb5b1b99ca9a542e8406e7da5e951068cbaec77 + checksum: 10c0/e8a23924ec5f8b62e95483002ca25db74e25c23bd9c6d98a9f656ee32f820169bee3bfdf548ec728b16694f198b3db857d85a49210ee4a035242711d08fdc602 languageName: node linkType: hard @@ -8821,7 +8812,7 @@ __metadata: "@typescript-eslint/parser": "npm:^8.31.0" "@vitest/coverage-v8": "npm:^3.2.4" chalk: "npm:^5.4.1" - eslint: "npm:^9.31.0" + eslint: "npm:^9.32.0" eslint-plugin-prettier: "npm:5.5.3" nx: "npm:21.3.2" prettier: "npm:^3.5.3" From 7ad07408803615aa56423bf649adb4d01e74140c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:31:17 +0200 Subject: [PATCH 6/9] chore(lambda): bump the nx group in /lambdas with 3 updates (#4690) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the nx group in /lambdas with 3 updates: [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint), [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) and [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite). Updates `@nx/eslint` from 21.3.5 to 21.3.11
Release notes

Sourced from @​nx/eslint's releases.

21.3.11 (2025-08-01)

🩹 Fixes

  • angular: add missing config properties to adapter whitelist (#32186)
  • core: only traverse workspace node when it exists (#32165)
  • gradle: fix bootJar, add excludeDependsOn to false (#32157)
  • module-federation: re-add support for mf aliases (#31347)
  • release: provide a link to Manage Release page when "nx release"fails (#32153)
  • release: use top-level releaseTagPattern as the default for release groups (#32154)
  • rspack: update installed version of rspack to be same as @​nx/rspack (#32152)
  • testing: add NODE_OPTIONS flag for Node.js 24 compatibility (#32177)

❤️ Thank You

21.3.10 (2025-07-30)

🩹 Fixes

  • misc: small tweaks in messaging (#32131)

❤️ Thank You

21.3.9 (2025-07-29)

🩹 Fixes

  • misc: critical severity for form-data package (#32108)

❤️ Thank You

21.3.8 (2025-07-28)

🩹 Fixes

  • core: remove graph creation from postinstall hook (#32027, #31694)
  • react-native: add release option to publisable react-native library (#29817)

❤️ Thank You

... (truncated)

Commits

Updates `@nx/js` from 21.3.5 to 21.3.11
Release notes

Sourced from @​nx/js's releases.

21.3.11 (2025-08-01)

🩹 Fixes

  • angular: add missing config properties to adapter whitelist (#32186)
  • core: only traverse workspace node when it exists (#32165)
  • gradle: fix bootJar, add excludeDependsOn to false (#32157)
  • module-federation: re-add support for mf aliases (#31347)
  • release: provide a link to Manage Release page when "nx release"fails (#32153)
  • release: use top-level releaseTagPattern as the default for release groups (#32154)
  • rspack: update installed version of rspack to be same as @​nx/rspack (#32152)
  • testing: add NODE_OPTIONS flag for Node.js 24 compatibility (#32177)

❤️ Thank You

21.3.10 (2025-07-30)

🩹 Fixes

  • misc: small tweaks in messaging (#32131)

❤️ Thank You

21.3.9 (2025-07-29)

🩹 Fixes

  • misc: critical severity for form-data package (#32108)

❤️ Thank You

21.3.8 (2025-07-28)

🩹 Fixes

  • core: remove graph creation from postinstall hook (#32027, #31694)
  • react-native: add release option to publisable react-native library (#29817)

❤️ Thank You

... (truncated)

Commits
  • b001a45 fix(core): derive graph node type correctly when projectType is not set (#3...
  • See full diff in compare view

Updates `@nx/vite` from 21.3.5 to 21.3.11
Release notes

Sourced from @​nx/vite's releases.

21.3.11 (2025-08-01)

🩹 Fixes

  • angular: add missing config properties to adapter whitelist (#32186)
  • core: only traverse workspace node when it exists (#32165)
  • gradle: fix bootJar, add excludeDependsOn to false (#32157)
  • module-federation: re-add support for mf aliases (#31347)
  • release: provide a link to Manage Release page when "nx release"fails (#32153)
  • release: use top-level releaseTagPattern as the default for release groups (#32154)
  • rspack: update installed version of rspack to be same as @​nx/rspack (#32152)
  • testing: add NODE_OPTIONS flag for Node.js 24 compatibility (#32177)

❤️ Thank You

21.3.10 (2025-07-30)

🩹 Fixes

  • misc: small tweaks in messaging (#32131)

❤️ Thank You

21.3.9 (2025-07-29)

🩹 Fixes

  • misc: critical severity for form-data package (#32108)

❤️ Thank You

21.3.8 (2025-07-28)

🩹 Fixes

  • core: remove graph creation from postinstall hook (#32027, #31694)
  • react-native: add release option to publisable react-native library (#29817)

❤️ Thank You

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lambdas/package.json | 6 +- lambdas/yarn.lock | 206 +++++++++++++++++++++---------------------- 2 files changed, 106 insertions(+), 106 deletions(-) diff --git a/lambdas/package.json b/lambdas/package.json index 764be7dc7b..7cec7500c1 100644 --- a/lambdas/package.json +++ b/lambdas/package.json @@ -22,9 +22,9 @@ }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", - "@nx/eslint": "21.3.5", - "@nx/js": "^21.3.5", - "@nx/vite": "^21.3.5", + "@nx/eslint": "21.3.11", + "@nx/js": "^21.3.11", + "@nx/vite": "^21.3.11", "@swc-node/register": "~1.10.10", "@swc/core": "~1.13.1", "@swc/helpers": "~0.5.17", diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index 2e865273f6..9590f22689 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -3375,9 +3375,9 @@ __metadata: languageName: node linkType: hard -"@nx/devkit@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/devkit@npm:21.3.5" +"@nx/devkit@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/devkit@npm:21.3.11" dependencies: ejs: "npm:^3.1.7" enquirer: "npm:~2.3.6" @@ -3388,17 +3388,17 @@ __metadata: tslib: "npm:^2.3.0" yargs-parser: "npm:21.1.1" peerDependencies: - nx: 21.3.5 - checksum: 10c0/7fb73481f68e2371a7d8ae2d2e0c3cc125d26a8ea6224f658ff2398484ca90ad1e15f29a7ab9ecd14af824da5cad4d6f03dcb86e3133520e13ce7da57cf01aeb + nx: 21.3.11 + checksum: 10c0/3af10cbc5eea359e7eede4aa742aa6785e7562ec525b28ec61fa087bc259c344a1cb22d01997e111231e194f4518a68344f3a0a0c6baa470a0c965359fca8a52 languageName: node linkType: hard -"@nx/eslint@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/eslint@npm:21.3.5" +"@nx/eslint@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/eslint@npm:21.3.11" dependencies: - "@nx/devkit": "npm:21.3.5" - "@nx/js": "npm:21.3.5" + "@nx/devkit": "npm:21.3.11" + "@nx/js": "npm:21.3.11" semver: "npm:^7.5.3" tslib: "npm:^2.3.0" typescript: "npm:~5.8.2" @@ -3408,13 +3408,13 @@ __metadata: peerDependenciesMeta: "@zkochan/js-yaml": optional: true - checksum: 10c0/fe1786c8539dee2e4d143914676aa63c3caffbb510746cda74f09916f02381f4acb7ae066903729265f504c7a87ec55e9eb3932972b7c9812cd614b61412e934 + checksum: 10c0/50294e2a3355b312b76c750d6c79515c91e10a7a917ae17e715865400aa41e02e1476512b2488ab1afda6fa24c9de4a2431e3528e83cd57a6b9c43e14df4c899 languageName: node linkType: hard -"@nx/js@npm:21.3.5, @nx/js@npm:^21.3.5": - version: 21.3.5 - resolution: "@nx/js@npm:21.3.5" +"@nx/js@npm:21.3.11, @nx/js@npm:^21.3.11": + version: 21.3.11 + resolution: "@nx/js@npm:21.3.11" dependencies: "@babel/core": "npm:^7.23.2" "@babel/plugin-proposal-decorators": "npm:^7.22.7" @@ -3423,8 +3423,8 @@ __metadata: "@babel/preset-env": "npm:^7.23.2" "@babel/preset-typescript": "npm:^7.22.5" "@babel/runtime": "npm:^7.22.6" - "@nx/devkit": "npm:21.3.5" - "@nx/workspace": "npm:21.3.5" + "@nx/devkit": "npm:21.3.11" + "@nx/workspace": "npm:21.3.11" "@zkochan/js-yaml": "npm:0.0.7" babel-plugin-const-enum: "npm:^1.0.1" babel-plugin-macros: "npm:^3.1.0" @@ -3450,7 +3450,14 @@ __metadata: peerDependenciesMeta: verdaccio: optional: true - checksum: 10c0/9059f6e686d3f0180093961754fac331bc6e11395975bc0cb5ec84e0423f231fc85d424f02bf1fdfbaa53d3a463cf069676b1ba52748319c7b1a25d238929ecf + checksum: 10c0/23202330c9fb0fd801b925be467da5f591849dab13b0009d6c223b8f525301e3dab604c89cb6542e8f11d66d885f0451aee8feec4cb5f4231467563a57f7115d + languageName: node + linkType: hard + +"@nx/nx-darwin-arm64@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-darwin-arm64@npm:21.3.11" + conditions: os=darwin & cpu=arm64 languageName: node linkType: hard @@ -3461,10 +3468,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-darwin-arm64@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-darwin-arm64@npm:21.3.5" - conditions: os=darwin & cpu=arm64 +"@nx/nx-darwin-x64@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-darwin-x64@npm:21.3.11" + conditions: os=darwin & cpu=x64 languageName: node linkType: hard @@ -3475,10 +3482,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-darwin-x64@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-darwin-x64@npm:21.3.5" - conditions: os=darwin & cpu=x64 +"@nx/nx-freebsd-x64@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-freebsd-x64@npm:21.3.11" + conditions: os=freebsd & cpu=x64 languageName: node linkType: hard @@ -3489,10 +3496,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-freebsd-x64@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-freebsd-x64@npm:21.3.5" - conditions: os=freebsd & cpu=x64 +"@nx/nx-linux-arm-gnueabihf@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.3.11" + conditions: os=linux & cpu=arm languageName: node linkType: hard @@ -3503,10 +3510,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-linux-arm-gnueabihf@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.3.5" - conditions: os=linux & cpu=arm +"@nx/nx-linux-arm64-gnu@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-linux-arm64-gnu@npm:21.3.11" + conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard @@ -3517,10 +3524,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-linux-arm64-gnu@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-linux-arm64-gnu@npm:21.3.5" - conditions: os=linux & cpu=arm64 & libc=glibc +"@nx/nx-linux-arm64-musl@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-linux-arm64-musl@npm:21.3.11" + conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard @@ -3531,10 +3538,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-linux-arm64-musl@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-linux-arm64-musl@npm:21.3.5" - conditions: os=linux & cpu=arm64 & libc=musl +"@nx/nx-linux-x64-gnu@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-linux-x64-gnu@npm:21.3.11" + conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard @@ -3545,10 +3552,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-linux-x64-gnu@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-linux-x64-gnu@npm:21.3.5" - conditions: os=linux & cpu=x64 & libc=glibc +"@nx/nx-linux-x64-musl@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-linux-x64-musl@npm:21.3.11" + conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard @@ -3559,10 +3566,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-linux-x64-musl@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-linux-x64-musl@npm:21.3.5" - conditions: os=linux & cpu=x64 & libc=musl +"@nx/nx-win32-arm64-msvc@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-win32-arm64-msvc@npm:21.3.11" + conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -3573,10 +3580,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-win32-arm64-msvc@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-win32-arm64-msvc@npm:21.3.5" - conditions: os=win32 & cpu=arm64 +"@nx/nx-win32-x64-msvc@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-win32-x64-msvc@npm:21.3.11" + conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -3587,19 +3594,12 @@ __metadata: languageName: node linkType: hard -"@nx/nx-win32-x64-msvc@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-win32-x64-msvc@npm:21.3.5" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - -"@nx/vite@npm:^21.3.5": - version: 21.3.5 - resolution: "@nx/vite@npm:21.3.5" +"@nx/vite@npm:^21.3.11": + version: 21.3.11 + resolution: "@nx/vite@npm:21.3.11" dependencies: - "@nx/devkit": "npm:21.3.5" - "@nx/js": "npm:21.3.5" + "@nx/devkit": "npm:21.3.11" + "@nx/js": "npm:21.3.11" "@phenomnomnominal/tsquery": "npm:~5.0.1" "@swc/helpers": "npm:~0.5.0" ajv: "npm:^8.0.0" @@ -3610,23 +3610,23 @@ __metadata: peerDependencies: vite: ^5.0.0 || ^6.0.0 vitest: ^1.3.1 || ^2.0.0 || ^3.0.0 - checksum: 10c0/ab3a57189a2b7a98df1812c03c7f3ba85e9e3ec797d7d90f5ec91444e64624050f5947cf23537661f7347b11b25a8c5344fb3ae78a3fd2c06b53d0299e5937cc + checksum: 10c0/0670ac688b4d99b5df9c4fd6b038f6d7271ef3948efd44d18ffcc83341c5f1cd42dee5fb9b2ee9db9ffb1c609b8bbb8abd84164591c9d655683cdf85376decf5 languageName: node linkType: hard -"@nx/workspace@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/workspace@npm:21.3.5" +"@nx/workspace@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/workspace@npm:21.3.11" dependencies: - "@nx/devkit": "npm:21.3.5" + "@nx/devkit": "npm:21.3.11" "@zkochan/js-yaml": "npm:0.0.7" chalk: "npm:^4.1.0" enquirer: "npm:~2.3.6" - nx: "npm:21.3.5" + nx: "npm:21.3.11" picomatch: "npm:4.0.2" tslib: "npm:^2.3.0" yargs-parser: "npm:21.1.1" - checksum: 10c0/0a0803f9a14a053a56baa0852f4a2fa757c3ad99075bc8de197b25609bb39c4b0064e5e956b205c2eb0d577ff5c4de217020c1450394d783d64403a265f6e58d + checksum: 10c0/d652c048cfffa6467e7294115fb4b6849d25fbbca1c020740b173c9dddcd0d80df15b0b94fd36775885470478ebd1b4e41202bb5af98910e1dd84f15fee4c123 languageName: node linkType: hard @@ -8801,9 +8801,9 @@ __metadata: resolution: "lambdas@workspace:." dependencies: "@eslint/eslintrc": "npm:^3.3.1" - "@nx/eslint": "npm:21.3.5" - "@nx/js": "npm:^21.3.5" - "@nx/vite": "npm:^21.3.5" + "@nx/eslint": "npm:21.3.11" + "@nx/js": "npm:^21.3.11" + "@nx/vite": "npm:^21.3.11" "@swc-node/register": "npm:~1.10.10" "@swc/core": "npm:~1.13.1" "@swc/helpers": "npm:~0.5.17" @@ -9381,21 +9381,21 @@ __metadata: languageName: node linkType: hard -"nx@npm:21.3.2": - version: 21.3.2 - resolution: "nx@npm:21.3.2" +"nx@npm:21.3.11": + version: 21.3.11 + resolution: "nx@npm:21.3.11" dependencies: "@napi-rs/wasm-runtime": "npm:0.2.4" - "@nx/nx-darwin-arm64": "npm:21.3.2" - "@nx/nx-darwin-x64": "npm:21.3.2" - "@nx/nx-freebsd-x64": "npm:21.3.2" - "@nx/nx-linux-arm-gnueabihf": "npm:21.3.2" - "@nx/nx-linux-arm64-gnu": "npm:21.3.2" - "@nx/nx-linux-arm64-musl": "npm:21.3.2" - "@nx/nx-linux-x64-gnu": "npm:21.3.2" - "@nx/nx-linux-x64-musl": "npm:21.3.2" - "@nx/nx-win32-arm64-msvc": "npm:21.3.2" - "@nx/nx-win32-x64-msvc": "npm:21.3.2" + "@nx/nx-darwin-arm64": "npm:21.3.11" + "@nx/nx-darwin-x64": "npm:21.3.11" + "@nx/nx-freebsd-x64": "npm:21.3.11" + "@nx/nx-linux-arm-gnueabihf": "npm:21.3.11" + "@nx/nx-linux-arm64-gnu": "npm:21.3.11" + "@nx/nx-linux-arm64-musl": "npm:21.3.11" + "@nx/nx-linux-x64-gnu": "npm:21.3.11" + "@nx/nx-linux-x64-musl": "npm:21.3.11" + "@nx/nx-win32-arm64-msvc": "npm:21.3.11" + "@nx/nx-win32-x64-msvc": "npm:21.3.11" "@yarnpkg/lockfile": "npm:^1.1.0" "@yarnpkg/parsers": "npm:3.0.2" "@zkochan/js-yaml": "npm:0.0.7" @@ -9462,25 +9462,25 @@ __metadata: bin: nx: bin/nx.js nx-cloud: bin/nx-cloud.js - checksum: 10c0/cb6b645f8df976938a2373d0b8c788d9870d99e7b81c4f255b0204bbc03ae1af67c11ffdfc6dd699ba3754bdabb34d252181f7f5074e7dd4cd98d766c20b36b7 + checksum: 10c0/ef1177345605a285514a736dd11ecf4706aa2b892d4f8181eaaa28e47686f5217987150bd3aeb11ef8f65b80780c8004c84636aac154e0d531182dedc28ad4f7 languageName: node linkType: hard -"nx@npm:21.3.5": - version: 21.3.5 - resolution: "nx@npm:21.3.5" +"nx@npm:21.3.2": + version: 21.3.2 + resolution: "nx@npm:21.3.2" dependencies: "@napi-rs/wasm-runtime": "npm:0.2.4" - "@nx/nx-darwin-arm64": "npm:21.3.5" - "@nx/nx-darwin-x64": "npm:21.3.5" - "@nx/nx-freebsd-x64": "npm:21.3.5" - "@nx/nx-linux-arm-gnueabihf": "npm:21.3.5" - "@nx/nx-linux-arm64-gnu": "npm:21.3.5" - "@nx/nx-linux-arm64-musl": "npm:21.3.5" - "@nx/nx-linux-x64-gnu": "npm:21.3.5" - "@nx/nx-linux-x64-musl": "npm:21.3.5" - "@nx/nx-win32-arm64-msvc": "npm:21.3.5" - "@nx/nx-win32-x64-msvc": "npm:21.3.5" + "@nx/nx-darwin-arm64": "npm:21.3.2" + "@nx/nx-darwin-x64": "npm:21.3.2" + "@nx/nx-freebsd-x64": "npm:21.3.2" + "@nx/nx-linux-arm-gnueabihf": "npm:21.3.2" + "@nx/nx-linux-arm64-gnu": "npm:21.3.2" + "@nx/nx-linux-arm64-musl": "npm:21.3.2" + "@nx/nx-linux-x64-gnu": "npm:21.3.2" + "@nx/nx-linux-x64-musl": "npm:21.3.2" + "@nx/nx-win32-arm64-msvc": "npm:21.3.2" + "@nx/nx-win32-x64-msvc": "npm:21.3.2" "@yarnpkg/lockfile": "npm:^1.1.0" "@yarnpkg/parsers": "npm:3.0.2" "@zkochan/js-yaml": "npm:0.0.7" @@ -9547,7 +9547,7 @@ __metadata: bin: nx: bin/nx.js nx-cloud: bin/nx-cloud.js - checksum: 10c0/60f9c7a5a712cc95b20427b97efd8bb469c36403a79631b3f0b91ebc15670162cacfab58b946ca639233ac8679c2b150bfc8ba1f346ed9f96629bc0eb537f336 + checksum: 10c0/cb6b645f8df976938a2373d0b8c788d9870d99e7b81c4f255b0204bbc03ae1af67c11ffdfc6dd699ba3754bdabb34d252181f7f5074e7dd4cd98d766c20b36b7 languageName: node linkType: hard From 35f6c8650820f0bc502d0feb4500dbef34212cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:32:01 +0200 Subject: [PATCH 7/9] chore(docs): bump mkdocs-material from 9.6.15 to 9.6.16 in /.github/workflows/mkdocs in the python-deps group (#4695) Bumps the python-deps group in /.github/workflows/mkdocs with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-material` from 9.6.15 to 9.6.16
Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.6.16

  • Fixed #8349: Info plugin doesn't correctly detect virtualenv in some cases
  • Fixed #8334: Find-in-page detects matches in hidden search result list
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.6.16 (2025-07-26)

  • Fixed #8349: Info plugin doesn't correctly detect virtualenv in some cases
  • Fixed #8334: Find-in-page detects matches in hidden search result list

mkdocs-material-9.6.15 (2025-07-01)

  • Updated Mongolian translations
  • Improved semantic markup of "edit this page" button
  • Improved info plugin virtual environment resolution
  • Fixed #8291: Large font size setting throws of breakpoints in JavaScript

mkdocs-material-9.6.14 (2025-05-13)

  • Fixed #8215: Social plugin crashes when CairoSVG is updated to 2.8

mkdocs-material-9.6.13 (2025-05-10)

  • Fixed #8204: Annotations showing list markers in print view
  • Fixed #8153: Improve style of cardinality symbols in Mermaid.js ER diagrams

mkdocs-material-9.6.12 (2025-04-17)

  • Fixed #8158: Flip footnote back reference icon for right-to-left languages

mkdocs-material-9.6.11 (2025-04-01)

  • Updated Docker image to latest Alpine Linux
  • Bump required Jinja version to 3.1
  • Fixed #8133: Jinja filter items not available (9.6.10 regression)
  • Fixed #8128: Search plugin not entirely disabled via enabled setting

mkdocs-material-9.6.10 (2025-03-30)

This version is a pure refactoring release, and does not contain new features or bug fixes. It strives to improve the compatibility of our templates with alternative Jinja-like template engines that we're currently exploring, including minijinja.

Additionally, it replaces several instances of Python function invocations with idiomatic use of template filters. All instances where variables have been mutated inside templates have been replaced. Most changes have been made in partials, and only a few in blocks, and all of them are fully backward compatible, so no changes to overrides are necessary.

Note that this release does not replace the Jinja template engine with minijinja. However, our templates are now 99% compatible with minijinja, which means we can explore alternative Jinja-compatible implementations. Additionally, immutability and removal of almost all Python function invocations means much more idiomatic templating.

... (truncated)

Commits
  • 8b94981 Prepare 9.6.16 release
  • e5c7ab5 Updated dependencies
  • 5338552 Fixed handling of inconsistent drive letter case
  • 6d4f756 Fixed dotpath venv guessing
  • 88bdcf5 Fixed empty username fallback
  • d0c4bd6 Merge pull request #8346 from squidfunk/dependabot/npm_and_yarn/form-data-3.0.4
  • 9c1e4de Bump form-data from 3.0.1 to 3.0.4
  • b2d235e Updated Premium sponsors
  • e54ff06 Updated Premium sponsors
  • 212b7ab Updated Premium sponsors
  • Additional commits viewable in compare view

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-material&package-manager=pip&previous-version=9.6.15&new-version=9.6.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/mkdocs/requirements.in | 2 +- .github/workflows/mkdocs/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mkdocs/requirements.in b/.github/workflows/mkdocs/requirements.in index 0082947370..f217c20276 100644 --- a/.github/workflows/mkdocs/requirements.in +++ b/.github/workflows/mkdocs/requirements.in @@ -1 +1 @@ -mkdocs-material==9.6.15 +mkdocs-material==9.6.16 diff --git a/.github/workflows/mkdocs/requirements.txt b/.github/workflows/mkdocs/requirements.txt index cd57f5430b..1ebe176353 100644 --- a/.github/workflows/mkdocs/requirements.txt +++ b/.github/workflows/mkdocs/requirements.txt @@ -223,9 +223,9 @@ mkdocs-get-deps==0.2.0 \ --hash=sha256:162b3d129c7fad9b19abfdcb9c1458a651628e4b1dea628ac68790fb3061c60c \ --hash=sha256:2bf11d0b133e77a0dd036abeeb06dec8775e46efa526dc70667d8863eefc6134 # via mkdocs -mkdocs-material==9.6.15 \ - --hash=sha256:64adf8fa8dba1a17905b6aee1894a5aafd966d4aeb44a11088519b0f5ca4f1b5 \ - --hash=sha256:ac969c94d4fe5eb7c924b6d2f43d7db41159ea91553d18a9afc4780c34f2717a +mkdocs-material==9.6.16 \ + --hash=sha256:8d1a1282b892fe1fdf77bfeb08c485ba3909dd743c9ba69a19a40f637c6ec18c \ + --hash=sha256:d07011df4a5c02ee0877496d9f1bfc986cfb93d964799b032dd99fe34c0e9d19 # via -r requirements.in mkdocs-material-extensions==1.3.1 \ --hash=sha256:10c9511cea88f568257f960358a467d12b970e1f7b2c0e5fb2bb48cab1928443 \ From 221333eec9dc8486caa11158f86407035dde172c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:35:44 +0200 Subject: [PATCH 8/9] fix(lambda): bump the aws-powertools group in /lambdas with 4 updates (#4694) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the aws-powertools group in /lambdas with 4 updates: [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/metrics](https://github.com/aws-powertools/powertools-lambda-typescript) and [@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript). Updates `@aws-lambda-powertools/parameters` from 2.24.0 to 2.24.1
Release notes

Sourced from @​aws-lambda-powertools/parameters's releases.

v2.24.1

Summary

In this release we have improved runtime validations in the Metrics utility, ensuring that invalid metrics are not sent to CloudWatch and avoiding data loss.

Furthermore, we now only support Zod 4.x. Using Zod 3.x with the Parser utility will result in a build-time error.

⭐ Congratulations @​JonkaSusaki and @​uttam282005 for their first PRs merged in the project 🎉

Metrics Runtime Validations

Docs

Before this release, if you published invalid metrics they could fail silently, leading to data loss. Now Lambda will throw an error if the following constraints do not hold:

  • Metric Name: Validated according to CloudWatch constraints
  • Metric Value: Validated for numeric values
  • Metric Unit: Validated for allowed units
  • Metric Resolution: Validated for allowed resolutions
  • Dimension Name: Both Dimension name and value are validated for non empty, non-null values.

Changes

  • fix(metrics): revert changes when raise warning with overridden default dimensions (#4226) by @​svozza
  • fix(metrics): emit warning when default dimensions are overwritten (#4222) by @​uttam282005
  • refactor(event-handler): replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) by @​JonkaSusaki
  • ci: fix version output interpolation in make-version workflow (#4220) by @​dreamorosi
  • ci: set version number correctly when versioning (#4219) by @​dreamorosi
  • feat(event-handler): add route management system for ApiGw event handler (#4211) by @​svozza
  • ci: update make-release.yml workflow to use latest upstream (#4215) by @​dreamorosi
  • ci: remove local create-pr action (#4213) by @​dreamorosi
  • improv(maintenance): Removed some unused assignments and added missing error handling (#4208) by @​sdangol
  • ci: remove lerna version (#4201) by @​dreamorosi
  • refactor(ci): Updated the publish command in the CI to use npm publish instead of lerna publish (#4195) by @​sdangol
  • refactor(metrics): replace EnvironmentVariablesService with cached #envConfig (#4188) by @​uttam282005
  • improv(metrics): Added runtime validations for the metrics utility functions (#4181) by @​sdangol
  • refactor(parameters): replace EnvironmentVariablesService class with helper functions in Parameters (#4168) by @​JonkaSusaki

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/parameters's changelog.

2.24.1 (2025-07-29)

Bug Fixes

  • metrics revert changes when raise warning with overridden default dimensions (#4226) (c9d6aa0)
  • metrics emit warning when default dimensions are overwritten (#4222) (a933a6a)
  • parser set zod peer range to 4.x (#4196) (7a65fcf)

Improvements

  • metrics replace EnvironmentVariablesService with cached #envConfig (#4188) (919063b)
  • metrics add runtime validations when adding dimensions (#4181) (4226058)
  • parameters replace EnvironmentVariablesService class with helper functions in Parameters (#4168) (ce4e618)
  • event-handler replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) (d17818e)

Features

  • event-handler add route management system for ApiGw event handler (#4211) (c2cbb64)
  • event-handler add base router class (#3972) (3d4998c)
Commits
  • fc26144 chore(ci): bump version to 2.24.1 (#4231)
  • c9d6aa0 fix(metrics): revert changes when raise warning with overridden default dimen...
  • a933a6a fix(metrics): emit warning when default dimensions are overwritten (#4222)
  • d17818e refactor(event-handler): replace EnvironmentVariablesService class with helpe...
  • fea274f ci: fix version output interpolation in make-version workflow (#4220)
  • 7bc1121 ci: set version number correctly when versioning (#4219)
  • c2cbb64 feat(event-handler): add route management system for ApiGw event handler (#4211)
  • 0c12440 ci: update make-release.yml workflow to use latest upstream (#4215)
  • 94ebf16 chore(deps): bump @​types/aws-lambda from 8.10.150 to 8.10.152 (#4205)
  • b1f7fee ci: remove local create-pr action (#4213)
  • Additional commits viewable in compare view

Updates `@aws-lambda-powertools/logger` from 2.24.0 to 2.24.1
Release notes

Sourced from @​aws-lambda-powertools/logger's releases.

v2.24.1

Summary

In this release we have improved runtime validations in the Metrics utility, ensuring that invalid metrics are not sent to CloudWatch and avoiding data loss.

Furthermore, we now only support Zod 4.x. Using Zod 3.x with the Parser utility will result in a build-time error.

⭐ Congratulations @​JonkaSusaki and @​uttam282005 for their first PRs merged in the project 🎉

Metrics Runtime Validations

Docs

Before this release, if you published invalid metrics they could fail silently, leading to data loss. Now Lambda will throw an error if the following constraints do not hold:

  • Metric Name: Validated according to CloudWatch constraints
  • Metric Value: Validated for numeric values
  • Metric Unit: Validated for allowed units
  • Metric Resolution: Validated for allowed resolutions
  • Dimension Name: Both Dimension name and value are validated for non empty, non-null values.

Changes

  • fix(metrics): revert changes when raise warning with overridden default dimensions (#4226) by @​svozza
  • fix(metrics): emit warning when default dimensions are overwritten (#4222) by @​uttam282005
  • refactor(event-handler): replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) by @​JonkaSusaki
  • ci: fix version output interpolation in make-version workflow (#4220) by @​dreamorosi
  • ci: set version number correctly when versioning (#4219) by @​dreamorosi
  • feat(event-handler): add route management system for ApiGw event handler (#4211) by @​svozza
  • ci: update make-release.yml workflow to use latest upstream (#4215) by @​dreamorosi
  • ci: remove local create-pr action (#4213) by @​dreamorosi
  • improv(maintenance): Removed some unused assignments and added missing error handling (#4208) by @​sdangol
  • ci: remove lerna version (#4201) by @​dreamorosi
  • refactor(ci): Updated the publish command in the CI to use npm publish instead of lerna publish (#4195) by @​sdangol
  • refactor(metrics): replace EnvironmentVariablesService with cached #envConfig (#4188) by @​uttam282005
  • improv(metrics): Added runtime validations for the metrics utility functions (#4181) by @​sdangol
  • refactor(parameters): replace EnvironmentVariablesService class with helper functions in Parameters (#4168) by @​JonkaSusaki

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/logger's changelog.

2.24.1 (2025-07-29)

Bug Fixes

  • metrics revert changes when raise warning with overridden default dimensions (#4226) (c9d6aa0)
  • metrics emit warning when default dimensions are overwritten (#4222) (a933a6a)
  • parser set zod peer range to 4.x (#4196) (7a65fcf)

Improvements

  • metrics replace EnvironmentVariablesService with cached #envConfig (#4188) (919063b)
  • metrics add runtime validations when adding dimensions (#4181) (4226058)
  • parameters replace EnvironmentVariablesService class with helper functions in Parameters (#4168) (ce4e618)
  • event-handler replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) (d17818e)

Features

  • event-handler add route management system for ApiGw event handler (#4211) (c2cbb64)
  • event-handler add base router class (#3972) (3d4998c)
Commits
  • fc26144 chore(ci): bump version to 2.24.1 (#4231)
  • c9d6aa0 fix(metrics): revert changes when raise warning with overridden default dimen...
  • a933a6a fix(metrics): emit warning when default dimensions are overwritten (#4222)
  • d17818e refactor(event-handler): replace EnvironmentVariablesService class with helpe...
  • fea274f ci: fix version output interpolation in make-version workflow (#4220)
  • 7bc1121 ci: set version number correctly when versioning (#4219)
  • c2cbb64 feat(event-handler): add route management system for ApiGw event handler (#4211)
  • 0c12440 ci: update make-release.yml workflow to use latest upstream (#4215)
  • 94ebf16 chore(deps): bump @​types/aws-lambda from 8.10.150 to 8.10.152 (#4205)
  • b1f7fee ci: remove local create-pr action (#4213)
  • Additional commits viewable in compare view

Updates `@aws-lambda-powertools/metrics` from 2.24.0 to 2.24.1
Release notes

Sourced from @​aws-lambda-powertools/metrics's releases.

v2.24.1

Summary

In this release we have improved runtime validations in the Metrics utility, ensuring that invalid metrics are not sent to CloudWatch and avoiding data loss.

Furthermore, we now only support Zod 4.x. Using Zod 3.x with the Parser utility will result in a build-time error.

⭐ Congratulations @​JonkaSusaki and @​uttam282005 for their first PRs merged in the project 🎉

Metrics Runtime Validations

Docs

Before this release, if you published invalid metrics they could fail silently, leading to data loss. Now Lambda will throw an error if the following constraints do not hold:

  • Metric Name: Validated according to CloudWatch constraints
  • Metric Value: Validated for numeric values
  • Metric Unit: Validated for allowed units
  • Metric Resolution: Validated for allowed resolutions
  • Dimension Name: Both Dimension name and value are validated for non empty, non-null values.

Changes

  • fix(metrics): revert changes when raise warning with overridden default dimensions (#4226) by @​svozza
  • fix(metrics): emit warning when default dimensions are overwritten (#4222) by @​uttam282005
  • refactor(event-handler): replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) by @​JonkaSusaki
  • ci: fix version output interpolation in make-version workflow (#4220) by @​dreamorosi
  • ci: set version number correctly when versioning (#4219) by @​dreamorosi
  • feat(event-handler): add route management system for ApiGw event handler (#4211) by @​svozza
  • ci: update make-release.yml workflow to use latest upstream (#4215) by @​dreamorosi
  • ci: remove local create-pr action (#4213) by @​dreamorosi
  • improv(maintenance): Removed some unused assignments and added missing error handling (#4208) by @​sdangol
  • ci: remove lerna version (#4201) by @​dreamorosi
  • refactor(ci): Updated the publish command in the CI to use npm publish instead of lerna publish (#4195) by @​sdangol
  • refactor(metrics): replace EnvironmentVariablesService with cached #envConfig (#4188) by @​uttam282005
  • improv(metrics): Added runtime validations for the metrics utility functions (#4181) by @​sdangol
  • refactor(parameters): replace EnvironmentVariablesService class with helper functions in Parameters (#4168) by @​JonkaSusaki

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/metrics's changelog.

2.24.1 (2025-07-29)

Bug Fixes

  • metrics revert changes when raise warning with overridden default dimensions (#4226) (c9d6aa0)
  • metrics emit warning when default dimensions are overwritten (#4222) (a933a6a)
  • parser set zod peer range to 4.x (#4196) (7a65fcf)

Improvements

  • metrics replace EnvironmentVariablesService with cached #envConfig (#4188) (919063b)
  • metrics add runtime validations when adding dimensions (#4181) (4226058)
  • parameters replace EnvironmentVariablesService class with helper functions in Parameters (#4168) (ce4e618)
  • event-handler replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) (d17818e)

Features

  • event-handler add route management system for ApiGw event handler (#4211) (c2cbb64)
  • event-handler add base router class (#3972) (3d4998c)
Commits
  • fc26144 chore(ci): bump version to 2.24.1 (#4231)
  • c9d6aa0 fix(metrics): revert changes when raise warning with overridden default dimen...
  • a933a6a fix(metrics): emit warning when default dimensions are overwritten (#4222)
  • d17818e refactor(event-handler): replace EnvironmentVariablesService class with helpe...
  • fea274f ci: fix version output interpolation in make-version workflow (#4220)
  • 7bc1121 ci: set version number correctly when versioning (#4219)
  • c2cbb64 feat(event-handler): add route management system for ApiGw event handler (#4211)
  • 0c12440 ci: update make-release.yml workflow to use latest upstream (#4215)
  • 94ebf16 chore(deps): bump @​types/aws-lambda from 8.10.150 to 8.10.152 (#4205)
  • b1f7fee ci: remove local create-pr action (#4213)
  • Additional commits viewable in compare view

Updates `@aws-lambda-powertools/tracer` from 2.24.0 to 2.24.1
Release notes

Sourced from @​aws-lambda-powertools/tracer's releases.

v2.24.1

Summary

In this release we have improved runtime validations in the Metrics utility, ensuring that invalid metrics are not sent to CloudWatch and avoiding data loss.

Furthermore, we now only support Zod 4.x. Using Zod 3.x with the Parser utility will result in a build-time error.

⭐ Congratulations @​JonkaSusaki and @​uttam282005 for their first PRs merged in the project 🎉

Metrics Runtime Validations

Docs

Before this release, if you published invalid metrics they could fail silently, leading to data loss. Now Lambda will throw an error if the following constraints do not hold:

  • Metric Name: Validated according to CloudWatch constraints
  • Metric Value: Validated for numeric values
  • Metric Unit: Validated for allowed units
  • Metric Resolution: Validated for allowed resolutions
  • Dimension Name: Both Dimension name and value are validated for non empty, non-null values.

Changes

  • fix(metrics): revert changes when raise warning with overridden default dimensions (#4226) by @​svozza
  • fix(metrics): emit warning when default dimensions are overwritten (#4222) by @​uttam282005
  • refactor(event-handler): replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) by @​JonkaSusaki
  • ci: fix version output interpolation in make-version workflow (#4220) by @​dreamorosi
  • ci: set version number correctly when versioning (#4219) by @​dreamorosi
  • feat(event-handler): add route management system for ApiGw event handler (#4211) by @​svozza
  • ci: update make-release.yml workflow to use latest upstream (#4215) by @​dreamorosi
  • ci: remove local create-pr action (#4213) by @​dreamorosi
  • improv(maintenance): Removed some unused assignments and added missing error handling (#4208) by @​sdangol
  • ci: remove lerna version (#4201) by @​dreamorosi
  • refactor(ci): Updated the publish command in the CI to use npm publish instead of lerna publish (#4195) by @​sdangol
  • refactor(metrics): replace EnvironmentVariablesService with cached #envConfig (#4188) by @​uttam282005
  • improv(metrics): Added runtime validations for the metrics utility functions (#4181) by @​sdangol
  • refactor(parameters): replace EnvironmentVariablesService class with helper functions in Parameters (#4168) by @​JonkaSusaki

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/tracer's changelog.

2.24.1 (2025-07-29)

Bug Fixes

  • metrics revert changes when raise warning with overridden default dimensions (#4226) (c9d6aa0)
  • metrics emit warning when default dimensions are overwritten (#4222) (a933a6a)
  • parser set zod peer range to 4.x (#4196) (7a65fcf)

Improvements

  • metrics replace EnvironmentVariablesService with cached #envConfig (#4188) (919063b)
  • metrics add runtime validations when adding dimensions (#4181) (4226058)
  • parameters replace EnvironmentVariablesService class with helper functions in Parameters (#4168) (ce4e618)
  • event-handler replace EnvironmentVariablesService class with helper functions in Event Handler (#4225) (d17818e)

Features

  • event-handler add route management system for ApiGw event handler (#4211) (c2cbb64)
  • event-handler add base router class (#3972) (3d4998c)
Commits
  • fc26144 chore(ci): bump version to 2.24.1 (#4231)
  • c9d6aa0 fix(metrics): revert changes when raise warning with overridden default dimen...
  • a933a6a fix(metrics): emit warning when default dimensions are overwritten (#4222)
  • d17818e refactor(event-handler): replace EnvironmentVariablesService class with helpe...
  • fea274f ci: fix version output interpolation in make-version workflow (#4220)
  • 7bc1121 ci: set version number correctly when versioning (#4219)
  • c2cbb64 feat(event-handler): add route management system for ApiGw event handler (#4211)
  • 0c12440 ci: update make-release.yml workflow to use latest upstream (#4215)
  • 94ebf16 chore(deps): bump @​types/aws-lambda from 8.10.150 to 8.10.152 (#4205)
  • b1f7fee ci: remove local create-pr action (#4213)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lambdas/functions/control-plane/package.json | 2 +- lambdas/libs/aws-powertools-util/package.json | 6 +- lambdas/yarn.lock | 58 +++++++++---------- 3 files changed, 33 insertions(+), 33 deletions(-) diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 4c2d8caeca..e05ae6182d 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -32,7 +32,7 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-lambda-powertools/parameters": "^2.24.0", + "@aws-lambda-powertools/parameters": "^2.24.1", "@aws-sdk/client-ec2": "^3.859.0", "@aws-sdk/client-sqs": "^3.859.0", "@middy/core": "^6.4.1", diff --git a/lambdas/libs/aws-powertools-util/package.json b/lambdas/libs/aws-powertools-util/package.json index d1884e76b9..f5c5c0c177 100644 --- a/lambdas/libs/aws-powertools-util/package.json +++ b/lambdas/libs/aws-powertools-util/package.json @@ -20,9 +20,9 @@ "body-parser": "^2.2.0" }, "dependencies": { - "@aws-lambda-powertools/logger": "^2.24.0", - "@aws-lambda-powertools/metrics": "^2.24.0", - "@aws-lambda-powertools/tracer": "^2.24.0", + "@aws-lambda-powertools/logger": "^2.24.1", + "@aws-lambda-powertools/metrics": "^2.24.1", + "@aws-lambda-powertools/tracer": "^2.24.1", "aws-lambda": "^1.0.7" }, "nx": { diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index 9590f22689..bd471ef782 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -141,9 +141,9 @@ __metadata: version: 0.0.0-use.local resolution: "@aws-github-runner/aws-powertools-util@workspace:libs/aws-powertools-util" dependencies: - "@aws-lambda-powertools/logger": "npm:^2.24.0" - "@aws-lambda-powertools/metrics": "npm:^2.24.0" - "@aws-lambda-powertools/tracer": "npm:^2.24.0" + "@aws-lambda-powertools/logger": "npm:^2.24.1" + "@aws-lambda-powertools/metrics": "npm:^2.24.1" + "@aws-lambda-powertools/tracer": "npm:^2.24.1" "@types/aws-lambda": "npm:^8.10.152" "@types/node": "npm:^22.16.5" aws-lambda: "npm:^1.0.7" @@ -171,7 +171,7 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-lambda-powertools/parameters": "npm:^2.24.0" + "@aws-lambda-powertools/parameters": "npm:^2.24.1" "@aws-sdk/client-ec2": "npm:^3.859.0" "@aws-sdk/client-sqs": "npm:^3.859.0" "@aws-sdk/types": "npm:^3.840.0" @@ -255,50 +255,50 @@ __metadata: languageName: unknown linkType: soft -"@aws-lambda-powertools/commons@npm:^2.24.0": - version: 2.24.0 - resolution: "@aws-lambda-powertools/commons@npm:2.24.0" - checksum: 10c0/77ee48a5852a2cf7a71354772c4d7d76782a8dab9c0847177a280e0a4f242cfad159621c0fb97ba346805008cc6d4681e4e05396a19712164696fd3357631dd1 +"@aws-lambda-powertools/commons@npm:2.24.1": + version: 2.24.1 + resolution: "@aws-lambda-powertools/commons@npm:2.24.1" + checksum: 10c0/03e9c7f29387006cda9e1fc0a549aa622a8cdc8ee65b462c0151ea89635782a6956e561fcb2df492d5fbed40141138e6dc0a24e4c7d18eaeaa7d9ec658ab6f5f languageName: node linkType: hard -"@aws-lambda-powertools/logger@npm:^2.24.0": - version: 2.24.0 - resolution: "@aws-lambda-powertools/logger@npm:2.24.0" +"@aws-lambda-powertools/logger@npm:^2.24.1": + version: 2.24.1 + resolution: "@aws-lambda-powertools/logger@npm:2.24.1" dependencies: - "@aws-lambda-powertools/commons": "npm:^2.24.0" + "@aws-lambda-powertools/commons": "npm:2.24.1" lodash.merge: "npm:^4.6.2" peerDependencies: - "@aws-lambda-powertools/jmespath": 2.24.0 + "@aws-lambda-powertools/jmespath": 2.24.1 "@middy/core": 4.x || 5.x || 6.x peerDependenciesMeta: "@aws-lambda-powertools/jmespath": optional: true "@middy/core": optional: true - checksum: 10c0/ae91e5c506589518b738e421056005f3e9fef8eb1f0a110bb8515e93b890d456fb5fddcee39187393846f77e684075ca312c8f31181f2825f9b6b779f4c3285c + checksum: 10c0/302dcc5655a3337ae34219de4ebb3e3038f9bbd400ec4d2fd60ec4095f26d8585c226186c56871f9962981d8539d648b4ad7f9b977fbf907a69463ec6b7efbd1 languageName: node linkType: hard -"@aws-lambda-powertools/metrics@npm:^2.24.0": - version: 2.24.0 - resolution: "@aws-lambda-powertools/metrics@npm:2.24.0" +"@aws-lambda-powertools/metrics@npm:^2.24.1": + version: 2.24.1 + resolution: "@aws-lambda-powertools/metrics@npm:2.24.1" dependencies: - "@aws-lambda-powertools/commons": "npm:^2.24.0" + "@aws-lambda-powertools/commons": "npm:2.24.1" peerDependencies: "@middy/core": 4.x || 5.x || 6.x peerDependenciesMeta: "@middy/core": optional: true - checksum: 10c0/c3f9b9b1cb299aebf885f53caddcfe50d86ed6a30b275a1f7adf3fbcf6de2717ce67808c7c02b30f877603c308b3a263b6e4bd8c96bee3a7b949702af81dd45f + checksum: 10c0/aa7d6e4e0a2e76ed8bcbcdc7124bf9b627b1546f062b1597190f34d261ce3393f25886fbf9ab185abc351974992c91b040f3ed49fb8f5b61664454f876dc2204 languageName: node linkType: hard -"@aws-lambda-powertools/parameters@npm:^2.24.0": - version: 2.24.0 - resolution: "@aws-lambda-powertools/parameters@npm:2.24.0" +"@aws-lambda-powertools/parameters@npm:^2.24.1": + version: 2.24.1 + resolution: "@aws-lambda-powertools/parameters@npm:2.24.1" dependencies: - "@aws-lambda-powertools/commons": "npm:^2.24.0" + "@aws-lambda-powertools/commons": "npm:2.24.1" peerDependencies: "@aws-sdk/client-appconfigdata": ">=3.x" "@aws-sdk/client-dynamodb": ">=3.x" @@ -319,22 +319,22 @@ __metadata: optional: true "@middy/core": optional: true - checksum: 10c0/b373b641791d3bf2a490a1cb66fc2fc97c65a6d80ca75af41f60739d5e063fe05ad0eeb55d758333a3a3ff844db20d7a2b001dae008a5d19f076a784d78e420f + checksum: 10c0/52592d202b3e3a6e35f6aa06f998e962550f819bc3a802d6d6b4a5f0a8bfb663cfe50d98f6819755df9baf81194c33273a70832ad12e4d95951f3baace863854 languageName: node linkType: hard -"@aws-lambda-powertools/tracer@npm:^2.24.0": - version: 2.24.0 - resolution: "@aws-lambda-powertools/tracer@npm:2.24.0" +"@aws-lambda-powertools/tracer@npm:^2.24.1": + version: 2.24.1 + resolution: "@aws-lambda-powertools/tracer@npm:2.24.1" dependencies: - "@aws-lambda-powertools/commons": "npm:^2.24.0" + "@aws-lambda-powertools/commons": "npm:2.24.1" aws-xray-sdk-core: "npm:^3.10.3" peerDependencies: "@middy/core": 4.x || 5.x || 6.x peerDependenciesMeta: "@middy/core": optional: true - checksum: 10c0/269061679eb259fdc134e3b4b049616a5bd761168542c18a148a2e3ff8ab086a6593bf2b5117e9adf785b8084be5335121fecdaaab35474d746d0cf484ee5fa8 + checksum: 10c0/097cab95d002f49a6515ba9433aafb838534671e485116f66d4c527330e32baa1f940af71d6ee1cd3a563b85f4e424f094a445dfe999e0baa114edc70b9d7e03 languageName: node linkType: hard From 6d3af4ca4b3e7efb4f4384b728f4e8b253aa8f2e Mon Sep 17 00:00:00 2001 From: "runners-releaser[bot]" <194412594+runners-releaser[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:40:54 +0200 Subject: [PATCH 9/9] chore(main): release 6.7.3 (#4698) :robot: I have created a release *beep* *boop* --- ## [6.7.3](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.7.2...v6.7.3) (2025-08-07) ### Bug Fixes * **lambda:** bump @octokit/webhooks from 14.1.1 to 14.1.3 in /lambdas in the octokit group ([#4689](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4689)) ([2408057](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/240805748d5737b52b47d1254504ebc2de61d7f5)) * **lambda:** bump the aws group in /lambdas with 6 updates ([#4693](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4693)) ([bfa2d0d](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/bfa2d0df768323010c3426b7d99d981e441727b0)) * **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([#4694](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4694)) ([221333e](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/221333eec9dc8486caa11158f86407035dde172c)) * **lambda:** bump tmp from 0.2.1 to 0.2.4 in /lambdas ([#4697](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4697)) ([ed884e1](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/ed884e16cff3ea39c5336441a1765bc693d02d13)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: runners-releaser[bot] <194412594+runners-releaser[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e71060555..150ecf483d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [6.7.3](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.7.2...v6.7.3) (2025-08-07) + + +### Bug Fixes + +* **lambda:** bump @octokit/webhooks from 14.1.1 to 14.1.3 in /lambdas in the octokit group ([#4689](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4689)) ([2408057](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/240805748d5737b52b47d1254504ebc2de61d7f5)) +* **lambda:** bump the aws group in /lambdas with 6 updates ([#4693](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4693)) ([bfa2d0d](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/bfa2d0df768323010c3426b7d99d981e441727b0)) +* **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([#4694](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4694)) ([221333e](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/221333eec9dc8486caa11158f86407035dde172c)) +* **lambda:** bump tmp from 0.2.1 to 0.2.4 in /lambdas ([#4697](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4697)) ([ed884e1](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/ed884e16cff3ea39c5336441a1765bc693d02d13)) + ## [6.7.2](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.7.1...v6.7.2) (2025-07-24)