Skip to content

Bump the app group across 1 directory with 36 updates#308

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/app-a9eaa97496
Open

Bump the app group across 1 directory with 36 updates#308
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/app-a9eaa97496

Conversation

@dependabot
Copy link
Contributor

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

Bumps the app group with 36 updates in the / directory:

Package From To
@apollo/server 5.1.0 5.3.0
@aws-sdk/client-bedrock-runtime 3.922.0 3.981.0
@aws-sdk/client-lambda 3.922.0 3.981.0
@aws-sdk/client-s3 3.922.0 3.981.0
@aws-sdk/client-ses 3.922.0 3.981.0
@aws-sdk/client-sqs 3.922.0 3.981.0
@aws-sdk/lib-storage 3.922.0 3.981.0
@aws-sdk/s3-request-presigner 3.922.0 3.981.0
@clerk/backend 2.19.1 2.29.7
@elevenlabs/elevenlabs-js 2.21.0 2.34.0
@eslint/js 9.39.0 9.39.2
@fastify/cors 11.1.0 11.2.0
@graphql-tools/schema 10.0.26 10.0.31
@graphql-tools/utils 10.10.0 11.0.0
@langchain/community 1.0.0 1.1.10
@langchain/core 1.0.2 1.1.18
@modelcontextprotocol/sdk 1.21.0 1.25.3
fastify 5.6.1 5.7.4
globals 16.5.0 17.3.0
graphql-ws 6.0.6 6.0.7
mongoose 8.19.2 9.1.5
newrelic 13.6.2 13.12.0
pino 10.1.0 10.3.0
ws 8.18.3 8.19.0
@graphql-codegen/cli 6.0.1 6.1.1
@graphql-codegen/typescript 5.0.2 5.0.7
@graphql-codegen/typescript-resolvers 5.1.0 5.1.5
@parcel/watcher 2.5.1 2.5.6
@types/node 24.10.0 25.2.0
eslint 9.39.0 9.39.2
eslint-plugin-prettier 5.5.4 5.5.5
pino-pretty 13.1.2 13.1.3
prettier 3.6.2 3.8.1
ts-jest 29.4.5 29.4.6
tsx 4.20.6 4.21.0
typescript-eslint 8.46.3 8.54.0

Updates @apollo/server from 5.1.0 to 5.3.0

Release notes

Sourced from @​apollo/server's releases.

@​apollo/server-integration-testsuite@​5.3.0

Patch Changes

@​apollo/server@​5.3.0

Minor Changes

  • #8062 8e54e58 Thanks @​cristunaranjo! - Allow configuration of graphql execution options (maxCoercionErrors)

    const server = new ApolloServer({
      typeDefs,
      resolvers,
      executionOptions: {
        maxCoercionErrors: 50,
      },
    });
  • #8014 26320bc Thanks @​mo4islona! - Expose graphql validation options.

    const server = new ApolloServer({
      typeDefs,
      resolvers,
      validationOptions: {
        maxErrors: 10,
      },
    });

@​apollo/server-integration-testsuite@​5.2.0

Patch Changes

  • Updated dependencies [51acbeb]:
    • @​apollo/server@​5.2.0

@​apollo/server@​5.2.0

Minor Changes

  • #8161 51acbeb Thanks @​jerelmiller! - Fix an issue where some bundlers would fail to build because of the dynamic import for the optional peer dependency on @yaacovcr/transform introduced in @apollo/server 5.1.0. To provide support for the legacy incremental format, you must now provide the legacyExperimentalExecuteIncrementally option to the ApolloServer constructor.

    import { legacyExecuteIncrementally } from '@yaacovcr/transform';
    const server = new ApolloServer({
    // ...
    legacyExperimentalExecuteIncrementally: legacyExecuteIncrementally,

... (truncated)

Changelog

Sourced from @​apollo/server's changelog.

5.3.0

Minor Changes

  • #8062 8e54e58 Thanks @​cristunaranjo! - Allow configuration of graphql execution options (maxCoercionErrors)

    const server = new ApolloServer({
      typeDefs,
      resolvers,
      executionOptions: {
        maxCoercionErrors: 50,
      },
    });
  • #8014 26320bc Thanks @​mo4islona! - Expose graphql validation options.

    const server = new ApolloServer({
      typeDefs,
      resolvers,
      validationOptions: {
        maxErrors: 10,
      },
    });

5.2.0

Minor Changes

  • #8161 51acbeb Thanks @​jerelmiller! - Fix an issue where some bundlers would fail to build because of the dynamic import for the optional peer dependency on @yaacovcr/transform introduced in @apollo/server 5.1.0. To provide support for the legacy incremental format, you must now provide the legacyExperimentalExecuteIncrementally option to the ApolloServer constructor.

    import { legacyExecuteIncrementally } from '@yaacovcr/transform';
    const server = new ApolloServer({
    // ...
    legacyExperimentalExecuteIncrementally: legacyExecuteIncrementally,
    });

    If the legacyExperimentalExecuteIncrementally option is not provided and the client sends an Accept header with a value of multipart/mixed; deferSpec=20220824, an error is returned by the server.

Commits
  • 443e547 fix repository urls
  • 28d6d47 Version Packages (#8172)
  • 26320bc feat: Allow configuration of graphql validation options #8014
  • f2c16a7 bump dependency
  • 8e54e58 feat: Allow configuration of graphql execution options(maxCoercionErrors)
  • 7be3686 Version Packages (#8163)
  • 51acbeb Require legacy incremental execute as an ApolloServer option instead of a d...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​apollo/server since your current version.


Updates @aws-sdk/client-bedrock-runtime from 3.922.0 to 3.981.0

Release notes

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

v3.981.0

3.981.0(2026-02-02)

Chores
  • codegen: smithy-typescript-aws-codegen release 0.43.1 (#7694) (db453d37)
New Features
  • clients: update client endpoints as of 2026-02-02 (df46365a)
  • client-bedrock-agentcore-control: Adds tagging support for AgentCore Evaluations (evaluator and online evaluation config) (079aff01)
  • client-cloudfront: Add OriginMTLS support to CloudFront Distribution APIs (4b7b074b)
  • client-mpa: Updates to multi-party approval (MPA) service to add support for multi-factor authentication (MFA) for voting operations. (a8d95826)
Bug Fixes
  • deps: bump fast-xml-parser from 5.2.5 to 5.3.4 (#7699) (37623f4c)

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

v3.980.0

3.980.0(2026-01-30)

Chores
  • use yarn workspace versioning for monorepo packages (#7693) (b951130e)
New Features
  • clients: update client endpoints as of 2026-01-30 (11699137)
  • client-quicksight: Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context. (cf53c93f)
  • client-connect: This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect. (e7dbc0a5)

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

v3.979.0

3.979.0(2026-01-29)

New Features
  • client-gamelift: Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization. (6b625f59)
  • client-ec2: G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage. (5678db81)
Bug Fixes

... (truncated)

Changelog

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

3.981.0 (2026-02-02)

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

3.980.0 (2026-01-30)

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

3.978.0 (2026-01-28)

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

3.975.0 (2026-01-23)

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

3.974.0 (2026-01-22)

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

3.972.0 (2026-01-20)

Features

  • client-bedrock-runtime: Added support for extended prompt caching with one hour TTL. (2cc679f)

... (truncated)

Commits

Updates @aws-sdk/client-lambda from 3.922.0 to 3.981.0

Release notes

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

v3.981.0

3.981.0(2026-02-02)

Chores
  • codegen: smithy-typescript-aws-codegen release 0.43.1 (#7694) (db453d37)
New Features
  • clients: update client endpoints as of 2026-02-02 (df46365a)
  • client-bedrock-agentcore-control: Adds tagging support for AgentCore Evaluations (evaluator and online evaluation config) (079aff01)
  • client-cloudfront: Add OriginMTLS support to CloudFront Distribution APIs (4b7b074b)
  • client-mpa: Updates to multi-party approval (MPA) service to add support for multi-factor authentication (MFA) for voting operations. (a8d95826)
Bug Fixes
  • deps: bump fast-xml-parser from 5.2.5 to 5.3.4 (#7699) (37623f4c)

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

v3.980.0

3.980.0(2026-01-30)

Chores
  • use yarn workspace versioning for monorepo packages (#7693) (b951130e)
New Features
  • clients: update client endpoints as of 2026-01-30 (11699137)
  • client-quicksight: Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context. (cf53c93f)
  • client-connect: This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect. (e7dbc0a5)

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

v3.979.0

3.979.0(2026-01-29)

New Features
  • client-gamelift: Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization. (6b625f59)
  • client-ec2: G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage. (5678db81)
Bug Fixes

... (truncated)

Changelog

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

3.981.0 (2026-02-02)

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

3.980.0 (2026-01-30)

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

3.978.0 (2026-01-28)

Features

  • client-lambda: We are launching ESM Metrics and logging for Kafka ESM to allow customers to monitor Kafka event processing using CloudWatch Metrics and Logs. (af7d3d5)

3.975.0 (2026-01-23)

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

3.974.0 (2026-01-22)

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

3.972.0 (2026-01-20)

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

... (truncated)

Commits
  • 15514da Publish v3.981.0
  • 0306270 Publish v3.980.0
  • b951130 chore: use yarn workspace versioning for monorepo packages (#7693)
  • a1794f7 Publish v3.978.0
  • af7d3d5 feat(client-lambda): We are launching ESM Metrics and logging for Kafka ESM t...
  • 024c073 chore(codegen): update for aggregated paginators and waiters (#7685)
  • 557a738 Publish v3.975.0
  • 784b9f3 chore(codegen): upgrade smithy to 1.66.0 (#7678)
  • 2f2a874 Publish v3.974.0
  • 8536efc chore(codegen): sync for http label validation (#7671)
  • Additional commits viewable in compare view

Updates @aws-sdk/client-s3 from 3.922.0 to 3.981.0

Release notes

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

v3.981.0

3.981.0(2026-02-02)

Chores
  • codegen: smithy-typescript-aws-codegen release 0.43.1 (#7694) (db453d37)
New Features
  • clients: update client endpoints as of 2026-02-02 (df46365a)
  • client-bedrock-agentcore-control: Adds tagging support for AgentCore Evaluations (evaluator and online evaluation config) (079aff01)
  • client-cloudfront: Add OriginMTLS support to CloudFront Distribution APIs (4b7b074b)
  • client-mpa: Updates to multi-party approval (MPA) service to add support for multi-factor authentication (MFA) for voting operations. (a8d95826)
Bug Fixes
  • deps: bump fast-xml-parser from 5.2.5 to 5.3.4 (#7699) (37623f4c)

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

v3.980.0

3.980.0(2026-01-30)

Chores
  • use yarn workspace versioning for monorepo packages (#7693) (b951130e)
New Features
  • clients: update client endpoints as of 2026-01-30 (11699137)
  • client-quicksight: Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context. (cf53c93f)
  • client-connect: This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect. (e7dbc0a5)

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

v3.979.0

3.979.0(2026-01-29)

New Features
  • client-gamelift: Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization. (6b625f59)
  • client-ec2: G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage. (5678db81)
Bug Fixes

... (truncated)

Changelog

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

3.981.0 (2026-02-02)

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

3.980.0 (2026-01-30)

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

3.978.0 (2026-01-28)

Features

  • client-s3: Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets. (b56cea5)

3.975.0 (2026-01-23)

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

3.974.0 (2026-01-22)

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

3.972.0 (2026-01-20)

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

... (truncated)

Commits
  • 15514da Publish v3.981.0
  • 0306270 Publish v3.980.0
  • b951130 chore: use yarn workspace versioning for monorepo packages (#7693)
  • a1794f7 Publish v3.978.0
  • b56cea5 feat(client-s3): Adds support for the UpdateObjectEncryption API to change th...
  • 75ba48b test(client-s3): add test for aggregate client paginator/waiter methods (#7687)
  • 024c073 chore(codegen): update for aggregated paginators and waiters (#7685)
  • 557a738 Publish v3.975.0
  • 784b9f3 chore(codegen): upgrade smithy to 1.66.0 (#7678)
  • 2f2a874 Publish v3.974.0
  • Additional commits viewable in compare view

Updates @aws-sdk/client-ses from 3.922.0 to 3.981.0

Release notes

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

v3.981.0

3.981.0(2026-02-02)

Chores
  • codegen: smithy-typescript-aws-codegen release 0.43.1 (#7694) (db453d37)
New Features
  • clients: update client endpoints as of 2026-02-02 (df46365a)
  • client-bedrock-agentcore-control: Adds tagging support for AgentCore Evaluations (evaluator and online evaluation config) (079aff01)
  • client-cloudfront: Add OriginMTLS support to CloudFront Distribution APIs (4b7b074b)
  • client-mpa: Updates to multi-party approval (MPA) service to add support for multi-factor authentication (MFA) for voting operations. (a8d95826)
Bug Fixes
  • deps: bump fast-xml-parser from 5.2.5 to 5.3.4 (#7699) (37623f4c)

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

v3.980.0

3.980.0(2026-01-30)

Chores
  • use yarn workspace versioning for monorepo packages (#7693) (b951130e)
New Features
  • clients: update client endpoints as of 2026-01-30 (11699137)
  • client-quicksight: Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context. (cf53c93f)
  • client-connect: This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect. (e7dbc0a5)

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

v3.979.0

3.979.0(2026-01-29)

New Features
  • client-gamelift: Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization. (6b625f59)
  • client-ec2: G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage. (5678db81)
Bug Fixes

... (truncated)

Changelog

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

3.981.0 (2026-02-02)

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

3.980.0 (2026-01-30)

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

3.978.0 (2026-01-28)

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

3.975.0 (2026-01-23)

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

3.974.0 (2026-01-22)

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

3.972.0 (2026-01-20)

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

3.971.0 (2026-01-16)

... (truncated)

Commits

Updates @aws-sdk/client-sqs from 3.922.0 to 3.981.0

Release notes

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

v3.981.0

3.981.0(2026-02-02)

Chores
  • codegen: smithy-typescript-aws-codegen release 0.43.1 (#7694) (db453d37)
New Features
  • clients: update client endpoints as of 2026-02-02 (df46365a)
  • client-bedrock-agentcore-control: Adds tagging support for AgentCore Evaluations (evaluator and online evaluation config) (079aff01)
  • client-cloudfront: Add OriginMTLS support to CloudFront Distribution APIs (4b7b074b)
  • client-mpa: Updates to multi-party approval (MPA) service to add support for multi-factor authentication (MFA) for voting operations. (a8d95826)
Bug Fixes
  • deps: bump fast-xml-parser from 5.2.5 to 5.3.4 (#7699) (37623f4c)

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

v3.980.0

3.980.0(2026-01-30)

Chores
  • use yarn workspace versioning for monorepo packages (#7693) (b951130e)
New Features
  • clients: update client endpoints as of 2026-01-30 (11699137)
  • client-quicksight: Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context. (cf53c93f)
  • client-connect: This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect. (e7dbc0a5)

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

v3.979.0

3.979.0(2026-01-29)

New Features
  • client-gamelift: Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization. (6b625f59)
  • client-ec2: G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage. (5678db81)
Bug Fixes

... (truncated)

Changelog

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

3.981.0 (2026-02-02)

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

3.980.0 (2026-01-30)

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

3.978.0 (2026-01-28)

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

3.975.0 (2026-01-23)

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

3.974.0 (2026-01-22)

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

3.972.0 (2026-01-20)

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

3.971.0 (2026-01-16)

... (truncated)

Commits

Updates @aws-sdk/lib-storage from 3.922.0 to 3.981.0

Release notes

Sourced from @​aws-sdk/lib-storage's releases.

v3.981.0

3.981.0(2026-02-02)

Chores
  • codegen: smithy-typescript-aws-codegen release 0.43.1 (#7694) (db453d37)
New Features
  • clients: update client endpoints as of 2026-02-02 (df46365a)
  • client-bedrock-agentcore-control: Adds tagging support for AgentCore Evaluations (evaluator and online evaluation config) (079aff01)
  • client-cloudfront: Add OriginMTLS support to CloudFront Distribution APIs (4b7b074b)
  • client-mpa: Updates to multi-party approval (MPA) service to add support for multi-factor authentication (MFA) for voting operations. (a8d95826)
Bug Fixes
  • deps: bump fast-xml-parser from 5.2.5 to 5.3.4 (#7699) (37623f4c)

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

v3.980.0

3.980.0(2026-01-30)

Chores
  • use yarn workspace versioning for monorepo packages (#7693) (b951130e)
New Features
  • clients: update client endpoints as of 2026-01-30 (11699137)
  • client-quicksight: Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context. (cf53c93f)
  • client-connect: This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect. (e7dbc0a5)

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

v3.979.0

3.979.0(2026-01-29)

New Features
  • client-gamelift: Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization. (6b625f59)
  • client-ec2: G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage. (5678db81)
Bug Fixes

... (truncated)

Changelog

Sourced from @​aws-sdk/lib-storage's changelog.

3.981.0 (2026-02-02)

Note: Version bump only for package @​aws-sdk/lib-storage

3.980.0 (2026-01-30)

Note: Version bump only for package @​aws-sdk/lib-storage

3.978.0 (2026-01-28)

Note: Version bump only for package @​aws-sdk/lib-storage

3.975.0 (2026-01-23)

Note: Version bump only for package @​aws-sdk/lib-storage

3.974.0 (2026-01-22)

Note: Version bump only for package @​aws-sdk/lib-storage

3.972.0 (2026-01-20)

Note: Version bump only for package @​aws-sdk/lib-storage

3.971.0 (2026-01-16)

... (truncated)

Commits

Updates @aws-sdk/s3-request-presigner from 3.922.0 to 3.981.0

Release notes

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

v3.981.0

3.981.0(2026-02-02)

Chores
  • codegen: smithy-typescript-aws-codegen release 0.43.1 (#7694) (db453d37)
New Features
  • clients: update client endpoints as of 2026-02-02 (df46365a)
  • client-bedrock-agentcore-control: Adds tagging support for AgentCore Evaluations (evaluator and online evaluation config) (079aff01)
  • client-cloudfront: Add OriginMTLS support to CloudFront Distribution APIs (4b7b074b)
  • client-mpa: Updates to multi-party approval (MPA) service to add support for multi-factor authentication (MFA) for voting operations. (a8d95826)
Bug Fixes
  • deps: bump fast-xml-parser from 5.2.5 to 5.3.4 (#7699) (37623f4c)

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

v3.980.0

3.980.0(2026-01-30)

Chores
  • use yarn workspace versioning for monorepo packages (#7693) (b951130e)
New Features
  • clients: update client endpoints as of 2026-01-30 (11699137)
  • client-quicksight: Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context. (cf53c93f)
  • client-connect: This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect. (e7dbc0a5)

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

v3.979.0

3.979.0(2026-01-29)

New Features
  • client-gamelift: Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization. (6b625f59)
  • client-ec2: G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage. (5678db81)
Bug Fixes

... (truncated)

Changelog

Sourced from

Bumps the app group with 36 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) | `5.1.0` | `5.3.0` |
| [@aws-sdk/client-bedrock-runtime](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-bedrock-runtime) | `3.922.0` | `3.981.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.922.0` | `3.981.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.922.0` | `3.981.0` |
| [@aws-sdk/client-ses](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ses) | `3.922.0` | `3.981.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.922.0` | `3.981.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.922.0` | `3.981.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner) | `3.922.0` | `3.981.0` |
| [@clerk/backend](https://github.com/clerk/javascript/tree/HEAD/packages/backend) | `2.19.1` | `2.29.7` |
| [@elevenlabs/elevenlabs-js](https://github.com/elevenlabs/elevenlabs-js) | `2.21.0` | `2.34.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.0` | `9.39.2` |
| [@fastify/cors](https://github.com/fastify/fastify-cors) | `11.1.0` | `11.2.0` |
| [@graphql-tools/schema](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/schema) | `10.0.26` | `10.0.31` |
| [@graphql-tools/utils](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils) | `10.10.0` | `11.0.0` |
| [@langchain/community](https://github.com/langchain-ai/langchainjs) | `1.0.0` | `1.1.10` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `1.0.2` | `1.1.18` |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.21.0` | `1.25.3` |
| [fastify](https://github.com/fastify/fastify) | `5.6.1` | `5.7.4` |
| [globals](https://github.com/sindresorhus/globals) | `16.5.0` | `17.3.0` |
| [graphql-ws](https://github.com/enisdenjo/graphql-ws) | `6.0.6` | `6.0.7` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.19.2` | `9.1.5` |
| [newrelic](https://github.com/newrelic/node-newrelic) | `13.6.2` | `13.12.0` |
| [pino](https://github.com/pinojs/pino) | `10.1.0` | `10.3.0` |
| [ws](https://github.com/websockets/ws) | `8.18.3` | `8.19.0` |
| [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) | `6.0.1` | `6.1.1` |
| [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) | `5.0.2` | `5.0.7` |
| [@graphql-codegen/typescript-resolvers](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/resolvers) | `5.1.0` | `5.1.5` |
| [@parcel/watcher](https://github.com/parcel-bundler/watcher) | `2.5.1` | `2.5.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.0` | `25.2.0` |
| [eslint](https://github.com/eslint/eslint) | `9.39.0` | `9.39.2` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `13.1.2` | `13.1.3` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.8.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.5` | `29.4.6` |
| [tsx](https://github.com/privatenumber/tsx) | `4.20.6` | `4.21.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.3` | `8.54.0` |



Updates `@apollo/server` from 5.1.0 to 5.3.0
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.3.0/packages/server)

Updates `@aws-sdk/client-bedrock-runtime` from 3.922.0 to 3.981.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-bedrock-runtime/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.981.0/clients/client-bedrock-runtime)

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

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

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

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

Updates `@aws-sdk/lib-storage` from 3.922.0 to 3.981.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.981.0/lib/lib-storage)

Updates `@aws-sdk/s3-request-presigner` from 3.922.0 to 3.981.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.981.0/packages/s3-request-presigner)

Updates `@clerk/backend` from 2.19.1 to 2.29.7
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/@clerk/backend@2.29.7/packages/backend/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/backend@2.29.7/packages/backend)

Updates `@elevenlabs/elevenlabs-js` from 2.21.0 to 2.34.0
- [Release notes](https://github.com/elevenlabs/elevenlabs-js/releases)
- [Commits](elevenlabs/elevenlabs-js@v2.21.0...v2.34.0)

Updates `@eslint/js` from 9.39.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `@fastify/cors` from 11.1.0 to 11.2.0
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](fastify/fastify-cors@v11.1.0...v11.2.0)

Updates `@graphql-tools/schema` from 10.0.26 to 10.0.31
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/schema/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/schema@10.0.31/packages/schema)

Updates `@graphql-tools/utils` from 10.10.0 to 11.0.0
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/utils@11.0.0/packages/utils)

Updates `@langchain/community` from 1.0.0 to 1.1.10
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/community==1.0.0...@langchain/community@1.1.10)

Updates `@langchain/core` from 1.0.2 to 1.1.18
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/core==1.0.2...@langchain/core@1.1.18)

Updates `@modelcontextprotocol/sdk` from 1.21.0 to 1.25.3
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@1.21.0...v1.25.3)

Updates `fastify` from 5.6.1 to 5.7.4
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.6.1...v5.7.4)

Updates `globals` from 16.5.0 to 17.3.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.5.0...v17.3.0)

Updates `graphql-ws` from 6.0.6 to 6.0.7
- [Release notes](https://github.com/enisdenjo/graphql-ws/releases)
- [Changelog](https://github.com/enisdenjo/graphql-ws/blob/master/CHANGELOG.md)
- [Commits](enisdenjo/graphql-ws@v6.0.6...v6.0.7)

Updates `mongoose` from 8.19.2 to 9.1.5
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.19.2...9.1.5)

Updates `newrelic` from 13.6.2 to 13.12.0
- [Release notes](https://github.com/newrelic/node-newrelic/releases)
- [Changelog](https://github.com/newrelic/node-newrelic/blob/main/changelog.json)
- [Commits](newrelic/node-newrelic@v13.6.2...v13.12.0)

Updates `pino` from 10.1.0 to 10.3.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v10.1.0...v10.3.0)

Updates `ws` from 8.18.3 to 8.19.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.3...8.19.0)

Updates `@graphql-codegen/cli` from 6.0.1 to 6.1.1
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@6.1.1/packages/graphql-codegen-cli)

Updates `@graphql-codegen/typescript` from 5.0.2 to 5.0.7
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@5.0.7/packages/plugins/typescript/typescript)

Updates `@graphql-codegen/typescript-resolvers` from 5.1.0 to 5.1.5
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/resolvers/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-resolvers@5.1.5/packages/plugins/typescript/resolvers)

Updates `@parcel/watcher` from 2.5.1 to 2.5.6
- [Release notes](https://github.com/parcel-bundler/watcher/releases)
- [Commits](parcel-bundler/watcher@v2.5.1...v2.5.6)

Updates `@types/node` from 24.10.0 to 25.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.39.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.0...v9.39.2)

Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.4...v5.5.5)

Updates `pino-pretty` from 13.1.2 to 13.1.3
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v13.1.2...v13.1.3)

Updates `prettier` from 3.6.2 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.2...3.8.1)

Updates `ts-jest` from 29.4.5 to 29.4.6
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.5...v29.4.6)

Updates `tsx` from 4.20.6 to 4.21.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.20.6...v4.21.0)

Updates `typescript-eslint` from 8.46.3 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@apollo/server"
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@aws-sdk/client-bedrock-runtime"
  dependency-version: 3.981.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@aws-sdk/client-lambda"
  dependency-version: 3.981.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.981.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@aws-sdk/client-ses"
  dependency-version: 3.981.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.981.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@aws-sdk/lib-storage"
  dependency-version: 3.981.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@aws-sdk/s3-request-presigner"
  dependency-version: 3.981.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@clerk/backend"
  dependency-version: 2.29.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@elevenlabs/elevenlabs-js"
  dependency-version: 2.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: "@fastify/cors"
  dependency-version: 11.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@graphql-tools/schema"
  dependency-version: 10.0.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: "@graphql-tools/utils"
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app
- dependency-name: "@langchain/community"
  dependency-version: 1.1.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@langchain/core"
  dependency-version: 1.1.18
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.25.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: fastify
  dependency-version: 5.7.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: globals
  dependency-version: 17.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app
- dependency-name: graphql-ws
  dependency-version: 6.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: mongoose
  dependency-version: 9.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app
- dependency-name: newrelic
  dependency-version: 13.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: pino
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: ws
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@graphql-codegen/cli"
  dependency-version: 6.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@graphql-codegen/typescript"
  dependency-version: 5.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: "@graphql-codegen/typescript-resolvers"
  dependency-version: 5.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: "@parcel/watcher"
  dependency-version: 2.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: "@types/node"
  dependency-version: 25.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: app
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: pino-pretty
  dependency-version: 13.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: ts-jest
  dependency-version: 29.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: tsx
  dependency-version: 4.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: typescript-eslint
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app
...

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 Feb 3, 2026
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