Skip to content

chore(deps): bump fast-xml-parser, @aws-sdk/client-s3, @aws-sdk/client-account, @aws-sdk/client-api-gateway, @aws-sdk/client-backup, @aws-sdk/client-config-service, @aws-sdk/client-dynamodb, @aws-sdk/client-dynamodb-streams, @aws-sdk/client-ec2, @aws-sdk/client-ecr, @aws-sdk/client-efs, @aws-sdk/client-eventbridge, @aws-sdk/client-glacier, @aws-sdk/client-glue, @aws-sdk/client-iam, @aws-sdk/client-kafka, @aws-sdk/client-kinesis, @aws-sdk/client-kms, @aws-sdk/client-lambda, @aws-sdk/client-opensearch, @aws-sdk/client-organizations, @aws-sdk/client-ram, @aws-sdk/client-s3-control, @aws-sdk/client-s3outposts, @aws-sdk/client-s3tables, @aws-sdk/client-secrets-manager, @aws-sdk/client-sns, @aws-sdk/client-sqs, @aws-sdk/client-sso-admin, @aws-sdk/client-sts and @aws-sdk/credential-providers in /infrastructure_as_code/terraform/collect-step-function/index-data-lambda/src#277

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/infrastructure_as_code/terraform/collect-step-function/index-data-lambda/src/multi-52afa3cb2d

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 14, 2026

Bumps fast-xml-parser to 5.3.4 and updates ancestor dependencies fast-xml-parser, @aws-sdk/client-s3, @aws-sdk/client-account, @aws-sdk/client-api-gateway, @aws-sdk/client-backup, @aws-sdk/client-config-service, @aws-sdk/client-dynamodb, @aws-sdk/client-dynamodb-streams, @aws-sdk/client-ec2, @aws-sdk/client-ecr, @aws-sdk/client-efs, @aws-sdk/client-eventbridge, @aws-sdk/client-glacier, @aws-sdk/client-glue, @aws-sdk/client-iam, @aws-sdk/client-kafka, @aws-sdk/client-kinesis, @aws-sdk/client-kms, @aws-sdk/client-lambda, @aws-sdk/client-opensearch, @aws-sdk/client-organizations, @aws-sdk/client-ram, @aws-sdk/client-s3-control, @aws-sdk/client-s3outposts, @aws-sdk/client-s3tables, @aws-sdk/client-secrets-manager, @aws-sdk/client-sns, @aws-sdk/client-sqs, @aws-sdk/client-sso-admin, @aws-sdk/client-sts and @aws-sdk/credential-providers. These dependencies need to be updated together.

Updates fast-xml-parser from 5.2.5 to 5.3.4

Release notes

Sourced from fast-xml-parser's releases.

fix: handle HTML numeric and hex entities when out of range

No release notes provided.

bug fix and performance improvements

  • fix #775: transformTagName with allowBooleanAttributes adds an unnecessary attribute
  • Performance improvement for stopNodes (By Maciek Lamberski)

Replace Buffer with Uint8Array

  • Launched Separate CLI module
  • Replace Buffer with Uint8Array
Changelog

Sourced from fast-xml-parser's changelog.

Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

5.3.6 / 2026-02-14

  • Improve security and performance of entity processing
    • new options maxEntitySize, maxExpansionDepth, maxTotalExpansions, maxExpandedLength, allowedTags,tagFilter
    • fast return when no edtity is present
    • improvement replacement logic to reduce number of calls

5.3.5 / 2026-02-08

  • fix: Escape regex char in entity name
  • update strnum to 2.1.2
  • add missing exports in CJS typings

5.3.4 / 2026-01-30

  • fix: handle HTML numeric and hex entities when out of range

5.3.3 / 2025-12-12

  • fix #775: transformTagName with allowBooleanAttributes adds an unnecessary attribute

5.3.2 / 2025-11-14

  • fix for import statement for v6

5.3.1 / 2025-11-03

5.3.0 / 2025-10-03

  • Use Uint8Array in place of Buffer in Parser

5.2.5 / 2025-06-08

  • Inform user to use fxp-cli instead of in-built CLI feature
  • Export typings for direct use

