Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

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

Package From To
@apollo/server 5.1.0 5.3.0
@aws-sdk/client-bedrock-runtime 3.922.0 3.975.0
@aws-sdk/client-lambda 3.922.0 3.975.0
@aws-sdk/client-s3 3.922.0 3.975.0
@aws-sdk/client-ses 3.922.0 3.975.0
@aws-sdk/client-sqs 3.922.0 3.975.0
@aws-sdk/lib-storage 3.922.0 3.975.0
@aws-sdk/s3-request-presigner 3.922.0 3.975.0
@clerk/backend 2.19.1 2.29.5
@elevenlabs/elevenlabs-js 2.21.0 2.33.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.7
@langchain/core 1.0.2 1.1.17
@modelcontextprotocol/sdk 1.21.0 1.25.3
fastify 5.6.1 5.7.2
globals 16.5.0 17.1.0
mongoose 8.19.2 9.1.5
newrelic 13.6.2 13.10.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.0.10
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.975.0

Release notes

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

v3.975.0

3.975.0(2026-01-23)

Chores
New Features
  • client-connect: Amazon Connect now offers public APIs to programmatically configure and run automated tests for contact center experiences. Integrate testing into CICD pipelines, run multiple tests at scale, and retrieve results via API to automate validation of voice interactions and workflows. (718c3222)
  • client-qconnect: Fixes incorrect types in the UpdateAssistantAIAgent API request, adds MESSAGE to TargetType enum, and other minor changes. (30cc5fa9)
  • client-datazone: Added api for deleting data export configuration for a domain (089a6f1a)

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

v3.974.0

3.974.0(2026-01-22)

Chores
Documentation Changes
  • client-marketplace-metering: Customer Identifier parameter deprecation date has been removed. For new implementations, we recommend using the CustomerAWSAccountID. Your current integration will continue to work. When updating your implementation, consider migrating to CustomerAWSAccountID for improved integration. (fa72d80d)
  • client-verifiedpermissions: Adding documentation to user guide and API documentation for how customers can create new encrypted policy stores by passing in their customer managed key during policy store creation. (6dac27bb)
