Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps fast-xml-parser to 5.3.4 and updates ancestor dependencies fast-xml-parser, @aws-sdk/client-opensearchserverless and @aws-sdk/credential-provider-node. These dependencies need to be updated together.

Updates fast-xml-parser from 4.4.1 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

Support EMPTY and ANY with ELEMENT in DOCTYPE

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.2.4...v5.2.4

upgrade to ESM module and fixing value parsing issues

  • Support ESM modules
  • fix value parsing issues
  • a feature to access tag location is added (metadata)
  • fix to read DOCTYPE correctly

Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md

Summary update on all the previous releases from v4.2.4

  • Multiple minor fixes provided in the validator and parser
  • v6 is added for experimental use.
  • ignoreAttributes support function, and array of string or regex
  • Add support for parsing HTML numeric entities
  • v5 of the application is ESM module now. However, JS is also supported

Note: Release section in not updated frequently. Please check CHANGELOG or Tags for latest release information.

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.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

5.1.0 / 2025-04-02

  • feat: declare package as side-effect free (#738) (By Thomas Bouffard)
  • fix cjs build mode
  • fix builder return type to string

... (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-opensearchserverless from 3.840.0 to 3.987.0

Release notes

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

v3.987.0

3.987.0(2026-02-10)

Chores
  • client-iotanalytics: remove iot analytics due to service shutdown (#7727) (e3140d04)
  • client-evidently: remove evidently due to service shutdown (#7725) (5b9942f9)
New Features
  • clients: update client endpoints as of 2026-02-10 (1bee3fec)
  • client-rds: This release adds backup configuration for RDS and Aurora restores, letting customers set backup retention period and preferred backup window during restore. It also enables viewing backup settings when describing snapshots or automated backups for instances and clusters. (dfcf7f3d)
  • client-bedrock-agentcore: Added AgentCore browser proxy configuration support, allowing routing of browser traffic through HTTP and HTTPS proxy servers with authentication and bypass rules. (9bdc1cf8)
  • client-eks: Introducing an optional policy field, an IAM policy applied to pod identity associations in addition to IAM role policies. When specified, pod permissions are the intersection of IAM role policies and the policy field, ensuring the principle of least privilege. (c35168e3)
  • client-connect: Amazon Connect now supports per-channel auto-accept and After Contact Work (ACW) timeouts. Configure agents with auto-accept and ACW timeout settings for chat, tasks, emails, and callbacks. Use the new UpdateUserConfig API to manage these settings. (9408c413)
  • client-kafka: Amazon MSK adds three new APIs, CreateTopic, UpdateTopic, and DeleteTopic for managing Kafka topics in your MSK clusters. (cc06eb6f)

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

v3.986.0

3.986.0(2026-02-09)

Chores
  • codegen: smithy-typescript-aws-codegen 0.44.0 (#7719) (1a8de1bf)
Documentation Changes
  • client-lakeformation: Allow cross account v5 in put data lake settings (e10aebc6)
  • client-transfer: This release adds a documentation update for MdnResponse of type "ASYNC" (a9087979)
New Features
  • clients: update client endpoints as of 2026-02-09 (b81f169c)
  • client-connectcampaignsv2: Add the missing event type for WhatsApp (6b19703e)
  • client-pcs: Introduces RESUMING state for clusters, compute node groups, and queues. (78ec45d5)
  • client-eks: Amazon EKS adds a new DescribeUpdate update type, VendedLogsUpdate, to support an integration between EKS Auto Mode and Amazon CloudWatch Vended Logs. (85135c4a)
  • client-neptunedata: Added edgeOnlyLoad boolean parameter to Neptune bulk load request. When TRUE, files are loaded in order without scanning. When FALSE (default), the loader scans files first, then loads vertex files before edge files automatically. (012843ab)
  • client-imagebuilder: EC2 Image Builder now supports wildcard patterns in lifecycle policies with recipes and enhances the experience of tag-scoped policies. (f015ab63)
  • client-ec2: Amazon Secondary Networks is a networking feature that provides high-performance, low-latency connectivity for specialized workloads. (0ba27c28)
Tests
  • middleware-websocket: improve integ test for websocket (#7718) (e25063ae)

... (truncated)

Changelog

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

3.987.0 (2026-02-10)

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

3.986.0 (2026-02-09)

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

3.985.0 (2026-02-06)

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

3.984.0 (2026-02-05)

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

3.983.0 (2026-02-04)

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

3.982.0 (2026-02-03)

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

3.981.0 (2026-02-02)

... (truncated)

Commits

Updates @aws-sdk/credential-provider-node from 3.840.0 to 3.972.6

Release notes

Sourced from @​aws-sdk/credential-provider-node's releases.

v3.972.0

3.972.0(2026-01-20)

Chores
New Features
  • clients: update client endpoints as of 2026-01-20 (3266a28d)
  • client-workspaces-instances: Added billing configuration support for WorkSpaces Instances with monthly and hourly billing modes, including new filtering capabilities for instance type searches. (a660c503)
  • client-odb: Adds support for associating and disassociating IAM roles with Autonomous VM cluster resources through the AssociateIamRoleToResource and DisassociateIamRoleFromResource APIs. The GetCloudAutonomousVmCluster and ListCloudAutonomousVmClusters API responses now include the iamRoles field. (f906d762)
  • client-bedrock-runtime: Added support for extended prompt caching with one hour TTL. (2cc679ff)
  • client-keyspaces: Adds support for managing table pre-warming in Amazon Keyspaces (for Apache Cassandra) (a7d41c3f)
  • client-auto-scaling: This release adds support for three new filters when describing scaling activities, StartTimeLowerBound, StartTimeUpperBound, and Status. (5ca740f5)
  • client-verifiedpermissions: Amazon Verified Permissions now supports encryption of resources by a customer managed KMS key. Customers can now create new encrypted policy stores by passing in their customer managed key during policy store creation. (3fe5ed93)

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

v3.971.0

3.971.0(2026-01-16)

Chores
Documentation Changes
  • client-sagemaker: Adding security consideration comments for lcc accessing execution role under root access (83b0e783)
  • client-glacier: Documentation updates for Amazon Glacier's maintenance mode (18674f5d)
New Features
  • clients: update client endpoints as of 2026-01-16 (5149b6b0)
  • client-datazone: This release adds support for numeric filtering and complex free-text searches cases for the Search and SearchListings APIs. (3ce55674)
  • client-connect: Adds support to allow customers to create form with Dispute configuration (faedfc8b)
  • client-launch-wizard: Added UpdateDeployment, ListDeploymentPatternVersions and GetDeploymentPatternVersion APIs for Launch Wizard (5126f41e)
  • client-resource-explorer-2: Added ViewName to View-related responses and ServiceViewName to GetServiceView response. (e0212a10)

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

v3.970.0

3.970.0(2026-01-15)

... (truncated)

Changelog

Sourced from @​aws-sdk/credential-provider-node's changelog.

3.972.6 (2026-02-06)

Chores

  • credential-provider-node: update dependencies.

3.972.5 (2026-02-03)

Chores

  • credential-provider-node: update dependencies.

3.972.4 (2026-01-30)

Chores

  • use yarn workspace versioning for monorepo packages (#7693) (b951130)

3.972.3 (2026-01-29)

Bug Fixes

  • credential-provider-node: open credential provider lock after failed chain (#7692) (2320c7c)

3.972.2 (2026-01-25)

Chores

  • packages-internal: update metadata url paths (#7679) (c3a351c)

3.972.1 (2026-01-21)

Chores

  • packages: move package folders for internal pkgs (#7670) (ce66606)

3.972.0 (2026-01-20)

Note: Version bump only for package @​aws-sdk/credential-provider-node

3.971.0 (2026-01-16)

Note: Version bump only for package @​aws-sdk/credential-provider-node

... (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 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 show <dependency name> 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.

…dk/credential-provider-node

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-opensearchserverless](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-opensearchserverless) and [@aws-sdk/credential-provider-node](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages-internal/credential-provider-node). These dependencies need to be updated together.


Updates `fast-xml-parser` from 4.4.1 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@v4.4.1...v5.3.4)

Updates `@aws-sdk/client-opensearchserverless` from 3.840.0 to 3.987.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-opensearchserverless/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.987.0/clients/client-opensearchserverless)

Updates `@aws-sdk/credential-provider-node` from 3.840.0 to 3.972.6
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages-internal/credential-provider-node/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/HEAD/packages-internal/credential-provider-node)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.3.4
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-opensearchserverless"
  dependency-version: 3.987.0
  dependency-type: direct:production
- dependency-name: "@aws-sdk/credential-provider-node"
  dependency-version: 3.972.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code major Changes equivalent to a major version increment labels Feb 11, 2026
@maekawataiki maekawataiki merged commit c184833 into main Feb 11, 2026
15 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/cdk/custom-resources/opensearch-index/multi-c0edd519b9 branch February 11, 2026 16:15
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 major Changes equivalent to a major version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant