Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2025

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

Package From To
@aws-sdk/credential-provider-node 3.637.0 3.876.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.876.0
@aws-sdk/util-dynamodb 3.712.0 3.876.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.876.0
bn.js 5.2.1 5.2.2
@types/bn.js 5.1.5 5.2.0
@aws-sdk/util-locate-window 3.310.0 3.873.0

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

Release notes

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

v3.876.0

3.876.0(2025-08-26)

Chores
  • client-s3: bucket contextParam customization for schema-serde mode (#7250) (933c5c0f)
New Features
  • clients: update client endpoints as of 2025-08-26 (2fe1e580)
  • client-migration-hub-refactor-spaces: Remove incorrect endpoint tests (c9d7b9fe)
  • client-service-catalog-appregistry: Remove incorrect endpoint tests (9a2e3722)
  • client-elastic-transcoder: Remove incorrect endpoint tests (fae738b5)
  • client-trustedadvisor: Remove incorrect endpoint tests (dcd32bb1)
  • client-comprehendmedical: Remove incorrect endpoint tests (c72a2515)
  • client-rds-data: Remove incorrect endpoint tests (49dfac40)
  • client-imagebuilder: Remove incorrect endpoint tests (4c2ed6d5)
  • client-apprunner: Remove incorrect endpoint tests (bee4cfb1)
  • client-personalize-events: Remove incorrect endpoint tests (952c2643)
  • client-sso-oidc: Remove incorrect endpoint tests (9fa49a83)
  • client-ram: Remove incorrect endpoint tests (4b8e2c27)
  • client-workspaces: Remove incorrect endpoint tests (b0282eaa)
  • client-appconfig: Remove incorrect endpoint tests (6a9ecc9e)
  • client-sagemaker-geospatial: Remove incorrect endpoint tests (1a94d3ba)
  • client-geo-routes: Added RouteFerryNotice PotentialViolatedVehicleRestrictionUsage value for CalculateRoutes. This value indicates when the Route is potentially forbidden for the given vehicle profile. (37d295dd)
  • client-cleanrooms: Remove incorrect endpoint tests (abf1b24c)
  • client-license-manager-linux-subscriptions: Remove incorrect endpoint tests (ce80313b)
  • client-evs: Remove incorrect endpoint tests (ebd2dd83)
  • client-lookoutvision: Remove incorrect endpoint tests (7fe2eadd)
  • client-ssm-sap: Remove incorrect endpoint tests (414bac09)
  • client-ssm: Remove incorrect endpoint tests (43e41427)
  • client-ec2: Add new APIs for viewing how your shared AMIs are used by other accounts, and identify resources in your account that are dependent on particular AMIs (40939d05)
  • client-tnb: Remove incorrect endpoint tests (587c1ea6)
  • client-route-53: Remove incorrect endpoint tests (713bb43e)
  • client-bedrock-agentcore-control: Remove incorrect endpoint tests (334221fd)
  • client-resource-explorer-2: Remove incorrect endpoint tests (0d62e92a)
  • client-mq: Remove incorrect endpoint tests (96674919)
  • client-kafka: Remove incorrect endpoint tests (e47bc610)
  • client-gamelift: Remove incorrect endpoint tests (49cc48a0)
  • client-arc-zonal-shift: This release adds new API options to enable allowed windows and multiple alarms for practice runs. (9f56f09e)
  • client-route53-recovery-cluster: Remove incorrect endpoint tests (afe2b07a)
  • client-codecommit: Remove incorrect endpoint tests (732894e9)
  • client-waf-regional: Remove incorrect endpoint tests (ce166c08)
  • client-m2: Remove incorrect endpoint tests (87d73e3c)
  • client-pca-connector-scep: Remove incorrect endpoint tests (b18c315a)
  • client-controlcatalog: Remove incorrect endpoint tests (26b7e079)
  • client-pinpoint: Remove incorrect endpoint tests (5e53e2ce)
  • client-socialmessaging: Remove incorrect endpoint tests (ee50cf15)
  • client-iotsecuretunneling: Remove incorrect endpoint tests (fdd280f1)
  • client-dlm: Remove incorrect endpoint tests (be8685e4)

... (truncated)

Changelog

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

3.876.0 (2025-08-26)

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

3.873.0 (2025-08-21)

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

3.872.0 (2025-08-20)

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

3.864.0 (2025-08-08)

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

3.863.0 (2025-08-07)

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

3.862.0 (2025-08-06)

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

3.859.0 (2025-08-01)

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

Release notes

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

v3.876.0

3.876.0(2025-08-26)

Chores
  • client-s3: bucket contextParam customization for schema-serde mode (#7250) (933c5c0f)
New Features
  • clients: update client endpoints as of 2025-08-26 (2fe1e580)
  • client-migration-hub-refactor-spaces: Remove incorrect endpoint tests (c9d7b9fe)
  • client-service-catalog-appregistry: Remove incorrect endpoint tests (9a2e3722)
  • client-elastic-transcoder: Remove incorrect endpoint tests (fae738b5)
  • client-trustedadvisor: Remove incorrect endpoint tests (dcd32bb1)
  • client-comprehendmedical: Remove incorrect endpoint tests (c72a2515)
  • client-rds-data: Remove incorrect endpoint tests (49dfac40)
  • client-imagebuilder: Remove incorrect endpoint tests (4c2ed6d5)
  • client-apprunner: Remove incorrect endpoint tests (bee4cfb1)
  • client-personalize-events: Remove incorrect endpoint tests (952c2643)
  • client-sso-oidc: Remove incorrect endpoint tests (9fa49a83)
  • client-ram: Remove incorrect endpoint tests (4b8e2c27)
  • client-workspaces: Remove incorrect endpoint tests (b0282eaa)
  • client-appconfig: Remove incorrect endpoint tests (6a9ecc9e)
  • client-sagemaker-geospatial: Remove incorrect endpoint tests (1a94d3ba)
  • client-geo-routes: Added RouteFerryNotice PotentialViolatedVehicleRestrictionUsage value for CalculateRoutes. This value indicates when the Route is potentially forbidden for the given vehicle profile. (37d295dd)
  • client-cleanrooms: Remove incorrect endpoint tests (abf1b24c)
  • client-license-manager-linux-subscriptions: Remove incorrect endpoint tests (ce80313b)
  • client-evs: Remove incorrect endpoint tests (ebd2dd83)
  • client-lookoutvision: Remove incorrect endpoint tests (7fe2eadd)
  • client-ssm-sap: Remove incorrect endpoint tests (414bac09)
  • client-ssm: Remove incorrect endpoint tests (43e41427)
  • client-ec2: Add new APIs for viewing how your shared AMIs are used by other accounts, and identify resources in your account that are dependent on particular AMIs (40939d05)
  • client-tnb: Remove incorrect endpoint tests (587c1ea6)
  • client-route-53: Remove incorrect endpoint tests (713bb43e)
  • client-bedrock-agentcore-control: Remove incorrect endpoint tests (334221fd)
  • client-resource-explorer-2: Remove incorrect endpoint tests (0d62e92a)
  • client-mq: Remove incorrect endpoint tests (96674919)
  • client-kafka: Remove incorrect endpoint tests (e47bc610)
  • client-gamelift: Remove incorrect endpoint tests (49cc48a0)
  • client-arc-zonal-shift: This release adds new API options to enable allowed windows and multiple alarms for practice runs. (9f56f09e)
  • client-route53-recovery-cluster: Remove incorrect endpoint tests (afe2b07a)
  • client-codecommit: Remove incorrect endpoint tests (732894e9)
  • client-waf-regional: Remove incorrect endpoint tests (ce166c08)
  • client-m2: Remove incorrect endpoint tests (87d73e3c)
  • client-pca-connector-scep: Remove incorrect endpoint tests (b18c315a)
  • client-controlcatalog: Remove incorrect endpoint tests (26b7e079)
  • client-pinpoint: Remove incorrect endpoint tests (5e53e2ce)
  • client-socialmessaging: Remove incorrect endpoint tests (ee50cf15)
  • client-iotsecuretunneling: Remove incorrect endpoint tests (fdd280f1)
  • client-dlm: Remove incorrect endpoint tests (be8685e4)

... (truncated)

Changelog

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

3.876.0 (2025-08-26)

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

3.873.0 (2025-08-21)

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

3.872.0 (2025-08-20)

Features

  • client-dynamodb: Remove incorrect endpoint tests (16a3ca8)

3.868.0 (2025-08-14)

Features

  • client-dynamodb: This release 1/ Adds support for throttled keys mode for CloudWatch Contributor Insights, 2/ Adds throttling reasons to exceptions across dataplane APIs. 3/ Explicitly models ThrottlingException as a class in statically typed languages. Refer to the launch day blog post for more details. (a2e4992)

3.864.0 (2025-08-08)

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

3.863.0 (2025-08-07)

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

... (truncated)

Commits
  • dec0722 Publish v3.876.0
  • 308b00e Publish v3.873.0
  • 0b2e67c Publish v3.872.0
  • 16a3ca8 feat(client-dynamodb): Remove incorrect endpoint tests
  • b2eec67 chore(clients): use 'include' in tsconfig.json (#7266)
  • 370b0e4 Publish v3.868.0
  • a2e4992 feat(client-dynamodb): This release 1/ Adds support for throttled keys mode f...
  • ab7208b Publish v3.864.0
  • 2cea144 Publish v3.863.0
  • faadcc4 Publish v3.862.0
  • Additional commits viewable in compare view

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

Release notes

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

v3.876.0

3.876.0(2025-08-26)

Chores
  • client-s3: bucket contextParam customization for schema-serde mode (#7250) (933c5c0f)
New Features
  • clients: update client endpoints as of 2025-08-26 (2fe1e580)
  • client-migration-hub-refactor-spaces: Remove incorrect endpoint tests (c9d7b9fe)
  • client-service-catalog-appregistry: Remove incorrect endpoint tests (9a2e3722)
  • client-elastic-transcoder: Remove incorrect endpoint tests (fae738b5)
  • client-trustedadvisor: Remove incorrect endpoint tests (dcd32bb1)
  • client-comprehendmedical: Remove incorrect endpoint tests (c72a2515)
  • client-rds-data: Remove incorrect endpoint tests (49dfac40)
  • client-imagebuilder: Remove incorrect endpoint tests (4c2ed6d5)
  • client-apprunner: Remove incorrect endpoint tests (bee4cfb1)
  • client-personalize-events: Remove incorrect endpoint tests (952c2643)
  • client-sso-oidc: Remove incorrect endpoint tests (9fa49a83)
  • client-ram: Remove incorrect endpoint tests (4b8e2c27)
  • client-workspaces: Remove incorrect endpoint tests (b0282eaa)
  • client-appconfig: Remove incorrect endpoint tests (6a9ecc9e)
  • client-sagemaker-geospatial: Remove incorrect endpoint tests (1a94d3ba)
  • client-geo-routes: Added RouteFerryNotice PotentialViolatedVehicleRestrictionUsage value for CalculateRoutes. This value indicates when the Route is potentially forbidden for the given vehicle profile. (37d295dd)
  • client-cleanrooms: Remove incorrect endpoint tests (abf1b24c)
  • client-license-manager-linux-subscriptions: Remove incorrect endpoint tests (ce80313b)
  • client-evs: Remove incorrect endpoint tests (ebd2dd83)
  • client-lookoutvision: Remove incorrect endpoint tests (7fe2eadd)
  • client-ssm-sap: Remove incorrect endpoint tests (414bac09)
  • client-ssm: Remove incorrect endpoint tests (43e41427)
  • client-ec2: Add new APIs for viewing how your shared AMIs are used by other accounts, and identify resources in your account that are dependent on particular AMIs (40939d05)
  • client-tnb: Remove incorrect endpoint tests (587c1ea6)
  • client-route-53: Remove incorrect endpoint tests (713bb43e)
  • client-bedrock-agentcore-control: Remove incorrect endpoint tests (334221fd)
  • client-resource-explorer-2: Remove incorrect endpoint tests (0d62e92a)
  • client-mq: Remove incorrect endpoint tests (96674919)
  • client-kafka: Remove incorrect endpoint tests (e47bc610)
  • client-gamelift: Remove incorrect endpoint tests (49cc48a0)
  • client-arc-zonal-shift: This release adds new API options to enable allowed windows and multiple alarms for practice runs. (9f56f09e)
  • client-route53-recovery-cluster: Remove incorrect endpoint tests (afe2b07a)
  • client-codecommit: Remove incorrect endpoint tests (732894e9)
  • client-waf-regional: Remove incorrect endpoint tests (ce166c08)
  • client-m2: Remove incorrect endpoint tests (87d73e3c)
  • client-pca-connector-scep: Remove incorrect endpoint tests (b18c315a)
  • client-controlcatalog: Remove incorrect endpoint tests (26b7e079)
  • client-pinpoint: Remove incorrect endpoint tests (5e53e2ce)
  • client-socialmessaging: Remove incorrect endpoint tests (ee50cf15)
  • client-iotsecuretunneling: Remove incorrect endpoint tests (fdd280f1)
  • client-dlm: Remove incorrect endpoint tests (be8685e4)

... (truncated)

Changelog

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

3.876.0 (2025-08-26)

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

3.873.0 (2025-08-21)

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

3.872.0 (2025-08-20)

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

3.868.0 (2025-08-14)

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

3.864.0 (2025-08-08)

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

3.863.0 (2025-08-07)

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

3.862.0 (2025-08-06)

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

Release notes

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

v3.876.0

3.876.0(2025-08-26)

Chores
  • client-s3: bucket contextParam customization for schema-serde mode (#7250) (933c5c0f)
New Features
  • clients: update client endpoints as of 2025-08-26 (2fe1e580)
  • client-migration-hub-refactor-spaces: Remove incorrect endpoint tests (c9d7b9fe)
  • client-service-catalog-appregistry: Remove incorrect endpoint tests (9a2e3722)
  • client-elastic-transcoder: Remove incorrect endpoint tests (fae738b5)
  • client-trustedadvisor: Remove incorrect endpoint tests (dcd32bb1)
  • client-comprehendmedical: Remove incorrect endpoint tests (c72a2515)
  • client-rds-data: Remove incorrect endpoint tests (49dfac40)
  • client-imagebuilder: Remove incorrect endpoint tests (4c2ed6d5)
  • client-apprunner: Remove incorrect endpoint tests (bee4cfb1)
  • client-personalize-events: Remove incorrect endpoint tests (952c2643)
  • client-sso-oidc: Remove incorrect endpoint tests (9fa49a83)
  • client-ram: Remove incorrect endpoint tests (4b8e2c27)
  • client-workspaces: Remove incorrect endpoint tests (b0282eaa)
  • client-appconfig: Remove incorrect endpoint tests (6a9ecc9e)
  • client-sagemaker-geospatial: Remove incorrect endpoint tests (1a94d3ba)
  • client-geo-routes: Added RouteFerryNotice PotentialViolatedVehicleRestrictionUsage value for CalculateRoutes. This value indicates when the Route is potentially forbidden for the given vehicle profile. (37d295dd)
  • client-cleanrooms: Remove incorrect endpoint tests (abf1b24c)
  • client-license-manager-linux-subscriptions: Remove incorrect endpoint tests (ce80313b)
  • client-evs: Remove incorrect endpoint tests (ebd2dd83)
  • client-lookoutvision: Remove incorrect endpoint tests (7fe2eadd)
  • client-ssm-sap: Remove incorrect endpoint tests (414bac09)
  • client-ssm: Remove incorrect endpoint tests (43e41427)
  • client-ec2: Add new APIs for viewing how your shared AMIs are used by other accounts, and identify resources in your account that are dependent on particular AMIs (40939d05)
  • client-tnb: Remove incorrect endpoint tests (587c1ea6)
  • client-route-53: Remove incorrect endpoint tests (713bb43e)
  • client-bedrock-agentcore-control: Remove incorrect endpoint tests (334221fd)
  • client-resource-explorer-2: Remove incorrect endpoint tests (0d62e92a)
  • Description has been truncated

… 13 updates

Bumps the production-dependencies group with 13 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.876.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.876.0` |
| [@aws-sdk/util-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/util-dynamodb) | `3.712.0` | `3.876.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.876.0` |
| [bn.js](https://github.com/indutny/bn.js) | `5.2.1` | `5.2.2` |
| [@types/bn.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bn.js) | `5.1.5` | `5.2.0` |
| [@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.876.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.876.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.876.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.876.0/clients/client-dynamodb)

Updates `@aws-sdk/util-dynamodb` from 3.712.0 to 3.876.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.876.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.876.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.876.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 `@types/bn.js` from 5.1.5 to 5.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bn.js)

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.876.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.876.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/util-dynamodb"
  dependency-version: 3.876.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.876.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: "@types/bn.js"
  dependency-version: 5.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 28, 2025 18:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 28, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 19, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 19, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-3eae2ffa00 branch September 19, 2025 13:14
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