New Features
  • clients: update client endpoints as of 2026-01-22 (a8b7e9d8)
  • client-gamelift: Amazon GameLift Servers Realtime now supports Node.js 24.x runtime on the Amazon Linux 2023 operating system. (fa6e74c6)
  • client-guardduty: Adding new enum value for ScanStatusReason (a12c8c68)
  • client-ec2: Add better support for fractional GPU instances in DescribeInstanceTypes API. The new fields, logicalGpuCount, gpuPartitionSize, and workload array enable better GPU resource selection and filtering for both full and fractional GPU instance types. (72b8a1cc)
  • client-health: Updates the lower range for the maxResults request property for DescribeAffectedEntities, DescribeAffectedEntitiesForOrganization, DescribeEvents, and DescribeEventsForOrganization API request properties. (202b860d)
  • client-budgets: Add Budget FilterExpression and Metrics fields to DescribeBudgetPerformanceHistory to support more granular filtering options. (5b7d3217)
  • client-auto-scaling: This release adds support for Amazon EC2 Auto Scaling group deletion protection (ce97b637)
  • client-dynamodb: Adds additional waiters to Amazon DynamoDB. (55f5f7fd)
  • packages: support open version ranges for internal packages - move core & types (#7674) (a3cdc641)
  • config: create config package (#7667) (943761cd)

... (truncated)

Changelog

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

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)

3.971.0 (2026-01-16)

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

3.970.0 (2026-01-15)

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

3.969.0 (2026-01-14)

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

... (truncated)

Commits

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

Release notes

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

v3.975.0

3.975.0(2026-01-23)

Chores
New Features
  • client-connect: Amazon Connect now offers public APIs to programmatically configure and run automated tests for contact center experiences. Integrate testing into CICD pipelines, run multiple tests at scale, and retrieve results via API to automate validation of voice interactions and workflows. (718c3222)
  • client-qconnect: Fixes incorrect types in the UpdateAssistantAIAgent API request, adds MESSAGE to TargetType enum, and other minor changes. (30cc5fa9)
  • client-datazone: Added api for deleting data export configuration for a domain (089a6f1a)

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

v3.974.0

3.974.0(2026-01-22)

Chores
Documentation Changes
  • client-marketplace-metering: Customer Identifier parameter deprecation date has been removed. For new implementations, we recommend using the CustomerAWSAccountID. Your current integration will continue to work. When updating your implementation, consider migrating to CustomerAWSAccountID for improved integration. (fa72d80d)
  • client-verifiedpermissions: Adding documentation to user guide and API documentation for how customers can create new encrypted policy stores by passing in their customer managed key during policy store creation. (6dac27bb)
New Features
  • clients: update client endpoints as of 2026-01-22 (a8b7e9d8)
  • client-gamelift: Amazon GameLift Servers Realtime now supports Node.js 24.x runtime on the Amazon Linux 2023 operating system. (fa6e74c6)
  • client-guardduty: Adding new enum value for ScanStatusReason (a12c8c68)
  • client-ec2: Add better support for fractional GPU instances in DescribeInstanceTypes API. The new fields, logicalGpuCount, gpuPartitionSize, and workload array enable better GPU resource selection and filtering for both full and fractional GPU instance types. (72b8a1cc)
  • client-health: Updates the lower range for the maxResults request property for DescribeAffectedEntities, DescribeAffectedEntitiesForOrganization, DescribeEvents, and DescribeEventsForOrganization API request properties. (202b860d)
  • client-budgets: Add Budget FilterExpression and Metrics fields to DescribeBudgetPerformanceHistory to support more granular filtering options. (5b7d3217)
  • client-auto-scaling: This release adds support for Amazon EC2 Auto Scaling group deletion protection (ce97b637)
  • client-dynamodb: Adds additional waiters to Amazon DynamoDB. (55f5f7fd)
  • packages: support open version ranges for internal packages - move core & types (#7674) (a3cdc641)
  • config: create config package (#7667) (943761cd)

... (truncated)

Changelog

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

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

3.971.0 (2026-01-16)

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

3.970.0 (2026-01-15)

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

3.969.0 (2026-01-14)

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

3.968.0 (2026-01-13)

... (truncated)

Commits

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

Release notes

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

v3.975.0

3.975.0(2026-01-23)

Chores
New Features
  • client-connect: Amazon Connect now offers public APIs to programmatically configure and run automated tests for contact center experiences. Integrate testing into CICD pipelines, run multiple tests at scale, and retrieve results via API to automate validation of voice interactions and workflows. (718c3222)
  • client-qconnect: Fixes incorrect types in the UpdateAssistantAIAgent API request, adds MESSAGE to TargetType enum, and other minor changes. (30cc5fa9)
  • client-datazone: Added api for deleting data export configuration for a domain (089a6f1a)

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

v3.974.0

3.974.0(2026-01-22)

Chores
Documentation Changes
  • client-marketplace-metering: Customer Identifier parameter deprecation date has been removed. For new implementations, we recommend using the CustomerAWSAccountID. Your current integration will continue to work. When updating your implementation, consider migrating to CustomerAWSAccountID for improved integration. (fa72d80d)
  • client-verifiedpermissions: Adding documentation to user guide and API documentation for how customers can create new encrypted policy stores by passing in their customer managed key during policy store creation. (6dac27bb)
New Features
  • clients: update client endpoints as of 2026-01-22 (a8b7e9d8)
  • client-gamelift: Amazon GameLift Servers Realtime now supports Node.js 24.x runtime on the Amazon Linux 2023 operating system. (fa6e74c6)
  • client-guardduty: Adding new enum value for ScanStatusReason (a12c8c68)
  • client-ec2: Add better support for fractional GPU instances in DescribeInstanceTypes API. The new fields, logicalGpuCount, gpuPartitionSize, and workload array enable better GPU resource selection and filtering for both full and fractional GPU instance types. (72b8a1cc)
  • client-health: Updates the lower range for the maxResults request property for DescribeAffectedEntities, DescribeAffectedEntitiesForOrganization, DescribeEvents, and DescribeEventsForOrganization API request properties. (202b860d)
  • client-budgets: Add Budget FilterExpression and Metrics fields to DescribeBudgetPerformanceHistory to support more granular filtering options. (5b7d3217)
  • client-auto-scaling: This release adds support for Amazon EC2 Auto Scaling group deletion protection (ce97b637)
  • client-dynamodb: Adds additional waiters to Amazon DynamoDB. (55f5f7fd)
  • packages: support open version ranges for internal packages - move core & types (#7674) (a3cdc641)
  • config: create config package (#7667) (943761cd)

... (truncated)

Changelog

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

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

3.971.0 (2026-01-16)

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

3.970.0 (2026-01-15)

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

3.969.0 (2026-01-14)

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

3.968.0 (2026-01-13)

... (truncated)

Commits

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

Release notes

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

v3.975.0

3.975.0(2026-01-23)

Chores
New Features
  • client-connect: Amazon Connect now offers public APIs to programmatically configure and run automated tests for contact center experiences. Integrate testing into CICD pipelines, run multiple tests at scale, and retrieve results via API to automate validation of voice interactions and workflows. (718c3222)
  • client-qconnect: Fixes incorrect types in the UpdateAssistantAIAgent API request, adds MESSAGE to TargetType enum, and other minor changes. (30cc5fa9)
  • client-datazone: Added api for deleting data export configuration for a domain (089a6f1a)

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

v3.974.0

3.974.0(2026-01-22)

Chores
Documentation Changes
  • client-marketplace-metering: Customer Identifier parameter deprecation date has been removed. For new implementations, we recommend using the CustomerAWSAccountID. Your current integration will continue to work. When updating your implementation, consider migrating to CustomerAWSAccountID for improved integration. (fa72d80d)
  • client-verifiedpermissions: Adding documentation to user guide and API documentation for how customers can create new encrypted policy stores by passing in their customer managed key during policy store creation. (6dac27bb)
New Features
  • clients: update client endpoints as of 2026-01-22 (a8b7e9d8)
  • client-gamelift: Amazon GameLift Servers Realtime now supports Node.js 24.x runtime on the Amazon Linux 2023 operating system. (fa6e74c6)
  • client-guardduty: Adding new enum value for ScanStatusReason (a12c8c68)
  • client-ec2: Add better support for fractional GPU instances in DescribeInstanceTypes API. The new fields, logicalGpuCount, gpuPartitionSize, and workload array enable better GPU resource selection and filtering for both full and fractional GPU instance types. (72b8a1cc)
  • client-health: Updates the lower range for the maxResults request property for DescribeAffectedEntities, DescribeAffectedEntitiesForOrganization, DescribeEvents, and DescribeEventsForOrganization API request properties. (202b860d)
  • client-budgets: Add Budget FilterExpression and Metrics fields to DescribeBudgetPerformanceHistory to support more granular filtering options. (5b7d3217)
  • client-auto-scaling: This release adds support for Amazon EC2 Auto Scaling group deletion protection (ce97b637)
  • client-dynamodb: Adds additional waiters to Amazon DynamoDB. (55f5f7fd)
  • packages: support open version ranges for internal packages - move core & types (#7674) (a3cdc641)
  • config: create config package (#7667) (943761cd)

... (truncated)

Changelog

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

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)

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

3.970.0 (2026-01-15)

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

3.969.0 (2026-01-14)

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

3.968.0 (2026-01-13)

... (truncated)

Commits

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

Release notes

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

v3.975.0

3.975.0(2026-01-23)

Chores
New Features
  • client-connect: Amazon Connect now offers public APIs to programmatically configure and run automated tests for contact center experiences. Integrate testing into CICD pipelines, run multiple tests at scale, and retrieve results via API to automate validation of voice interactions and workflows. (718c3222)
  • client-qconnect: Fixes incorrect types in the UpdateAssistantAIAgent API request, adds MESSAGE to TargetType enum, and other minor changes. (30cc5fa9)
  • client-datazone: Added api for deleting data export configuration for a domain (089a6f1a)

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

v3.974.0

3.974.0(2026-01-22)

Chores
Documentation Changes
  • client-marketplace-metering: Customer Identifier parameter deprecation date has been removed. For new implementations, we recommend using the CustomerAWSAccountID. Your current integration will continue to work. When updating your implementation, consider migrating to CustomerAWSAccountID for improved integration. (fa72d80d)
  • client-verifiedpermissions: Adding documentation to user guide and API documentation for how customers can create new encrypted policy stores by passing in their customer managed key during policy store creation. (6dac27bb)
New Features
  • clients: update client endpoints as of 2026-01-22 (a8b7e9d8)
  • client-gamelift: Amazon GameLift Servers Realtime now supports Node.js 24.x runtime on the Amazon Linux 2023 operating system. (fa6e74c6)
  • client-guardduty: Adding new enum value for ScanStatusReason (a12c8c68)
  • client-ec2: Add better support for fractional GPU instances in DescribeInstanceTypes API. The new fields, logicalGpuCount, gpuPartitionSize, and workload array enable better GPU resource selection and filtering for both full and fractional GPU instance types. (72b8a1cc)
  • client-health: Updates the lower range for the maxResults request property for DescribeAffectedEntities, DescribeAffectedEntitiesForOrganization, DescribeEvents, and DescribeEventsForOrganization API request properties. (202b860d)
  • client-budgets: Add Budget FilterExpression and Metrics fields to DescribeBudgetPerformanceHistory to support more granular filtering options. (5b7d3217)
  • client-auto-scaling: This release adds support for Amazon EC2 Auto Scaling group deletion protection (ce97b637)
  • client-dynamodb: Adds additional waiters to Amazon DynamoDB. (55f5f7fd)
  • packages: support open version ranges for internal packages - move core & types (#7674) (a3cdc641)
  • config: create config package (#7667) (943761cd)

... (truncated)

Changelog

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

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)

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

3.970.0 (2026-01-15)

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

3.969.0 (2026-01-14)

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

3.968.0 (2026-01-13)

... (truncated)

Commits

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

Release notes

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

v3.975.0

3.975.0(2026-01-23)

Chores
New Features
  • client-connect: Amazon Connect now offers public APIs to programmatically configure and run automated tests for contact center experiences. Integrate testing into CICD pipelines, run multiple tests at scale, and retrieve results via API to automate validation of voice interactions and workflows. (718c3222)
  • client-qconnect: Fixes incorrect types in the UpdateAssistantAIAgent API request, adds MESSAGE to TargetType enum, and other minor changes. (30cc5fa9)
  • client-datazone: Added api for deleting data export configuration for a domain (089a6f1a)

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

v3.974.0

3.974.0(2026-01-22)

Chores
  • codegen:
    • add new pkg folder to sdkVersions.properties (#7675) (766beed1)
    • sync for http label validation (#7671) (

Bumps the app group with 35 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.975.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.922.0` | `3.975.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.922.0` | `3.975.0` |
| [@aws-sdk/client-ses](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ses) | `3.922.0` | `3.975.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.922.0` | `3.975.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.922.0` | `3.975.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner) | `3.922.0` | `3.975.0` |
| [@clerk/backend](https://github.com/clerk/javascript/tree/HEAD/packages/backend) | `2.19.1` | `2.29.5` |
| [@elevenlabs/elevenlabs-js](https://github.com/elevenlabs/elevenlabs-js) | `2.21.0` | `2.33.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.7` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `1.0.2` | `1.1.17` |
| [@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.2` |
| [globals](https://github.com/sindresorhus/globals) | `16.5.0` | `17.1.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.19.2` | `9.1.5` |
| [newrelic](https://github.com/newrelic/node-newrelic) | `13.6.2` | `13.10.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.0.10` |
| [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.975.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.975.0/clients/client-bedrock-runtime)

Updates `@aws-sdk/client-lambda` from 3.922.0 to 3.975.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.975.0/clients/client-lambda)

Updates `@aws-sdk/client-s3` from 3.922.0 to 3.975.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.975.0/clients/client-s3)

Updates `@aws-sdk/client-ses` from 3.922.0 to 3.975.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.975.0/clients/client-ses)

Updates `@aws-sdk/client-sqs` from 3.922.0 to 3.975.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.975.0/clients/client-sqs)

Updates `@aws-sdk/lib-storage` from 3.922.0 to 3.975.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.975.0/lib/lib-storage)

Updates `@aws-sdk/s3-request-presigner` from 3.922.0 to 3.975.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.975.0/packages/s3-request-presigner)

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

Updates `@elevenlabs/elevenlabs-js` from 2.21.0 to 2.33.0
- [Release notes](https://github.com/elevenlabs/elevenlabs-js/releases)
- [Commits](elevenlabs/elevenlabs-js@v2.21.0...v2.33.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.7
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

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

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.2
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.6.1...v5.7.2)

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

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.10.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.10.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.0.10
- [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.975.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@aws-sdk/client-lambda"
  dependency-version: 3.975.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.975.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@aws-sdk/client-ses"
  dependency-version: 3.975.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.975.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@aws-sdk/lib-storage"
  dependency-version: 3.975.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@aws-sdk/s3-request-presigner"
  dependency-version: 3.975.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@clerk/backend"
  dependency-version: 2.29.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@elevenlabs/elevenlabs-js"
  dependency-version: 2.33.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.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: "@langchain/core"
  dependency-version: 1.1.17
  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.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: globals
  dependency-version: 17.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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.10.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.0.10
  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 Jan 26, 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