Skip to content

chore: bump the production-dependencies group across 1 directory with 12 updates #1584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@aws-sdk/credential-provider-node 3.637.0 3.859.0
karma 6.4.3 6.4.4
tslib 2.6.3 2.8.1
webpack 5.94.0 5.101.0
@aws-sdk/client-dynamodb 3.712.0 3.859.0
@aws-sdk/util-dynamodb 3.712.0 3.859.0
@aws-sdk/util-utf8-browser 3.37.0 3.259.0
ts-loader 9.5.0 9.5.2
@aws-sdk/client-kms 3.637.0 3.859.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.804.0

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

Release notes

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

v3.859.0

3.859.0(2025-08-01)

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

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

v3.858.0

3.858.0(2025-07-31)

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

... (truncated)

Changelog

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

3.859.0 (2025-08-01)

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

3.858.0 (2025-07-31)

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

3.857.0 (2025-07-30)

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

3.856.0 (2025-07-29)

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

3.855.0 (2025-07-28)

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

3.848.0 (2025-07-17)

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

3.846.0 (2025-07-16)

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

Release notes

Sourced from webpack's releases.

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

v5.100.2

Fixes

  • Keep consistent CSS order
  • Dependency without the source order attribute must keep their original index
  • Keep module traversal consistent across reexport scenarios

Performance Improvements

  • Extend importPhasesPlugin only when enable deferImport (#19689)

v5.100.1

Fixes

  • Tree-shaking unused ignored modules
  • [Types] Compatibility with old Node.js versions

v5.100.0

Fixes

  • Fixed the case where an ES modules entry chunk depends on the runtime chunk hash
  • Handle function exports in webpack module wrapper
  • Ensure dependent chunks are imported before startup & fix duplicate export of 'default'
  • Generate lose closing brace when exports are unprovided
  • CleanPlugin doesn't unlink same file twice
  • Fixed unexpected error codes from fs.unlink on Windows
  • Typescript types

Features

... (truncated)

Commits
  • 5b87bed chore(release): 5.101.0
  • fbb7a8d fix: await async dependencies when accepting them during HMR (#19739)
  • 36a976b feat: added the deferImport option to parser options (#19737)
  • 92304df fix: top level await don't leaves imported module wrapped in a Promise on HMR
  • f6b7a8e docs: update examples (#19742)
  • 1eb5bb1 chore(deps-dev): bump the dependencies group with 2 updates (#19743)
  • 42daf55 fix: fix potential performance issue in CleanPlugin (#19735)
  • 2259693 chore(deps-dev): bump the dependencies group across 1 directory with 2 update...
  • 3d2dfd2 chore(deps): update (#19736)
  • 1f19f95 refactor: standardize ESM naming management (#19730)
  • Additional commits viewable in compare view

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

Release notes

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

v3.859.0

3.859.0(2025-08-01)

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

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

v3.858.0

3.858.0(2025-07-31)

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

... (truncated)

Changelog

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

3.859.0 (2025-08-01)

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

3.858.0 (2025-07-31)

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

3.857.0 (2025-07-30)

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

3.856.0 (2025-07-29)

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

3.855.0 (2025-07-28)

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

3.848.0 (2025-07-17)

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

3.846.0 (2025-07-16)

... (truncated)

Commits

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

Release notes

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

v3.859.0

3.859.0(2025-08-01)

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

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

v3.858.0

3.858.0(2025-07-31)

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

... (truncated)

Changelog

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

3.859.0 (2025-08-01)

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

3.858.0 (2025-07-31)

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

3.857.0 (2025-07-30)

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

3.856.0 (2025-07-29)

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

3.855.0 (2025-07-28)

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

3.848.0 (2025-07-17)

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

3.846.0 (2025-07-16)

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

Release notes

Sourced from ts-loader's releases.

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

9.5.1

Commits

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

Release notes

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

v3.859.0

3.859.0(2025-08-01)

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

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

v3.858.0

3.858.0(2025-07-31)

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

... (truncated)

Changelog

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

3.859.0 (2025-08-01)

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

3.858.0 (2025-07-31)

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

3.857.0 (2025-07-30)

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

3.856.0 (2025-07-29)

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

3.855.0 (2025-07-28)

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

3.854.0 (2025-07-25)

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

3.848.0 (2025-07-17)

... (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 @types/bn.js from 5.1.5 to 5.2.0

Commits

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

Release notes

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

v3.804.0

3.804.0(2025-05-06)

Chores
New Features
  • clients: update client endpoints as of 2025-05-06 (c5846edd)
  • client-timestream-write: Add dualstack endpoints support. (22b258a0)
  • client-service-catalog: ServiceCatalog's APIs (DeleteServiceAction, DisassociateServiceActionFromProvisioningArtifact, AssociateServiceActionWithProvisioningArtifact) now throw InvalidParametersException when IdempotencyToken is invalid. (bb75d640)
  • client-ec2: This release adds support for Amazon EBS Provisioned Rate for Volume Initialization, which lets you specify a volume initialization rate to ensure that your EBS volumes are initialized in a predictable amount of time. (03ae3280)
  • client-timestream-query: Add dualstack endpoints support and correct us-gov-west-1 FIPS endpoint. (9ff8904c)

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

v3.803.0

3.803.0(2025-05-05)

Chores
Documentation Changes
  • client-ecs: Add support to roll back an In_Progress ECS Service Deployment (28c0e82d)
New Features
  • clients: update client endpoints as of 2025-05-05 (ba7c2bf2)
  • client-device-farm: Add an optional parameter to the GetDevicePoolCompatibility API to pass in project information to check device pool compatibility. (4c93f9a6)
  • client-ec2: This update introduces API operations to manage and create local gateway VIF and VIF groups. It also includes API operations to describe Outpost LAGs and service link VIFs. (0332513e)
  • client-datazone: This release adds a new authorization policy to control the usage of custom AssetType when creating an Asset. Customer can now add new grant(s) of policyType...

    Description has been truncated

… 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.859.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.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.712.0` | `3.859.0` |
| [@aws-sdk/util-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/util-dynamodb) | `3.712.0` | `3.859.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.2` |
| [@aws-sdk/client-kms](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kms) | `3.637.0` | `3.859.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.804.0` |



Updates `@aws-sdk/credential-provider-node` from 3.637.0 to 3.859.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.859.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.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.101.0)

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

Updates `@aws-sdk/util-dynamodb` from 3.712.0 to 3.859.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.859.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.2
- [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.2)

Updates `@aws-sdk/client-kms` from 3.637.0 to 3.859.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.859.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.804.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.804.0/packages/util-locate-window)

---
updated-dependencies:
- dependency-name: "@aws-sdk/credential-provider-node"
  dependency-version: 3.859.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.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.859.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/util-dynamodb"
  dependency-version: 3.859.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.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-kms"
  dependency-version: 3.859.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.804.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 Aug 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 5, 2025 19:45
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