Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2025

Bumps the production-dependencies group with 12 updates in the / directory:

Package From To
@aws-sdk/credential-provider-node 3.637.0 3.891.0
karma 6.4.3 6.4.4
tslib 2.6.3 2.8.1
webpack 5.94.0 5.101.3
@aws-sdk/client-dynamodb 3.712.0 3.891.0
@aws-sdk/util-dynamodb 3.712.0 3.891.0
@aws-sdk/util-utf8-browser 3.37.0 3.259.0
ts-loader 9.5.0 9.5.4
end-of-stream 1.4.4 1.4.5
@aws-sdk/client-kms 3.637.0 3.891.0
bn.js 5.2.1 5.2.2
@aws-sdk/util-locate-window 3.310.0 3.873.0

Updates @aws-sdk/credential-provider-node from 3.637.0 to 3.891.0

Release notes

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

v3.891.0

3.891.0(2025-09-17)

Chores
  • codegen: codegen sync for command doc update and retry trait (#7353) (29220637)
Documentation Changes
  • update guidance on instanceof Exception checking (#7351) (70328726)
New Features
  • client-ec2: Add mac-m4.metal and mac-m4pro.metal instance types. (542f2aba)
  • client-pcs: Add support for Amazon EC2 Capacity Blocks for ML (28cf47d6)
  • client-network-firewall: Network Firewall now prevents TLS handshakes with the target server until after the Server Name Indication (SNI) has been seen and verified. The monitoring dashboard now provides deeper insights into PrivateLink endpoint candidates and offers filters based on IP addresses and protocol. (11455fdf)
Tests
  • normalize import of integ test mock (#7352) (8c20c066)
  • client-s3: add integration test for selectObjectContent (#7325) (c65c2030)

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

v3.890.0

3.890.0(2025-09-16)

Chores
  • scripts: turn off verdaccio benchmark script (#7350) (e5b756a3)
  • codegen: sync for fs-mock and eventstream codegen fix (#7348) (60f5a8c8)
Documentation Changes
New Features
  • clients: update client endpoints as of 2025-09-16 (aef54eb6)
  • client-osis: Adds support for cross-account ingestion for push-based sources. This includes resource policies for sharing pipelines across accounts and features for managing pipeline endpoints which enable accessing pipelines across different VPCs, including VPCs in other accounts. (de930e70)
  • client-budgets: Add support for custom time periods in budget configuration (8d881364)
  • client-ivs-realtime: IVS now offers customers the ability to control the positioning of participants in both grid and PiP layouts based on custom attribute values in participant tokens. (bac6c46e)
  • client-cloudwatch-logs: Cloudwatch Logs added support for 2 new API parameters in metric and subscription filter APIs to filter log events based on system field values and emit system field values as dimensions and send them to customer destination as additional metadata. (8d9dd737)
Tests
  • credential-provider-node: rewrite integ in vitest (#7349) (9eee6eb1)

... (truncated)

Changelog

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

3.891.0 (2025-09-17)

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

3.890.0 (2025-09-16)

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

3.888.0 (2025-09-12)

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

3.887.0 (2025-09-11)

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

3.886.0 (2025-09-10)

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

3.883.0 (2025-09-05)

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

3.882.0 (2025-09-04)

... (truncated)

Commits

Updates karma from 6.4.3 to 6.4.4

Release notes

Sourced from karma's releases.

v6.4.4

6.4.4 (2024-07-29)

Changelog

Sourced from karma's changelog.

6.4.4 (2024-07-29)

Commits

Updates tslib from 2.6.3 to 2.8.1

Release notes

Sourced from tslib's releases.

v2.8.1

What's Changed

Full Changelog: microsoft/tslib@v2.8.0...v2.8.1

v2.8.0

What's Changed

Full Changelog: microsoft/tslib@v2.7.0...v2.8.0

v2.7.0

What's Changed

Full Changelog: microsoft/tslib@v2.6.3...v2.7.0

Commits

Updates webpack from 5.94.0 to 5.101.3

Release notes

Sourced from webpack's releases.

v5.101.3

Fixes

  • Fixed resolve execution order issue from extra await in async modules
  • Avoid empty block for unused statement
  • Collect only specific expressions for destructuring assignment

v5.101.2

Fixes

  • Fixed syntax error when comment is on the last line
  • Handle var declaration for createRequire
  • Distinguish free variable and tagged variable

v5.101.1

Fixes

  • Filter deleted assets in processAdditionalAssets hook
  • HMR failure in defer module
  • Emit assets even if invalidation occurs again
  • Export types for serialization and deserialization in plugins and export the ModuleFactory class
  • Fixed the failure export of internal function for ES module chunk format
  • Fixed GetChunkFilename failure caused by dependOn entry
  • Fixed the import of missing dependency chunks
  • Fixed when entry chunk depends on the runtime chunk hash
  • Fixed module.exports bundle to ESM library
  • Adjusted the time of adding a group depending on the fragment of execution time
  • Fixed circle dependencies when require RawModule and condition of isDeferred
  • Tree-shakable module library should align preconditions of allowInlineStartup

v5.101.0

Fixes

  • Fixed concatenate optimization for ESM that caused undefined export
  • Respect the output.environment.nodePrefixForCoreModules option everywhere
  • Respect the output.importMetaName option everywhere
  • Fixed await async dependencies when accepting them during HMR
  • Better typescript types

Features

  • Added colors helpers for CLI
  • Enable tree-shaking for ESM external modules with named imports
  • Added the deferImport option to parser options

Performance Improvements

  • Fixed a regression in module concatenation after implementing deferred import support
  • Fixed a potential performance issue in CleanPlugin
  • Avoid extra require in some places

... (truncated)

Commits
  • 07b1ac0 chore(release): 5.101.3
  • 8d7efb8 chore(deps-dev): bump the dependencies group with 2 updates (#19816)
  • 935cbd8 docs: update examples (#19812)
  • dc79e95 fix: collect only specific expressions for destructuring assignment
  • 90ae8af fix: avoid empty block for unused statement
  • 8db97f8 fix: resolve execution order issue from extra await in async modules
  • c92deaf ci: pin Node.js 24.x to 24.5.0 in CI workflow (#19813)
  • c50930b refactor(test): correct the value retrieval
  • 613a5ad chore(deps-dev): bump @​babel/core in the dependencies group (#19807)
  • 1d9cc24 chore(release): 5.101.2
  • Additional commits viewable in compare view

Updates @aws-sdk/client-dynamodb from 3.712.0 to 3.891.0

Release notes

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

v3.891.0

3.891.0(2025-09-17)

Chores
  • codegen: codegen sync for command doc update and retry trait (#7353) (29220637)
Documentation Changes
  • update guidance on instanceof Exception checking (#7351) (70328726)
New Features
  • client-ec2: Add mac-m4.metal and mac-m4pro.metal instance types. (542f2aba)
  • client-pcs: Add support for Amazon EC2 Capacity Blocks for ML (28cf47d6)
  • client-network-firewall: Network Firewall now prevents TLS handshakes with the target server until after the Server Name Indication (SNI) has been seen and verified. The monitoring dashboard now provides deeper insights into PrivateLink endpoint candidates and offers filters based on IP addresses and protocol. (11455fdf)
Tests
  • normalize import of integ test mock (#7352) (8c20c066)
  • client-s3: add integration test for selectObjectContent (#7325) (c65c2030)

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

v3.890.0

3.890.0(2025-09-16)

Chores
  • scripts: turn off verdaccio benchmark script (#7350) (e5b756a3)
  • codegen: sync for fs-mock and eventstream codegen fix (#7348) (60f5a8c8)
Documentation Changes
New Features
  • clients: update client endpoints as of 2025-09-16 (aef54eb6)
  • client-osis: Adds support for cross-account ingestion for push-based sources. This includes resource policies for sharing pipelines across accounts and features for managing pipeline endpoints which enable accessing pipelines across different VPCs, including VPCs in other accounts. (de930e70)
  • client-budgets: Add support for custom time periods in budget configuration (8d881364)
  • client-ivs-realtime: IVS now offers customers the ability to control the positioning of participants in both grid and PiP layouts based on custom attribute values in participant tokens. (bac6c46e)
  • client-cloudwatch-logs: Cloudwatch Logs added support for 2 new API parameters in metric and subscription filter APIs to filter log events based on system field values and emit system field values as dimensions and send them to customer destination as additional metadata. (8d9dd737)
Tests
  • credential-provider-node: rewrite integ in vitest (#7349) (9eee6eb1)

... (truncated)

Changelog

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

3.891.0 (2025-09-17)

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

3.890.0 (2025-09-16)

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

3.888.0 (2025-09-12)

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

3.887.0 (2025-09-11)

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

3.886.0 (2025-09-10)

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

3.883.0 (2025-09-05)

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

3.882.0 (2025-09-04)

... (truncated)

Commits

Updates @aws-sdk/util-dynamodb from 3.712.0 to 3.891.0

Release notes

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

v3.891.0

3.891.0(2025-09-17)

Chores
  • codegen: codegen sync for command doc update and retry trait (#7353) (29220637)
Documentation Changes
  • update guidance on instanceof Exception checking (#7351) (70328726)
New Features
  • client-ec2: Add mac-m4.metal and mac-m4pro.metal instance types. (542f2aba)
  • client-pcs: Add support for Amazon EC2 Capacity Blocks for ML (28cf47d6)
  • client-network-firewall: Network Firewall now prevents TLS handshakes with the target server until after the Server Name Indication (SNI) has been seen and verified. The monitoring dashboard now provides deeper insights into PrivateLink endpoint candidates and offers filters based on IP addresses and protocol. (11455fdf)
Tests
  • normalize import of integ test mock (#7352) (8c20c066)
  • client-s3: add integration test for selectObjectContent (#7325) (c65c2030)

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

v3.890.0

3.890.0(2025-09-16)

Chores
  • scripts: turn off verdaccio benchmark script (#7350) (e5b756a3)
  • codegen: sync for fs-mock and eventstream codegen fix (#7348) (60f5a8c8)
Documentation Changes
New Features
  • clients: update client endpoints as of 2025-09-16 (aef54eb6)
  • client-osis: Adds support for cross-account ingestion for push-based sources. This includes resource policies for sharing pipelines across accounts and features for managing pipeline endpoints which enable accessing pipelines across different VPCs, including VPCs in other accounts. (de930e70)
  • client-budgets: Add support for custom time periods in budget configuration (8d881364)
  • client-ivs-realtime: IVS now offers customers the ability to control the positioning of participants in both grid and PiP layouts based on custom attribute values in participant tokens. (bac6c46e)
  • client-cloudwatch-logs: Cloudwatch Logs added support for 2 new API parameters in metric and subscription filter APIs to filter log events based on system field values and emit system field values as dimensions and send them to customer destination as additional metadata. (8d9dd737)
Tests
  • credential-provider-node: rewrite integ in vitest (#7349) (9eee6eb1)

... (truncated)

Changelog

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

3.891.0 (2025-09-17)

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

3.890.0 (2025-09-16)

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

3.888.0 (2025-09-12)

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

3.887.0 (2025-09-11)

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

3.886.0 (2025-09-10)

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

3.883.0 (2025-09-05)

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

3.882.0 (2025-09-04)

... (truncated)

Commits

Updates @aws-sdk/util-utf8-browser from 3.37.0 to 3.259.0

Changelog

Sourced from @​aws-sdk/util-utf8-browser's changelog.

3.259.0 (2023-01-26)

Note: Version bump only for package @​aws-sdk/util-utf8-browser

3.188.0 (2022-10-13)

Note: Version bump only for package @​aws-sdk/util-utf8-browser

3.186.0 (2022-10-06)

Note: Version bump only for package @​aws-sdk/util-utf8-browser

3.183.0 (2022-10-03)

Note: Version bump only for package @​aws-sdk/util-utf8-browser

3.170.0 (2022-09-13)

Note: Version bump only for package @​aws-sdk/util-utf8-browser

3.168.0 (2022-09-09)

Note: Version bump only for package @​aws-sdk/util-utf8-browser

3.109.0 (2022-06-13)

... (truncated)

Commits
  • ceb0ef9 Publish v3.259.0
  • 30b45af docs(util-utf8): add deprecation in README of runtime specific modules (#4372)
  • 5b03ad1 Publish v3.188.0
  • 625092f chore(packages): restore es2020 target in packages for dist-es
  • 20be81d Publish v3.186.0
  • b9fc7fa chore(packages): set es5 target in packages temporarily
  • 1b90a0a Publish v3.183.0
  • 596da35 chore(packages): bump target to ES2020 and remove outdated libs (#4005)
  • 7f98029 Publish v3.170.0
  • 876330f chore: bump downlevel-dts to 0.10.1 (#3938)
  • Additional commits viewable in compare view

Updates ts-loader from 9.5.0 to 9.5.4

Release notes

Sourced from ts-loader's releases.

v9.5.4

Skipping 9.5.3 due to a publishing issue

v9.5.3

v9.5.2

This release is actually v9.5.2 but due to a problem with the initial release workflow we incremented to v9.5.3

v9.5.1

Changelog

Sourced from ts-loader's changelog.

9.5.4

Skipping 9.5.3 due to a publishing issue

9.5.2

9.5.1

Commits

Updates end-of-stream from 1.4.4 to 1.4.5

Commits

Updates @aws-sdk/client-kms from 3.637.0 to 3.891.0

Release notes

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

v3.891.0

3.891.0(2025-09-17)

Chores
  • codegen: codegen sync for command doc update and retry trait (#7353) (29220637)
Documentation Changes
  • update guidance on instanceof Exception checking (#7351) (70328726)
New Features
  • client-ec2: Add mac-m4.metal and mac-m4pro.metal instance types. (542f2aba)
  • client-pcs: Add support for Amazon EC2 Capacity Blocks for ML (28cf47d6)
  • client-network-firewall: Network Firewall now prevents TLS handshakes with the target server until after the Server Name Indication (SNI) has been seen and verified. The monitoring dashboard now provides deeper insights into PrivateLink endpoint candidates and offers filters based on IP addresses and protocol. (11455fdf)
Tests
  • normalize import of integ test mock (#7352) (8c20c066)
  • client-s3: add integration test for selectObjectContent (#7325) (c65c2030)

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

v3.890.0

3.890.0(2025-09-16)

Chores
  • scripts: turn off verdaccio benchmark script (#7350) (e5b756a3)
  • codegen: sync for fs-mock and eventstream codegen fix (#7348) (60f5a8c8)
Documentation Changes
New Features
  • clients: update client endpoints as of 2025-09-16 (aef54eb6)
  • client-osis: Adds support for cross-account ingestion for push-based sources. This includes resource policies for sharing pipelines across accounts and features for managing pipeline endpoints which enable accessing pipelines across different VPCs, including VPCs in other accounts. (de930e70)
  • client-budgets: Add support for custom time periods in budget configuration (8d881364)
  • client-ivs-realtime: IVS now offers customers the ability to control the positioning of participants in both grid and PiP layouts based on custom attribute values in participant tokens. (bac6c46e)
  • client-cloudwatch-logs: Cloudwatch Logs added support for 2 new API parameters in metric and subscription filter APIs to filter log events based on system field values and emit system field values as dimensions and send them to customer destination as additional metadata. (8d9dd737)
Tests
  • credential-provider-node: rewrite integ in vitest (#7349) (9eee6eb1)

... (truncated)

Changelog

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

3.891.0 (2025-09-17)

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

3.890.0 (2025-09-16)

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

3.888.0 (2025-09-12)

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

3.887.0 (2025-09-11)

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

3.886.0 (2025-09-10)

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

3.883.0 (2025-09-05)

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

3.882.0 (2025-09-04)

... (truncated)

Commits

Updates bn.js from 5.2.1 to 5.2.2

Changelog

Sourced from bn.js's changelog.

5.2.2 / 2025-04-25

  • fix: imuln/muln with zero (#313)
Commits

Updates @aws-sdk/util-locate-window from 3.310.0 to 3.873.0

Release notes

Sourced from @​aws-sdk/util-locate-window's releases.

v3.873.0

3.873.0(2025-08-21)

Chores
Documentation Changes
  • client-ecs: This is a documentation only release that adds additional information for the update-service request parameters. (2ccda781)
  • client-ssm-contacts: Doc-only updates for Incident Manager Contacts August 2025 (977796ec)
New Features
  • client-glue: Added support for preprocessing queries in Data Quality operations through new DataQualityGlueTable structure. (1ed08716)
  • client-guardduty: Remove Pattern trait from email field (1d689d7f)
  • client-gameliftstreams: The default application in a stream group can now be changed at any time using UpdateStreamGroup to update the DefaultApplicationIdentifier. (9341cdc1)
Tests
  • aws-protocoltests-smithy-rpcv2-cbor-schema: skip tests not working in vitest 3.x (#7274) (fd48b62a)
  • use accurate errors in testing (#7273) (97e916ee)
  • aws-client-retry-test: use Lambda client for retry test (#7272) (ff22f5ef)

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

v3.872.0

3.872.0(2025-08-20)

Chores
  • clients: use 'include' in tsconfig.json (#7266) (b2eec675)
  • protocoltests: use schema log filter when available (#7261) (2e38b4e1)
New Features
  • clients: update client endpoints as of 2025-08-20 (87f16686)
  • client-route53-recovery-control-config: Remove incorrect endpoint tests (41b859ac)
  • client-efs: Remove incorrect endpoint tests (fd49ae01)
  • client-sagemaker: This release adds 1/ Launch ml.p5.4xlarge instance in Processing jobs, Training jobs and Training Plan 2/ Makes S3Uri to be required for S3FileSystem and S3FileSystemConfig. (bfd2fd25)

... (truncated)

Changelog

Sourced from @​aws-sdk/util-locate-window's changelog.

3.873.0 (2025-08-21)

Note: Version bump only for package @​aws-sdk/util-locate-window

3.804.0 (2025-05-06)

Note: Version bump only for package @​aws-sdk/util-locate-window

3.723.0 (2025-01-06)

Note: Version bump only for package @​aws-sdk/util-locate-window

… 12 updates

Bumps the production-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/credential-provider-node](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-provider-node) | `3.637.0` | `3.891.0` |
| [karma](https://github.com/karma-runner/karma) | `6.4.3` | `6.4.4` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.3` | `2.8.1` |
| [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.101.3` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.712.0` | `3.891.0` |
| [@aws-sdk/util-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/util-dynamodb) | `3.712.0` | `3.891.0` |
| [@aws-sdk/util-utf8-browser](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/util-utf8-browser) | `3.37.0` | `3.259.0` |
| [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.5.0` | `9.5.4` |
| [end-of-stream](https://github.com/mafintosh/end-of-stream) | `1.4.4` | `1.4.5` |
| [@aws-sdk/client-kms](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kms) | `3.637.0` | `3.891.0` |
| [bn.js](https://github.com/indutny/bn.js) | `5.2.1` | `5.2.2` |
| [@aws-sdk/util-locate-window](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/util-locate-window) | `3.310.0` | `3.873.0` |



Updates `@aws-sdk/credential-provider-node` from 3.637.0 to 3.891.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-provider-node/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.891.0/packages/credential-provider-node)

Updates `karma` from 6.4.3 to 6.4.4
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma@v6.4.3...v6.4.4)

Updates `tslib` from 2.6.3 to 2.8.1
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.3...v2.8.1)

Updates `webpack` from 5.94.0 to 5.101.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.101.3)

Updates `@aws-sdk/client-dynamodb` from 3.712.0 to 3.891.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.891.0/clients/client-dynamodb)

Updates `@aws-sdk/util-dynamodb` from 3.712.0 to 3.891.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/util-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.891.0/packages/util-dynamodb)

Updates `@aws-sdk/util-utf8-browser` from 3.37.0 to 3.259.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/v3.259.0/packages/util-utf8-browser/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.259.0/packages/util-utf8-browser)

Updates `ts-loader` from 9.5.0 to 9.5.4
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v9.5.0...v9.5.4)

Updates `end-of-stream` from 1.4.4 to 1.4.5
- [Commits](mafintosh/end-of-stream@v1.4.4...v1.4.5)

Updates `@aws-sdk/client-kms` from 3.637.0 to 3.891.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.891.0/clients/client-kms)

Updates `bn.js` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/indutny/bn.js/releases)
- [Changelog](https://github.com/indutny/bn.js/blob/master/CHANGELOG.md)
- [Commits](indutny/bn.js@v5.2.1...v5.2.2)

Updates `@aws-sdk/util-locate-window` from 3.310.0 to 3.873.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/util-locate-window/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.873.0/packages/util-locate-window)

---
updated-dependencies:
- dependency-name: "@aws-sdk/credential-provider-node"
  dependency-version: 3.891.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: karma
  dependency-version: 6.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tslib
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: webpack
  dependency-version: 5.101.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.891.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/util-dynamodb"
  dependency-version: 3.891.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/util-utf8-browser"
  dependency-version: 3.259.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ts-loader
  dependency-version: 9.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: end-of-stream
  dependency-version: 1.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-kms"
  dependency-version: 3.891.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: bn.js
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/util-locate-window"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 19, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 19, 2025 13:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 19, 2025
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