5.2.4 / 2025-06-06

  • fix (#747): fix EMPTY and ANY with ELEMENT in DOCTYPE

5.2.3 / 2025-05-11

  • fix (#747): support EMPTY and ANY with ELEMENT in DOCTYPE

5.2.2 / 2025-05-05

  • fix (#746): update strnum to fix parsing issues related to enotations

5.2.1 / 2025-04-22

  • fix: read DOCTYPE entity value correctly
  • read DOCTYPE NOTATION, ELEMENT exp but not using read values

5.2.0 / 2025-04-03

... (truncated)

Commits
  • 753e770 update release details
  • 4e387f6 handle html entities when out of range
  • 088b47a correct typo (#780)
  • f335cbf update publish detail
  • fcedd31 fix #775: transformTagName with allowBooleanAttributes adds an unnecessary at...
  • 54d2262 Fix captureMetaData casing (#773)
  • e0769f2 update publish detail
  • 1a810ad fix import for v6
  • ab148ab update pcakge detail to publish
  • 81513d5 perf: Use Set for stopNodes lookup (O(1)) instead of array iteration (O(n)) (...
  • Additional commits viewable in compare view

Updates @aws-sdk/client-s3 from 3.925.0 to 3.990.0

Release notes

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

v3.990.0

3.990.0(2026-02-13)

New Features
  • client-inspector2: Added .Net 10 (dotnet10) and Node 24.x (node24.x) runtime support for lambda package scanning (168caeb6)
  • client-sagemaker: Enable g7e instance type support for SageMaker Processing, and enable single file configuration provisioning for HyperPod Slurm, where customers have the option to use HyperPod API to provide the provisioning parameters. (6f77d876)
  • client-ec2: This release adds geography information to EC2 region and availability zone APIs. DescribeRegions now includes a Geography field, while DescribeAvailabilityZones includes both Geography and SubGeography fields, enabling better geographic classification for AWS regions and zones. (eed96c05)
  • client-cloudwatch: Adding new evaluation states that provides information about the alarm evaluation process. Evaluation error Indicates configuration errors in alarm setup that require review and correction. Evaluation failure Indicates temporary CloudWatch issues. (5a085a8a)
  • client-connect: API release for headerr notifications in the admin website. APIs allow customers to publish brief messages (including URLs) to a specified audience, and a new header icon will indicate when unread messages are available. (11a9568e)
Tests

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

v3.989.0

3.989.0(2026-02-12)

Chores
New Features
  • client-ec2: Launching nested virtualization. This feature allows you to run nested VMs inside virtual (non-bare metal) EC2 instances. (9541a839)
Bug Fixes

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

v3.988.0

3.988.0(2026-02-11)

Chores
  • codegen: update for compositeErrorRegistries (#7728) (d20ea16f)
New Features
  • client-kafkaconnect: Support configurable upper limits on task count during autoscaling operations via maxAutoscalingTaskCount parameter. (c996f67d)

... (truncated)

Changelog

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

3.990.0 (2026-02-13)

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

3.989.0 (2026-02-12)

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

3.988.0 (2026-02-11)

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

3.987.0 (2026-02-10)

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

3.986.0 (2026-02-09)

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

3.985.0 (2026-02-06)

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

3.984.0 (2026-02-05)

... (truncated)

Commits

Updates @aws-sdk/client-account from 3.920.0 to 3.990.0

Release notes

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

v3.990.0

3.990.0(2026-02-13)

New Features
  • client-inspector2: Added .Net 10 (dotnet10) and Node 24.x (node24.x) runtime support for lambda package scanning (168caeb6)
  • client-sagemaker: Enable g7e instance type support for SageMaker Processing, and enable single file configuration provisioning for HyperPod Slurm, where customers have the option to use HyperPod API to provide the provisioning parameters. (6f77d876)
  • client-ec2: This release adds geography information to EC2 region and availability zone APIs. DescribeRegions now includes a Geography field, while DescribeAvailabilityZones includes both Geography and SubGeography fields, enabling better geographic classification for AWS regions and zones. (eed96c05)
  • client-cloudwatch: Adding new evaluation states that provides information about the alarm evaluation process. Evaluation error Indicates configuration errors in alarm setup that require review and correction. Evaluation failure Indicates temporary CloudWatch issues. (5a085a8a)
  • client-connect: API release for headerr notifications in the admin website. APIs allow customers to publish brief messages (including URLs) to a specified audience, and a new header icon will indicate when unread messages are available. (11a9568e)
Tests

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

v3.989.0

3.989.0(2026-02-12)

Chores
New Features
  • client-ec2: Launching nested virtualization. This feature allows you to run nested VMs inside virtual (non-bare metal) EC2 instances. (9541a839)
Bug Fixes

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

v3.988.0

3.988.0(2026-02-11)

Chores
  • codegen: update for compositeErrorRegistries (#7728) (d20ea16f)
New Features
  • client-kafkaconnect: Support configurable upper limits on task count during autoscaling operations via maxAutoscalingTaskCount parameter. (c996f67d)

... (truncated)

Changelog

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

3.990.0 (2026-02-13)

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

3.989.0 (2026-02-12)

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

3.988.0 (2026-02-11)

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

3.987.0 (2026-02-10)

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

3.986.0 (2026-02-09)

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

3.985.0 (2026-02-06)

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

3.984.0 (2026-02-05)

... (truncated)

Commits

Updates @aws-sdk/client-api-gateway from 3.920.0 to 3.990.0

Release notes

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

v3.990.0

3.990.0(2026-02-13)

New Features
  • client-inspector2: Added .Net 10 (dotnet10) and Node 24.x (node24.x) runtime support for lambda package scanning (168caeb6)
  • client-sagemaker: Enable g7e instance type support for SageMaker Processing, and enable single file configuration provisioning for HyperPod Slurm, where customers have the option to use HyperPod API to provide the provisioning parameters. (6f77d876)
  • client-ec2: This release adds geography information to EC2 region and availability zone APIs. DescribeRegions now includes a Geography field, while DescribeAvailabilityZones includes both Geography and SubGeography fields, enabling better geographic classification for AWS regions and zones. (eed96c05)
  • client-cloudwatch: Adding new evaluation states that provides information about the alarm evaluation process. Evaluation error Indicates configuration errors in alarm setup that require review and correction. Evaluation failure Indicates temporary CloudWatch issues. (5a085a8a)
  • client-connect: API release for headerr notifications in the admin website. APIs allow customers to publish brief messages (including URLs) to a specified audience, and a new header icon will indicate when unread messages are available. (11a9568e)
Tests

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

v3.989.0

3.989.0(2026-02-12)

Chores
New Features
  • client-ec2: Launching nested virtualization. This feature allows you to run nested VMs inside virtual (non-bare metal) EC2 instances. (9541a839)
Bug Fixes

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

v3.988.0

3.988.0(2026-02-11)

Chores
  • codegen: update for compositeErrorRegistries (#7728) (d20ea16f)
New Features
  • client-kafkaconnect: Support configurable upper limits on task count during autoscaling operations via maxAutoscalingTaskCount parameter. (c996f67d)

... (truncated)

Changelog

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

3.990.0 (2026-02-13)

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

3.989.0 (2026-02-12)

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

3.988.0 (2026-02-11)

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

3.987.0 (2026-02-10)

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

3.986.0 (2026-02-09)

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

3.985.0 (2026-02-06)

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

3.984.0 (2026-02-05)

... (truncated)

Commits

Updates @aws-sdk/client-backup from 3.920.0 to 3.990.0

Release notes

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

v3.990.0

3.990.0(2026-02-13)

New Features
  • client-inspector2: Added .Net 10 (dotnet10) and Node 24.x (node24.x) runtime support for lambda package scanning (168caeb6)
  • client-sagemaker: Enable g7e instance type support for SageMaker Processing, and enable single file configuration provisioning for HyperPod Slurm, where customers have the option to use HyperPod API to provide the provisioning parameters. (6f77d876)
  • client-ec2: This release adds geography information to EC2 region and availability zone APIs. DescribeRegions now includes a Geography field, while DescribeAvailabilityZones includes both Geography and SubGeography fields, enabling better geographic classification for AWS regions and zones. (eed96c05)
  • client-cloudwatch: Adding new evaluation states that provides information about the alarm evaluation process. Evaluation error Indicates configuration errors in alarm setup that require review and correction. Evaluation failure Indicates temporary CloudWatch issues. (5a085a8a)
  • client-connect: API release for headerr notifications in the admin website. APIs allow customers to publish brief messages (including URLs) to a specified audience, and a new header icon will indicate when unread messages are available. (11a9568e)
Tests

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

v3.989.0

3.989.0(2026-02-12)

Chores
New Features
  • client-ec2: Launching nested virtualization. This feature allows you to run nested VMs inside virtual (non-bare metal) EC2 instances. (9541a839)
Bug Fixes

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

v3.988.0

3.988.0(2026-02-11)

Chores
  • codegen: update for compositeErrorRegistries (#7728) (d20ea16f)
New Features
  • client-kafkaconnect: Support configurable upper limits on task count during autoscaling operations via maxAutoscalingTaskCount parameter. (c996f67d)

... (truncated)

Changelog

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

3.990.0 (2026-02-13)

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

3.989.0 (2026-02-12)

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

3.988.0 (2026-02-11)

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

3.987.0 (2026-02-10)

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

3.986.0 (2026-02-09)

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

3.985.0 (2026-02-06)

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

3.984.0 (2026-02-05)

... (truncated)

Commits

Updates @aws-sdk/client-config-service from 3.920.0 to 3.990.0

Release notes

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

v3.990.0

3.990.0(2026-02-13)

New Features
  • client-inspector2: Added .Net 10 (dotnet10) and Node 24.x (node24.x) runtime support for lambda package scanning (168caeb6)
  • client-sagemaker: Enable g7e instance type support for SageMaker Processing, and enable single file configuration provisioning for HyperPod Slurm, where customers have the option to use HyperPod API to provide the provisioning parameters. (6f77d876)
  • client-ec2: This release adds geography information to EC2 region and availability zone APIs. DescribeRegions now includes a Geography field, while DescribeAvailabilityZones includes both Geography and SubGeography fields, enabling better geographic classification for AWS regions and zones. (eed96c05)
  • client-cloudwatch: Adding new evaluation states that provides information about the alarm evaluation process. Evaluation error Indicates configuration errors in alarm setup that require review and correction. Evaluation failure Indicates temporary CloudWatch issues. (5a085a8a)
  • client-connect: API release for headerr notifications in the admin website. APIs allow customers to publish brief messages (including URLs) to a specified audience, and a new header icon will indicate when unread messages are available. (11a9568e)
Tests

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

v3.989.0

3.989.0(2026-02-12)

Chores
New Features
  • client-ec2: Launching nested virtualization. This feature allows you to run nested VMs inside virtual (non-bare metal) EC2 instances. (9541a839)
Bug Fixes

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

v3.988.0

3.988.0(2026-02-11)

Chores
  • codegen: update for compositeErrorRegistries (#7728) (d20ea16f)
New Features
  • client-kafkaconnect: Support configurable upper limits on task count during autoscaling operations via maxAutoscalingTaskCount parameter. (c996f67d)

... (truncated)

Changelog

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

3.990.0 (2026-02-13)

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

3.989.0 (2026-02-12)

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

3.988.0 (2026-02-11)

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

3.987.0 (2026-02-10)

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

3.986.0 (2026-02-09)

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

3.985.0 (2026-02-06)

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

3.984.0 (2026-02-05)

... (truncated)

Commits

Updates @aws-sdk/client-dynamodb from 3.920.0 to 3.990.0

Release notes

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

v3.990.0

3.990.0(2026-02-13)

New Features
  • client-inspector2: Added .Net 10 (dotnet10) and Node 24.x (node24.x) runtime support for lambda package scanning (168caeb6)
  • client-sagemaker: Enable g7e instance type support for SageMaker Processing, and enable single file configuration provisioning for HyperPod Slurm, where customers have the option to use HyperPod API to provide the provisioning parameters. (6f77d876)
  • client-ec2: This release adds geography information to EC2 region and availability zone APIs. DescribeRegions now includes a Geography field, while DescribeAvailabilityZones includes both Geography and SubGeography fields, enabling better geographic classification for AWS regions and zones. (eed96c05)
  • client-cloudwatch: Adding new evaluation states that provides information about the alarm evaluation process. Evaluation error Indicates configuration errors in alarm setup that require review and correction. Evaluation failure Indicates temporary CloudWatch issues. (5a085a8a)
  • client-connect: API release for headerr notifications in the admin website. APIs allow customers to publish brief messages (including URLs) to a specified audience, and a new header icon will indicate when unread messages are available. (11a9568e)
Tests

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

v3.989.0

3.989.0(2026-02-12)

Chores
New Features
  • client-ec2: Launching nested virtualization. This feature allows you to run nested VMs inside virtual (non-bare metal) EC2 instances. (9541a839)
Bug Fixes

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

v3.988.0

3.988.0(2026-02-11)

Chores
  • codegen: update for compositeErrorRegistries (#7728) (d20ea16f)
New Features
  • client-kafkaconnect: Support configurable upper limits on task count during autoscaling operations via maxAutoscalingTaskCount parameter. (c996f67d)

... (truncated)

Changelog

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

3.990.0 (2026-02-13)

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

3.989.0 (2026-02-12)

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

3.988.0 (2026-02-11)

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

3.987.0 (2026-02-10)

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

3.986.0 (2026-02-09)

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

3.985.0 (2026-02-06)

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

3.984.0 (2026-02-05)

... (truncated)

Commits

Updates @aws-sdk/client-dynamodb-streams from 3.920.0 to 3.990.0

Release notes

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

v3.990.0

3.990.0(2026-02-13)

New Features
  • client-inspector2: Added .Net 10 (dotnet10) and Node 24.x (node24.x) runtime support for lambda package scanning (168caeb6)
  • client-sagemaker: Enable g7e instance type support for SageMaker Processing, and enable single file configuration provisioning for HyperPod Slurm, where customers have the option to use HyperPod API to provide the provisioning parameters. (6f77d876)
  • client-ec2: This release adds geography information to EC2 region and availability zone APIs. DescribeRegions now includes a Geography field, while DescribeAvailabilityZones includes both Geography and SubGeography fields, enabling better geographic classification for AWS regions and zones. (eed96c05)
  • client-cloudwatch: Adding new evaluation states that provides information about the alarm evaluation process. Evaluation error Indicates configuration errors in alarm setup that require review and correction. Evaluation failure Indicates temporary CloudWatch issues. (5a085a8a)
  • client-connect: API release for headerr notifications in the admin website. APIs allow customers to publish brief messages (including URLs) to a specified audience, and a new header icon will indicate when unread messages are available. (11a9568e)
Tests

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

v3.989.0

3.989.0(2026-02-12)

Chores
New Features
  • client-ec2: Launching nested virtualization. This feature allows you to run nested VMs inside virtual (non-bare metal) EC2 instances. (9541a839)
Bug Fixes

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

v3.988.0

3.988.0(2026-02-11)

Chores
  • codegen: update for compositeErrorRegistries (#7728) (d20ea16f)
New Features
  • client-kafkaconnect: Support configurable upper limits on task count during autoscaling operations via maxAutoscalingTaskCount parameter. (c996f67d)

... (truncated)

Changelog

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

3.990.0 (2026-02-13)

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

3.989.0 (2026-02-12)

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

3.988.0 (2026-02-11)

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

3.987.0 (2026-02-10)

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

3.986.0 (2026-02-09)

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

3.985.0 (2026-02-06)

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

3.984.0 (2026-02-05)

... (truncated)

Commits

Updates @aws-sdk/client-ec2 from 3.920.0 to 3.990.0

Release notes

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

v3.990.0

3.990.0(2026-02-13)

New F...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 14, 2026
…t-account, @aws-sdk/client-api-gateway, @aws-sdk/client-backup, @aws-sdk/client-config-service, @aws-sdk/client-dynamodb, @aws-sdk/client-dynamodb-streams, @aws-sdk/client-ec2, @aws-sdk/client-ecr, @aws-sdk/client-efs, @aws-sdk/client-eventbridge, @aws-sdk/client-glacier, @aws-sdk/client-glue, @aws-sdk/client-iam, @aws-sdk/client-kafka, @aws-sdk/client-kinesis, @aws-sdk/client-kms, @aws-sdk/client-lambda, @aws-sdk/client-opensearch, @aws-sdk/client-organizations, @aws-sdk/client-ram, @aws-sdk/client-s3-control, @aws-sdk/client-s3outposts, @aws-sdk/client-s3tables, @aws-sdk/client-secrets-manager, @aws-sdk/client-sns, @aws-sdk/client-sqs, @aws-sdk/client-sso-admin, @aws-sdk/client-sts and @aws-sdk/credential-providers

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 5.3.4 and updates ancestor dependencies [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser), [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3), [@aws-sdk/client-account](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-account), [@aws-sdk/client-api-gateway](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-api-gateway), [@aws-sdk/client-backup](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-backup), [@aws-sdk/client-config-service](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-config-service), [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb), [@aws-sdk/client-dynamodb-streams](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb-streams), [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2), [@aws-sdk/client-ecr](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecr), [@aws-sdk/client-efs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-efs), [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge), [@aws-sdk/client-glacier](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-glacier), [@aws-sdk/client-glue](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-glue), [@aws-sdk/client-iam](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-iam), [@aws-sdk/client-kafka](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kafka), [@aws-sdk/client-kinesis](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kinesis), [@aws-sdk/client-kms](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kms), [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda), [@aws-sdk/client-opensearch](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-opensearch), [@aws-sdk/client-organizations](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-organizations), [@aws-sdk/client-ram](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ram), [@aws-sdk/client-s3-control](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3-control), [@aws-sdk/client-s3outposts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3outposts), [@aws-sdk/client-s3tables](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3tables), [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager), [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns), [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs), [@aws-sdk/client-sso-admin](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sso-admin), [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts) and [@aws-sdk/credential-providers](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers). These dependencies need to be updated together.


Updates `fast-xml-parser` from 5.2.5 to 5.3.4
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v5.2.5...v5.3.4)

Updates `@aws-sdk/client-s3` from 3.925.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-s3)

Updates `@aws-sdk/client-account` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-account/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-account)

Updates `@aws-sdk/client-api-gateway` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-api-gateway/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-api-gateway)

Updates `@aws-sdk/client-backup` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-backup/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-backup)

Updates `@aws-sdk/client-config-service` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-config-service/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-config-service)

Updates `@aws-sdk/client-dynamodb` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-dynamodb)

Updates `@aws-sdk/client-dynamodb-streams` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb-streams/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-dynamodb-streams)

Updates `@aws-sdk/client-ec2` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ec2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-ec2)

Updates `@aws-sdk/client-ecr` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ecr/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-ecr)

Updates `@aws-sdk/client-efs` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-efs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-efs)

Updates `@aws-sdk/client-eventbridge` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-eventbridge/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-eventbridge)

Updates `@aws-sdk/client-glacier` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-glacier/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-glacier)

Updates `@aws-sdk/client-glue` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-glue/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-glue)

Updates `@aws-sdk/client-iam` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-iam/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-iam)

Updates `@aws-sdk/client-kafka` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-kafka/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-kafka)

Updates `@aws-sdk/client-kinesis` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-kinesis/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-kinesis)

Updates `@aws-sdk/client-kms` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-kms/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-kms)

Updates `@aws-sdk/client-lambda` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-lambda/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-lambda)

Updates `@aws-sdk/client-opensearch` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-opensearch/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-opensearch)

Updates `@aws-sdk/client-organizations` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-organizations/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-organizations)

Updates `@aws-sdk/client-ram` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ram/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-ram)

Updates `@aws-sdk/client-s3-control` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3-control/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-s3-control)

Updates `@aws-sdk/client-s3outposts` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3outposts/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-s3outposts)

Updates `@aws-sdk/client-s3tables` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3tables/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-s3tables)

Updates `@aws-sdk/client-secrets-manager` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-secrets-manager)

Updates `@aws-sdk/client-sns` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sns/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-sns)

Updates `@aws-sdk/client-sqs` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-sqs)

Updates `@aws-sdk/client-sso-admin` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sso-admin/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-sso-admin)

Updates `@aws-sdk/client-sts` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sts/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-sts)

Updates `@aws-sdk/credential-providers` from 3.920.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/credential-providers/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/packages/credential-providers)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.3.4
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.990.0
  dependency-type: direct:production
- dependency-name: "@aws-sdk/client-account"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-api-gateway"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-backup"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-config-service"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-dynamodb-streams"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-ec2"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-ecr"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-efs"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-eventbridge"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-glacier"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-glue"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-iam"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-kafka"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-kinesis"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-kms"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-lambda"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-opensearch"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-organizations"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-ram"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-s3-control"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-s3outposts"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-s3tables"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-sso-admin"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-sts"
  dependency-version: 3.990.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/credential-providers"
  dependency-version: 3.990.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/infrastructure_as_code/terraform/collect-step-function/index-data-lambda/src/multi-52afa3cb2d branch from e4c9f77 to 9b5eadd Compare February 15, 2026 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants