Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the test-versions group with 64 updates in the /packages/dd-trace/test/plugins/versions directory:

Package From To
@ai-sdk/openai 2.0.52 2.0.62
@anthropic-ai/sdk 0.67.0 0.68.0
@openai/agents 0.1.9 0.2.1
@openai/agents-core 0.1.8 0.2.1
@apollo/gateway 2.11.3 2.12.0
@apollo/server 5.0.0 5.1.0
@apollo/subgraph 2.11.3 2.12.0
@aws-sdk/client-bedrock-runtime 3.911.0 3.922.0
@aws-sdk/client-dynamodb 3.911.0 3.922.0
@aws-sdk/client-kinesis 3.911.0 3.923.0
@aws-sdk/client-lambda 3.911.0 3.922.0
@aws-sdk/client-s3 3.911.0 3.922.0
@aws-sdk/client-sfn 3.911.0 3.922.0
@aws-sdk/client-sns 3.911.0 3.922.0
@aws-sdk/client-sqs 3.911.0 3.922.0
@azure/functions 4.8.0 4.8.2
@datadog/openfeature-node-server 0.1.0-preview.12 0.1.0-preview.15
@elastic/elasticsearch 9.1.1 9.2.0
@elastic/transport 9.2.0 9.2.1
@fastify/multipart 9.2.1 9.3.0
@graphql-tools/executor 1.4.9 1.4.11
@happy-dom/jest-environment 20.0.4 20.0.10
@hono/node-server 1.19.5 1.19.6
@langchain/anthropic 0.3.32 0.3.33
@langchain/classic 1.0.0 1.0.1
@langchain/cohere 0.3.4 1.0.0
@langchain/core 0.3.78 1.0.2
@langchain/google-genai 0.2.18 1.0.0
@langchain/openai 0.6.16 1.0.0
@openfeature/server-sdk 1.19.0 1.20.0
@opentelemetry/exporter-jaeger 2.1.0 2.2.0
@opentelemetry/instrumentation 0.206.0 0.207.0
@opentelemetry/instrumentation-express 0.55.0 0.56.0
@opentelemetry/instrumentation-http 0.206.0 0.207.0
@opentelemetry/sdk-node 0.206.0 0.207.0
@prisma/client 6.17.1 6.19.0
@redis/client 5.8.3 5.9.0
@smithy/smithy-client 4.9.0 4.9.2
@vitest/coverage-istanbul 4.0.6 4.0.7
@vitest/coverage-v8 4.0.6 4.0.7
@vitest/runner 4.0.6 4.0.7
ai 5.0.75 5.0.87
axios 1.12.2 1.13.2
azure-functions-core-tools 4.3.0 4.4.0
cypress 15.5.0 15.6.0
esbuild 0.25.11 0.25.12
graphql 16.11.0 16.12.0
graphql-tools 9.0.20 9.0.22
graphql-yoga 5.16.0 5.16.1
hono 4.10.0 4.10.4
ioredis 5.8.1 5.8.2
koa 3.0.1 3.1.1
langchain 0.3.36 1.0.2
mocha 11.7.4 11.7.5
mongoose 8.19.1 8.19.3
mysql2 3.15.2 3.15.3
next 15.5.5 16.0.1
office-addin-mock 3.0.3 3.0.5
openai 6.4.0 6.8.1
pino 10.0.0 10.1.0
pnpm 10.18.3 10.20.0
prisma 6.17.1 6.19.0
redis 5.8.3 5.9.0
vitest 4.0.6 4.0.7

Updates @ai-sdk/openai from 2.0.52 to 2.0.62

Release notes

Sourced from @​ai-sdk/openai's releases.

@​ai-sdk/openai@​2.0.62

Patch Changes

  • 51aa5de: backport: test server
  • Updated dependencies [51aa5de]
    • @​ai-sdk/provider-utils@​3.0.16

@​ai-sdk/openai@​2.0.61

Patch Changes

  • 28ce89a: fix(openai): add support for sources type 'api'

@​ai-sdk/openai@​2.0.60

Patch Changes

  • 3e42838: fix: remove code for unsuported o1-mini and o1-preview models
Commits

Updates @anthropic-ai/sdk from 0.67.0 to 0.68.0

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.68.0

0.68.0 (2025-10-28)

Full Changelog: sdk-v0.67.1...sdk-v0.68.0

Features

  • api: add ability to clear thinking in context management (d8707d3)

sdk: v0.67.1

0.67.1 (2025-10-28)

Full Changelog: sdk-v0.67.0...sdk-v0.67.1

Chores

  • api: mark older sonnet models as deprecated (64ad72d)
Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.68.0 (2025-10-28)

Full Changelog: sdk-v0.67.1...sdk-v0.68.0

Features

  • api: add ability to clear thinking in context management (d8707d3)

0.67.1 (2025-10-28)

Full Changelog: sdk-v0.67.0...sdk-v0.67.1

Chores

  • api: mark older sonnet models as deprecated (64ad72d)
Commits
  • 4131d6f chore: release main
  • 0dd1bb6 feat(api): add ability to clear thinking in context management
  • 3a915bd chore: release main
  • 92c1dbd chore(api): mark older sonnet models as deprecated
  • See full diff in compare view

Updates @openai/agents from 0.1.9 to 0.2.1

Release notes

Sourced from @​openai/agents's releases.

v0.2.1

Key Changes

This should have been included in v0.2.0. Since this version, the underlying openai package's version range is 6.x.

What's Changed

Full Changelog: openai/openai-agents-js@v0.2.0...v0.2.1

v0.2.0

Key Changes

  • #602 Tool outputs can include image/file in OpenAI's standard format (see the examples in the PR description)
  • #609 This SDK now supports both zod 4 and zod 3

After releasing this version, we found that zod 4 support is still incomplete. We'll make this SDK functional with both zod 3 and 4 runtime, but as for the compatibility with TSC type checker, there are still things to work on. For now, please continue using zod 3 along with this SDK. See openai/openai-agents-js#617 for more details.

What's Changed

New Contributors

Full Changelog: openai/openai-agents-js@v0.1.11...v0.2.0

v0.1.11

What's Changed

Full Changelog: openai/openai-agents-js@v0.1.10...v0.1.11

v0.1.10

What's Changed

... (truncated)

Commits

Updates @openai/agents-core from 0.1.8 to 0.2.1

Release notes

Sourced from @​openai/agents-core's releases.

v0.2.1

Key Changes

This should have been included in v0.2.0. Since this version, the underlying openai package's version range is 6.x.

What's Changed

Full Changelog: openai/openai-agents-js@v0.2.0...v0.2.1

v0.2.0

Key Changes

  • #602 Tool outputs can include image/file in OpenAI's standard format (see the examples in the PR description)
  • #609 This SDK now supports both zod 4 and zod 3

After releasing this version, we found that zod 4 support is still incomplete. We'll make this SDK functional with both zod 3 and 4 runtime, but as for the compatibility with TSC type checker, there are still things to work on. For now, please continue using zod 3 along with this SDK. See openai/openai-agents-js#617 for more details.

What's Changed

New Contributors

Full Changelog: openai/openai-agents-js@v0.1.11...v0.2.0

v0.1.11

What's Changed

Full Changelog: openai/openai-agents-js@v0.1.10...v0.1.11

v0.1.10

What's Changed

... (truncated)

Commits

Updates @apollo/gateway from 2.11.3 to 2.12.0

Release notes

Sourced from @​apollo/gateway's releases.

@​apollo/gateway@​2.12.0

Minor Changes

  • Federation 2.12 and Connect 0.3 (#3276)

Patch Changes

@​apollo/gateway@​2.12.0-preview.4

Patch Changes

@​apollo/gateway@​2.12.0-preview.3

Patch Changes

@​apollo/gateway@​2.12.0-preview.2

Patch Changes

@​apollo/gateway@​2.12.0-preview.1

Patch Changes

  • Updated dependencies []:
    • @​apollo/composition@​2.12.0-preview.1
    • @​apollo/federation-internals@​2.12.0-preview.1
    • @​apollo/query-planner@​2.12.0-preview.1

@​apollo/gateway@​2.12.0-preview.0

Minor Changes

  • Federation 2.12 and Connect 0.3 (#3276)

Patch Changes

... (truncated)

Changelog

Sourced from @​apollo/gateway's changelog.

2.12.0

Minor Changes

  • Federation 2.12 and Connect 0.3 (#3276)

Patch Changes

Commits

Updates @apollo/server from 5.0.0 to 5.1.0

Release notes

Sourced from @​apollo/server's releases.

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

Patch Changes

  • Updated dependencies [80a1a1a]:
    • @​apollo/server@​5.1.0

@​apollo/server@​5.1.0

Minor Changes

  • #8148 80a1a1a Thanks @​jerelmiller! - Apollo Server now supports the incremental delivery protocol (@defer and @stream) that ships with [email protected]. To use the current protocol, clients must send the Accept header with a value of multipart/mixed; incrementalSpec=v0.2.

    Upgrading to 5.1 will depend on what version of graphql you have installed and whether you already support the incremental delivery protocol.

    I use graphql@16 without incremental delivery

    Continue using graphql v16 with no additional changes. Incremental delivery won't be available.

    I use graphql@16 but would like to add support for incremental delivery

    Install [email protected] and follow the "Incremental delivery" guide to add the @defer and @stream directives to your schema. Clients should send the Accept header with a value of multipart/mixed; incrementalSpec=v0.2 to get multipart responses.

    I use [email protected] and use incremental delivery

    You must upgrade to [email protected] to continue using incremental delivery. If you'd like to continue providing support for the legacy incremental protocol, install the @yaacovcr/transform package. Apollo Server will attempt to load this module when the client specifies an Accept header with a value of multipart/mixed; deferSpec=20220824. If this package is not installed, an error is returned by the server.

    Because Apollo Server now supports multiple versions of the incremental delivery types, the existing incremental delivery types have been renamed with an Alpha2 suffix. If you import these types in your code, you will need to add the Alpha2 suffix.

    import type {
    - GraphQLExperimentalFormattedInitialIncrementalExecutionResult,
    + GraphQLExperimentalFormattedInitialIncrementalExecutionResultAlpha2,
    
    GraphQLExperimentalFormattedSubsequentIncrementalExecutionResult,
    
    
    GraphQLExperimentalFormattedSubsequentIncrementalExecutionResultAlpha2,
    
    
    GraphQLExperimentalFormattedIncrementalResult,
    
    
    GraphQLExperimentalFormattedIncrementalResultAlpha2,
    
    
    GraphQLExperimentalFormattedIncrementalDeferResult,
    
    
    GraphQLExperimentalFormattedIncrementalDeferResultAlpha2,
    
    
    GraphQLExperimentalFormattedIncrementalStreamResult,
    
    
    GraphQLExperimentalFormattedIncrementalStreamResultAlpha2,
    } from '@​apollo/server';

Incremental delivery types for the [email protected] version are now available using the Alpha9 suffix:

import type {

... (truncated)

Changelog

Sourced from @​apollo/server's changelog.

5.1.0

Minor Changes

  • #8148 80a1a1a Thanks @​jerelmiller! - Apollo Server now supports the incremental delivery protocol (@defer and @stream) that ships with [email protected]. To use the current protocol, clients must send the Accept header with a value of multipart/mixed; incrementalSpec=v0.2.

    Upgrading to 5.1 will depend on what version of graphql you have installed and whether you already support the incremental delivery protocol.

    I use graphql@16 without incremental delivery

    Continue using graphql v16 with no additional changes. Incremental delivery won't be available.

    I use graphql@16 but would like to add support for incremental delivery

    Install [email protected] and follow the "Incremental delivery" guide to add the @defer and @stream directives to your schema. Clients should send the Accept header with a value of multipart/mixed; incrementalSpec=v0.2 to get multipart responses.

    I use [email protected] and use incremental delivery

    You must upgrade to [email protected] to continue using incremental delivery. If you'd like to continue providing support for the legacy incremental protocol, install the @yaacovcr/transform package. Apollo Server will attempt to load this module when the client specifies an Accept header with a value of multipart/mixed; deferSpec=20220824. If this package is not installed, an error is returned by the server.

    Because Apollo Server now supports multiple versions of the incremental delivery types, the existing incremental delivery types have been renamed with an Alpha2 suffix. If you import these types in your code, you will need to add the Alpha2 suffix.

    import type {
    - GraphQLExperimentalFormattedInitialIncrementalExecutionResult,
    + GraphQLExperimentalFormattedInitialIncrementalExecutionResultAlpha2,
    
    GraphQLExperimentalFormattedSubsequentIncrementalExecutionResult,
    
    
    GraphQLExperimentalFormattedSubsequentIncrementalExecutionResultAlpha2,
    
    
    GraphQLExperimentalFormattedIncrementalResult,
    
    
    GraphQLExperimentalFormattedIncrementalResultAlpha2,
    
    
    GraphQLExperimentalFormattedIncrementalDeferResult,
    
    
    GraphQLExperimentalFormattedIncrementalDeferResultAlpha2,
    
    
    GraphQLExperimentalFormattedIncrementalStreamResult,
    
    
    GraphQLExperimentalFormattedIncrementalStreamResultAlpha2,
    } from '@​apollo/server';

Incremental delivery types for the [email protected] version are now available using the Alpha9 suffix:

import type {
  GraphQLExperimentalFormattedInitialIncrementalExecutionResultAlpha9,
  GraphQLExperimentalFormattedSubsequentIncrementalExecutionResultAlpha9,
  GraphQLExperimentalFormattedIncrementalResultAlpha9,
  GraphQLExperimentalFormattedIncrementalDeferResultAlpha9,
  GraphQLExperimentalFormattedIncrementalStreamResultAlpha9,

... (truncated)

Commits

Updates @apollo/subgraph from 2.11.3 to 2.12.0

Release notes

Sourced from @​apollo/subgraph's releases.

@​apollo/subgraph@​2.12.0

Minor Changes

  • Federation 2.12 and Connect 0.3 (#3276)

Patch Changes

@​apollo/subgraph@​2.12.0-preview.4

Patch Changes

@​apollo/subgraph@​2.12.0-preview.3

Patch Changes

@​apollo/subgraph@​2.12.0-preview.2

Patch Changes

@​apollo/subgraph@​2.12.0-preview.1

Patch Changes

  • When a GraphQLScalarType resolver is provided to buildSubgraphSchema(), omitted configuration options in the GraphQLScalarType no longer cause the corresponding properties in the GraphQL document/AST to be cleared. To explicitly clear these properties, use null for the configuration option instead. (#3287)

  • Updated dependencies []:

    • @​apollo/federation-internals@​2.12.0-preview.1

@​apollo/subgraph@​2.12.0-preview.0

Minor Changes

  • Federation 2.12 and Connect 0.3 (#3276)

Patch Changes

... (truncated)

Changelog

Sourced from @​apollo/subgraph's changelog.

2.12.0

Minor Changes

  • Federation 2.12 and Connect 0.3 (#3276)

Patch Changes

Commits

…updates

Bumps the test-versions group with 64 updates in the /packages/dd-trace/test/plugins/versions directory:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `2.0.52` | `2.0.62` |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.67.0` | `0.68.0` |
| [@openai/agents](https://github.com/openai/openai-agents-js) | `0.1.9` | `0.2.1` |
| [@openai/agents-core](https://github.com/openai/openai-agents-js) | `0.1.8` | `0.2.1` |
| [@apollo/gateway](https://github.com/apollographql/federation/tree/HEAD/gateway-js) | `2.11.3` | `2.12.0` |
| [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) | `5.0.0` | `5.1.0` |
| [@apollo/subgraph](https://github.com/apollographql/federation/tree/HEAD/subgraph-js) | `2.11.3` | `2.12.0` |
| [@aws-sdk/client-bedrock-runtime](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-bedrock-runtime) | `3.911.0` | `3.922.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.911.0` | `3.922.0` |
| [@aws-sdk/client-kinesis](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kinesis) | `3.911.0` | `3.923.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.911.0` | `3.922.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.911.0` | `3.922.0` |
| [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.911.0` | `3.922.0` |
| [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.911.0` | `3.922.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.911.0` | `3.922.0` |
| [@azure/functions](https://github.com/Azure/azure-functions-nodejs-library) | `4.8.0` | `4.8.2` |
| [@datadog/openfeature-node-server](https://github.com/DataDog/openfeature-js-client/tree/HEAD/packages/node-server) | `0.1.0-preview.12` | `0.1.0-preview.15` |
| [@elastic/elasticsearch](https://github.com/elastic/elasticsearch-js) | `9.1.1` | `9.2.0` |
| [@elastic/transport](https://github.com/elastic/elastic-transport-js) | `9.2.0` | `9.2.1` |
| [@fastify/multipart](https://github.com/fastify/fastify-multipart) | `9.2.1` | `9.3.0` |
| [@graphql-tools/executor](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/executor) | `1.4.9` | `1.4.11` |
| [@happy-dom/jest-environment](https://github.com/capricorn86/happy-dom) | `20.0.4` | `20.0.10` |
| [@hono/node-server](https://github.com/honojs/node-server) | `1.19.5` | `1.19.6` |
| [@langchain/anthropic](https://github.com/langchain-ai/langchainjs) | `0.3.32` | `0.3.33` |
| [@langchain/classic](https://github.com/langchain-ai/langchainjs) | `1.0.0` | `1.0.1` |
| [@langchain/cohere](https://github.com/langchain-ai/langchainjs) | `0.3.4` | `1.0.0` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `0.3.78` | `1.0.2` |
| [@langchain/google-genai](https://github.com/langchain-ai/langchainjs) | `0.2.18` | `1.0.0` |
| [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `0.6.16` | `1.0.0` |
| [@openfeature/server-sdk](https://github.com/open-feature/js-sdk) | `1.19.0` | `1.20.0` |
| [@opentelemetry/exporter-jaeger](https://github.com/open-telemetry/opentelemetry-js) | `2.1.0` | `2.2.0` |
| [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) | `0.206.0` | `0.207.0` |
| [@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/instrumentation-express) | `0.55.0` | `0.56.0` |
| [@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js) | `0.206.0` | `0.207.0` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.206.0` | `0.207.0` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `6.17.1` | `6.19.0` |
| [@redis/client](https://github.com/redis/node-redis) | `5.8.3` | `5.9.0` |
| [@smithy/smithy-client](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/smithy-client) | `4.9.0` | `4.9.2` |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `4.0.6` | `4.0.7` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.6` | `4.0.7` |
| [@vitest/runner](https://github.com/vitest-dev/vitest/tree/HEAD/packages/runner) | `4.0.6` | `4.0.7` |
| [ai](https://github.com/vercel/ai) | `5.0.75` | `5.0.87` |
| [axios](https://github.com/axios/axios) | `1.12.2` | `1.13.2` |
| [azure-functions-core-tools](https://github.com/Azure/azure-functions-core-tools) | `4.3.0` | `4.4.0` |
| [cypress](https://github.com/cypress-io/cypress) | `15.5.0` | `15.6.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.11` | `0.25.12` |
| [graphql](https://github.com/graphql/graphql-js) | `16.11.0` | `16.12.0` |
| [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools) | `9.0.20` | `9.0.22` |
| [graphql-yoga](https://github.com/graphql-hive/graphql-yoga/tree/HEAD/packages/graphql-yoga) | `5.16.0` | `5.16.1` |
| [hono](https://github.com/honojs/hono) | `4.10.0` | `4.10.4` |
| [ioredis](https://github.com/luin/ioredis) | `5.8.1` | `5.8.2` |
| [koa](https://github.com/koajs/koa) | `3.0.1` | `3.1.1` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `0.3.36` | `1.0.2` |
| [mocha](https://github.com/mochajs/mocha) | `11.7.4` | `11.7.5` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.19.1` | `8.19.3` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.15.2` | `3.15.3` |
| [next](https://github.com/vercel/next.js) | `15.5.5` | `16.0.1` |
| [office-addin-mock](https://github.com/OfficeDev/Office-Addin-Scripts/tree/HEAD/packages/office-addin-mock) | `3.0.3` | `3.0.5` |
| [openai](https://github.com/openai/openai-node) | `6.4.0` | `6.8.1` |
| [pino](https://github.com/pinojs/pino) | `10.0.0` | `10.1.0` |
| [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.18.3` | `10.20.0` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `6.17.1` | `6.19.0` |
| [redis](https://github.com/redis/node-redis) | `5.8.3` | `5.9.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.6` | `4.0.7` |



Updates `@ai-sdk/openai` from 2.0.52 to 2.0.62
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/[email protected]...@ai-sdk/[email protected])

Updates `@anthropic-ai/sdk` from 0.67.0 to 0.68.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.67.0...sdk-v0.68.0)

Updates `@openai/agents` from 0.1.9 to 0.2.1
- [Release notes](https://github.com/openai/openai-agents-js/releases)
- [Commits](openai/openai-agents-js@v0.1.9...v0.2.1)

Updates `@openai/agents-core` from 0.1.8 to 0.2.1
- [Release notes](https://github.com/openai/openai-agents-js/releases)
- [Commits](openai/openai-agents-js@v0.1.8...v0.2.1)

Updates `@apollo/gateway` from 2.11.3 to 2.12.0
- [Release notes](https://github.com/apollographql/federation/releases)
- [Changelog](https://github.com/apollographql/federation/blob/main/gateway-js/CHANGELOG.md)
- [Commits](https://github.com/apollographql/federation/commits/@apollo/[email protected]/gateway-js)

Updates `@apollo/server` from 5.0.0 to 5.1.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/[email protected]/packages/server)

Updates `@apollo/subgraph` from 2.11.3 to 2.12.0
- [Release notes](https://github.com/apollographql/federation/releases)
- [Changelog](https://github.com/apollographql/federation/blob/main/subgraph-js/CHANGELOG.md)
- [Commits](https://github.com/apollographql/federation/commits/@apollo/[email protected]/subgraph-js)

Updates `@aws-sdk/client-bedrock-runtime` from 3.911.0 to 3.922.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.922.0/clients/client-bedrock-runtime)

Updates `@aws-sdk/client-dynamodb` from 3.911.0 to 3.922.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.922.0/clients/client-dynamodb)

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

Updates `@aws-sdk/client-lambda` from 3.911.0 to 3.922.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.922.0/clients/client-lambda)

Updates `@aws-sdk/client-s3` from 3.911.0 to 3.922.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.922.0/clients/client-s3)

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

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

Updates `@aws-sdk/client-sqs` from 3.911.0 to 3.922.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.922.0/clients/client-sqs)

Updates `@azure/functions` from 4.8.0 to 4.8.2
- [Release notes](https://github.com/Azure/azure-functions-nodejs-library/releases)
- [Commits](https://github.com/Azure/azure-functions-nodejs-library/commits)

Updates `@datadog/openfeature-node-server` from 0.1.0-preview.12 to 0.1.0-preview.15
- [Commits](https://github.com/DataDog/openfeature-js-client/commits/HEAD/packages/node-server)

Updates `@elastic/elasticsearch` from 9.1.1 to 9.2.0
- [Release notes](https://github.com/elastic/elasticsearch-js/releases)
- [Changelog](https://github.com/elastic/elasticsearch-js/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-js@v9.1.1...v9.2.0)

Updates `@elastic/transport` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/elastic/elastic-transport-js/releases)
- [Commits](elastic/elastic-transport-js@v9.2.0...v9.2.1)

Updates `@fastify/multipart` from 9.2.1 to 9.3.0
- [Release notes](https://github.com/fastify/fastify-multipart/releases)
- [Commits](fastify/fastify-multipart@v9.2.1...v9.3.0)

Updates `@graphql-tools/executor` from 1.4.9 to 1.4.11
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/executor/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/[email protected]/packages/executor)

Updates `@happy-dom/jest-environment` from 20.0.4 to 20.0.10
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.0.4...v20.0.10)

Updates `@hono/node-server` from 1.19.5 to 1.19.6
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v1.19.5...v1.19.6)

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

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

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

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

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

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

Updates `@openfeature/server-sdk` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/open-feature/js-sdk/releases)
- [Changelog](https://github.com/open-feature/js-sdk/blob/main/release-please-config.json)
- [Commits](open-feature/js-sdk@server-sdk-v1.19.0...server-sdk-v1.20.0)

Updates `@opentelemetry/exporter-jaeger` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v2.1.0...v2.2.0)

Updates `@opentelemetry/instrumentation` from 0.206.0 to 0.207.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.206.0...experimental/v0.207.0)

Updates `@opentelemetry/instrumentation-express` from 0.55.0 to 0.56.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/instrumentation-express/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/instrumentation-pg-v0.56.0/packages/instrumentation-express)

Updates `@opentelemetry/instrumentation-http` from 0.206.0 to 0.207.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.206.0...experimental/v0.207.0)

Updates `@opentelemetry/sdk-node` from 0.206.0 to 0.207.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.206.0...experimental/v0.207.0)

Updates `@prisma/client` from 6.17.1 to 6.19.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.19.0/packages/client)

Updates `@redis/client` from 5.8.3 to 5.9.0
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/[email protected]@5.9.0)

Updates `@smithy/smithy-client` from 4.9.0 to 4.9.2
- [Release notes](https://github.com/smithy-lang/smithy-typescript/releases)
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/smithy-client/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/[email protected]/packages/smithy-client)

Updates `@vitest/coverage-istanbul` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.7/packages/coverage-istanbul)

Updates `@vitest/coverage-v8` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.7/packages/coverage-v8)

Updates `@vitest/runner` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.7/packages/runner)

Updates `ai` from 5.0.75 to 5.0.87
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/[email protected]@5.0.87)

Updates `axios` from 1.12.2 to 1.13.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.12.2...v1.13.2)

Updates `azure-functions-core-tools` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/Azure/azure-functions-core-tools/releases)
- [Changelog](https://github.com/Azure/azure-functions-core-tools/blob/main/release_notes.md)
- [Commits](Azure/azure-functions-core-tools@4.3.0...4.4.0)

Updates `cypress` from 15.5.0 to 15.6.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v15.5.0...v15.6.0)

Updates `esbuild` from 0.25.11 to 0.25.12
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.11...v0.25.12)

Updates `graphql` from 16.11.0 to 16.12.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.11.0...v16.12.0)

Updates `graphql-tools` from 9.0.20 to 9.0.22
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/graphql-tools/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/[email protected]/packages/graphql-tools)

Updates `graphql-yoga` from 5.16.0 to 5.16.1
- [Release notes](https://github.com/graphql-hive/graphql-yoga/releases)
- [Changelog](https://github.com/graphql-hive/graphql-yoga/blob/main/packages/graphql-yoga/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/graphql-yoga/commits/[email protected]/packages/graphql-yoga)

Updates `hono` from 4.10.0 to 4.10.4
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.10.0...v4.10.4)

Updates `ioredis` from 5.8.1 to 5.8.2
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.8.1...v5.8.2)

Updates `koa` from 3.0.1 to 3.1.1
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/master/History.md)
- [Commits](koajs/koa@v3.0.1...v3.1.1)

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

Updates `mocha` from 11.7.4 to 11.7.5
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.7.4...v11.7.5)

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

Updates `mysql2` from 3.15.2 to 3.15.3
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.15.2...v3.15.3)

Updates `next` from 15.5.5 to 16.0.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.5.5...v16.0.1)

Updates `office-addin-mock` from 3.0.3 to 3.0.5
- [Release notes](https://github.com/OfficeDev/Office-Addin-Scripts/releases)
- [Commits](https://github.com/OfficeDev/Office-Addin-Scripts/commits/[email protected]/packages/office-addin-mock)

Updates `openai` from 6.4.0 to 6.8.1
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v6.4.0...v6.8.1)

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

Updates `pnpm` from 10.18.3 to 10.20.0
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Changelog](https://github.com/pnpm/pnpm/blob/main/pnpm/CHANGELOG.md)
- [Commits](https://github.com/pnpm/pnpm/commits/v10.20.0/pnpm)

Updates `prisma` from 6.17.1 to 6.19.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.19.0/packages/cli)

Updates `redis` from 5.8.3 to 5.9.0
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/[email protected]@5.9.0)

Updates `vitest` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.7/packages/vitest)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.62
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@openai/agents"
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@openai/agents-core"
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@apollo/gateway"
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@apollo/server"
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@apollo/subgraph"
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-bedrock-runtime"
  dependency-version: 3.922.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.922.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-kinesis"
  dependency-version: 3.923.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-lambda"
  dependency-version: 3.922.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.922.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sfn"
  dependency-version: 3.922.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.922.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.922.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@azure/functions"
  dependency-version: 4.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@datadog/openfeature-node-server"
  dependency-version: 0.1.0-preview.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@elastic/elasticsearch"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@elastic/transport"
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@fastify/multipart"
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@graphql-tools/executor"
  dependency-version: 1.4.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@happy-dom/jest-environment"
  dependency-version: 20.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@hono/node-server"
  dependency-version: 1.19.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/anthropic"
  dependency-version: 0.3.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/classic"
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/cohere"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: "@langchain/core"
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: "@langchain/google-genai"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: "@langchain/openai"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: "@openfeature/server-sdk"
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/exporter-jaeger"
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/instrumentation"
  dependency-version: 0.207.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/instrumentation-express"
  dependency-version: 0.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/instrumentation-http"
  dependency-version: 0.207.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/sdk-node"
  dependency-version: 0.207.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@prisma/client"
  dependency-version: 6.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@redis/client"
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@smithy/smithy-client"
  dependency-version: 4.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@vitest/coverage-istanbul"
  dependency-version: 4.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@vitest/runner"
  dependency-version: 4.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: ai
  dependency-version: 5.0.87
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: axios
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: azure-functions-core-tools
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: cypress
  dependency-version: 15.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: esbuild
  dependency-version: 0.25.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: graphql
  dependency-version: 16.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: graphql-tools
  dependency-version: 9.0.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: graphql-yoga
  dependency-version: 5.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: hono
  dependency-version: 4.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: ioredis
  dependency-version: 5.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: koa
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: langchain
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: mocha
  dependency-version: 11.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: mongoose
  dependency-version: 8.19.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: mysql2
  dependency-version: 3.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: next
  dependency-version: 16.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: office-addin-mock
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: openai
  dependency-version: 6.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pino
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pnpm
  dependency-version: 10.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: prisma
  dependency-version: 6.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: redis
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: vitest
  dependency-version: 4.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependabot dependencies javascript Pull requests that update javascript code semver-patch labels Nov 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 5, 2025 16:42
@dependabot dependabot bot added semver-patch dependencies javascript Pull requests that update javascript code dependabot labels Nov 5, 2025
@codecov
Copy link

codecov bot commented Nov 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.86%. Comparing base (2f00f30) to head (5103e25).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6856   +/-   ##
=======================================
  Coverage   83.86%   83.86%           
=======================================
  Files         506      506           
  Lines       21345    21345           
=======================================
  Hits        17900    17900           
  Misses       3445     3445           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pr-commenter
Copy link

pr-commenter bot commented Nov 5, 2025

Benchmarks

Benchmark execution time: 2025-11-05 16:50:36

Comparing candidate commit 5103e25 in PR branch dependabot/npm_and_yarn/packages/dd-trace/test/plugins/versions/test-versions-ae321db0a8 with baseline commit 2f00f30 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 1601 metrics, 69 unstable metrics.

@dd-octo-sts dd-octo-sts bot enabled auto-merge (squash) November 5, 2025 16:52
@github-actions
Copy link

github-actions bot commented Nov 5, 2025

Overall package size

Self size: 13.19 MB
Deduped: 117.24 MB
No deduping: 119.45 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | @datadog/libdatadog | 0.7.0 | 35.02 MB | 35.02 MB | | @datadog/native-appsec | 10.3.0 | 20.73 MB | 20.74 MB | | @datadog/native-iast-taint-tracking | 4.0.0 | 11.72 MB | 11.73 MB | | @datadog/pprof | 5.12.0 | 11.19 MB | 11.57 MB | | @opentelemetry/core | 1.30.1 | 908.66 kB | 7.16 MB | | protobufjs | 7.5.4 | 2.95 MB | 5.82 MB | | @datadog/wasm-js-rewriter | 4.0.1 | 2.85 MB | 3.58 MB | | @opentelemetry/resources | 1.9.1 | 306.54 kB | 1.74 MB | | @datadog/native-metrics | 3.1.1 | 1.02 MB | 1.43 MB | | @opentelemetry/api-logs | 0.207.0 | 201.39 kB | 1.42 MB | | @opentelemetry/api | 1.9.0 | 1.22 MB | 1.22 MB | | jsonpath-plus | 10.3.0 | 617.18 kB | 1.08 MB | | import-in-the-middle | 1.15.0 | 127.66 kB | 856.24 kB | | lru-cache | 10.4.3 | 804.3 kB | 804.3 kB | | @datadog/openfeature-node-server | 0.1.0-preview.13 | 106.46 kB | 424.36 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | source-map | 0.7.6 | 185.63 kB | 185.63 kB | | pprof-format | 2.2.1 | 163.06 kB | 163.06 kB | | @datadog/sketches-js | 2.1.1 | 109.9 kB | 109.9 kB | | lodash.sortby | 4.7.0 | 75.76 kB | 75.76 kB | | ignore | 7.0.5 | 63.38 kB | 63.38 kB | | istanbul-lib-coverage | 3.2.2 | 34.37 kB | 34.37 kB | | rfdc | 1.4.1 | 27.15 kB | 27.15 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB | | @isaacs/ttlcache | 1.4.1 | 25.2 kB | 25.2 kB | | tlhunter-sorted-set | 0.1.0 | 24.94 kB | 24.94 kB | | shell-quote | 1.8.3 | 23.74 kB | 23.74 kB | | limiter | 1.1.5 | 23.17 kB | 23.17 kB | | retry | 0.13.1 | 18.85 kB | 18.85 kB | | semifies | 1.0.0 | 15.84 kB | 15.84 kB | | jest-docblock | 29.7.0 | 8.99 kB | 12.76 kB | | crypto-randomuuid | 1.0.0 | 11.18 kB | 11.18 kB | | ttl-set | 1.0.0 | 4.61 kB | 9.69 kB | | mutexify | 1.4.0 | 5.71 kB | 8.74 kB | | path-to-regexp | 0.1.12 | 6.6 kB | 6.6 kB | | module-details-from-path | 1.0.4 | 3.96 kB | 3.96 kB | | escape-string-regexp | 5.0.0 | 3.66 kB | 3.66 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@datadog-official
Copy link

datadog-official bot commented Nov 5, 2025

⚠️ Tests

⚠️ Warnings

❄️ 1 New flaky test detected

[email protected] commonJS flaky test retries retries flaky tests from integration-tests/cypress/cypress.spec.js (Datadog)
expected 18 to equal 10

ℹ️ Info

🧪 All tests passed

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 5103e25 | Docs | Datadog PR Page | Was this helpful? Give us feedback!

@dd-octo-sts dd-octo-sts bot merged commit 545b12d into master Nov 5, 2025
773 checks passed
@dd-octo-sts dd-octo-sts bot deleted the dependabot/npm_and_yarn/packages/dd-trace/test/plugins/versions/test-versions-ae321db0a8 branch November 5, 2025 17:17
dd-octo-sts bot pushed a commit that referenced this pull request Nov 6, 2025
…updates (#6856)

Bumps the test-versions group with 64 updates in the /packages/dd-trace/test/plugins/versions directory:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `2.0.52` | `2.0.62` |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.67.0` | `0.68.0` |
| [@openai/agents](https://github.com/openai/openai-agents-js) | `0.1.9` | `0.2.1` |
| [@openai/agents-core](https://github.com/openai/openai-agents-js) | `0.1.8` | `0.2.1` |
| [@apollo/gateway](https://github.com/apollographql/federation/tree/HEAD/gateway-js) | `2.11.3` | `2.12.0` |
| [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) | `5.0.0` | `5.1.0` |
| [@apollo/subgraph](https://github.com/apollographql/federation/tree/HEAD/subgraph-js) | `2.11.3` | `2.12.0` |
| [@aws-sdk/client-bedrock-runtime](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-bedrock-runtime) | `3.911.0` | `3.922.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.911.0` | `3.922.0` |
| [@aws-sdk/client-kinesis](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kinesis) | `3.911.0` | `3.923.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.911.0` | `3.922.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.911.0` | `3.922.0` |
| [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.911.0` | `3.922.0` |
| [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.911.0` | `3.922.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.911.0` | `3.922.0` |
| [@azure/functions](https://github.com/Azure/azure-functions-nodejs-library) | `4.8.0` | `4.8.2` |
| [@datadog/openfeature-node-server](https://github.com/DataDog/openfeature-js-client/tree/HEAD/packages/node-server) | `0.1.0-preview.12` | `0.1.0-preview.15` |
| [@elastic/elasticsearch](https://github.com/elastic/elasticsearch-js) | `9.1.1` | `9.2.0` |
| [@elastic/transport](https://github.com/elastic/elastic-transport-js) | `9.2.0` | `9.2.1` |
| [@fastify/multipart](https://github.com/fastify/fastify-multipart) | `9.2.1` | `9.3.0` |
| [@graphql-tools/executor](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/executor) | `1.4.9` | `1.4.11` |
| [@happy-dom/jest-environment](https://github.com/capricorn86/happy-dom) | `20.0.4` | `20.0.10` |
| [@hono/node-server](https://github.com/honojs/node-server) | `1.19.5` | `1.19.6` |
| [@langchain/anthropic](https://github.com/langchain-ai/langchainjs) | `0.3.32` | `0.3.33` |
| [@langchain/classic](https://github.com/langchain-ai/langchainjs) | `1.0.0` | `1.0.1` |
| [@langchain/cohere](https://github.com/langchain-ai/langchainjs) | `0.3.4` | `1.0.0` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `0.3.78` | `1.0.2` |
| [@langchain/google-genai](https://github.com/langchain-ai/langchainjs) | `0.2.18` | `1.0.0` |
| [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `0.6.16` | `1.0.0` |
| [@openfeature/server-sdk](https://github.com/open-feature/js-sdk) | `1.19.0` | `1.20.0` |
| [@opentelemetry/exporter-jaeger](https://github.com/open-telemetry/opentelemetry-js) | `2.1.0` | `2.2.0` |
| [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) | `0.206.0` | `0.207.0` |
| [@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/instrumentation-express) | `0.55.0` | `0.56.0` |
| [@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js) | `0.206.0` | `0.207.0` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.206.0` | `0.207.0` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `6.17.1` | `6.19.0` |
| [@redis/client](https://github.com/redis/node-redis) | `5.8.3` | `5.9.0` |
| [@smithy/smithy-client](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/smithy-client) | `4.9.0` | `4.9.2` |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `4.0.6` | `4.0.7` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.6` | `4.0.7` |
| [@vitest/runner](https://github.com/vitest-dev/vitest/tree/HEAD/packages/runner) | `4.0.6` | `4.0.7` |
| [ai](https://github.com/vercel/ai) | `5.0.75` | `5.0.87` |
| [axios](https://github.com/axios/axios) | `1.12.2` | `1.13.2` |
| [azure-functions-core-tools](https://github.com/Azure/azure-functions-core-tools) | `4.3.0` | `4.4.0` |
| [cypress](https://github.com/cypress-io/cypress) | `15.5.0` | `15.6.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.11` | `0.25.12` |
| [graphql](https://github.com/graphql/graphql-js) | `16.11.0` | `16.12.0` |
| [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools) | `9.0.20` | `9.0.22` |
| [graphql-yoga](https://github.com/graphql-hive/graphql-yoga/tree/HEAD/packages/graphql-yoga) | `5.16.0` | `5.16.1` |
| [hono](https://github.com/honojs/hono) | `4.10.0` | `4.10.4` |
| [ioredis](https://github.com/luin/ioredis) | `5.8.1` | `5.8.2` |
| [koa](https://github.com/koajs/koa) | `3.0.1` | `3.1.1` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `0.3.36` | `1.0.2` |
| [mocha](https://github.com/mochajs/mocha) | `11.7.4` | `11.7.5` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.19.1` | `8.19.3` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.15.2` | `3.15.3` |
| [next](https://github.com/vercel/next.js) | `15.5.5` | `16.0.1` |
| [office-addin-mock](https://github.com/OfficeDev/Office-Addin-Scripts/tree/HEAD/packages/office-addin-mock) | `3.0.3` | `3.0.5` |
| [openai](https://github.com/openai/openai-node) | `6.4.0` | `6.8.1` |
| [pino](https://github.com/pinojs/pino) | `10.0.0` | `10.1.0` |
| [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.18.3` | `10.20.0` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `6.17.1` | `6.19.0` |
| [redis](https://github.com/redis/node-redis) | `5.8.3` | `5.9.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.6` | `4.0.7` |



Updates `@ai-sdk/openai` from 2.0.52 to 2.0.62
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/[email protected]...@ai-sdk/[email protected])

Updates `@anthropic-ai/sdk` from 0.67.0 to 0.68.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.67.0...sdk-v0.68.0)

Updates `@openai/agents` from 0.1.9 to 0.2.1
- [Release notes](https://github.com/openai/openai-agents-js/releases)
- [Commits](openai/openai-agents-js@v0.1.9...v0.2.1)

Updates `@openai/agents-core` from 0.1.8 to 0.2.1
- [Release notes](https://github.com/openai/openai-agents-js/releases)
- [Commits](openai/openai-agents-js@v0.1.8...v0.2.1)

Updates `@apollo/gateway` from 2.11.3 to 2.12.0
- [Release notes](https://github.com/apollographql/federation/releases)
- [Changelog](https://github.com/apollographql/federation/blob/main/gateway-js/CHANGELOG.md)
- [Commits](https://github.com/apollographql/federation/commits/@apollo/[email protected]/gateway-js)

Updates `@apollo/server` from 5.0.0 to 5.1.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/[email protected]/packages/server)

Updates `@apollo/subgraph` from 2.11.3 to 2.12.0
- [Release notes](https://github.com/apollographql/federation/releases)
- [Changelog](https://github.com/apollographql/federation/blob/main/subgraph-js/CHANGELOG.md)
- [Commits](https://github.com/apollographql/federation/commits/@apollo/[email protected]/subgraph-js)

Updates `@aws-sdk/client-bedrock-runtime` from 3.911.0 to 3.922.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.922.0/clients/client-bedrock-runtime)

Updates `@aws-sdk/client-dynamodb` from 3.911.0 to 3.922.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.922.0/clients/client-dynamodb)

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

Updates `@aws-sdk/client-lambda` from 3.911.0 to 3.922.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.922.0/clients/client-lambda)

Updates `@aws-sdk/client-s3` from 3.911.0 to 3.922.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.922.0/clients/client-s3)

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

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

Updates `@aws-sdk/client-sqs` from 3.911.0 to 3.922.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.922.0/clients/client-sqs)

Updates `@azure/functions` from 4.8.0 to 4.8.2
- [Release notes](https://github.com/Azure/azure-functions-nodejs-library/releases)
- [Commits](https://github.com/Azure/azure-functions-nodejs-library/commits)

Updates `@datadog/openfeature-node-server` from 0.1.0-preview.12 to 0.1.0-preview.15
- [Commits](https://github.com/DataDog/openfeature-js-client/commits/HEAD/packages/node-server)

Updates `@elastic/elasticsearch` from 9.1.1 to 9.2.0
- [Release notes](https://github.com/elastic/elasticsearch-js/releases)
- [Changelog](https://github.com/elastic/elasticsearch-js/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-js@v9.1.1...v9.2.0)

Updates `@elastic/transport` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/elastic/elastic-transport-js/releases)
- [Commits](elastic/elastic-transport-js@v9.2.0...v9.2.1)

Updates `@fastify/multipart` from 9.2.1 to 9.3.0
- [Release notes](https://github.com/fastify/fastify-multipart/releases)
- [Commits](fastify/fastify-multipart@v9.2.1...v9.3.0)

Updates `@graphql-tools/executor` from 1.4.9 to 1.4.11
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/executor/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/[email protected]/packages/executor)

Updates `@happy-dom/jest-environment` from 20.0.4 to 20.0.10
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.0.4...v20.0.10)

Updates `@hono/node-server` from 1.19.5 to 1.19.6
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v1.19.5...v1.19.6)

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

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

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

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

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

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

Updates `@openfeature/server-sdk` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/open-feature/js-sdk/releases)
- [Changelog](https://github.com/open-feature/js-sdk/blob/main/release-please-config.json)
- [Commits](open-feature/js-sdk@server-sdk-v1.19.0...server-sdk-v1.20.0)

Updates `@opentelemetry/exporter-jaeger` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v2.1.0...v2.2.0)

Updates `@opentelemetry/instrumentation` from 0.206.0 to 0.207.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.206.0...experimental/v0.207.0)

Updates `@opentelemetry/instrumentation-express` from 0.55.0 to 0.56.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/instrumentation-express/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/instrumentation-pg-v0.56.0/packages/instrumentation-express)

Updates `@opentelemetry/instrumentation-http` from 0.206.0 to 0.207.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.206.0...experimental/v0.207.0)

Updates `@opentelemetry/sdk-node` from 0.206.0 to 0.207.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.206.0...experimental/v0.207.0)

Updates `@prisma/client` from 6.17.1 to 6.19.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.19.0/packages/client)

Updates `@redis/client` from 5.8.3 to 5.9.0
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/[email protected]@5.9.0)

Updates `@smithy/smithy-client` from 4.9.0 to 4.9.2
- [Release notes](https://github.com/smithy-lang/smithy-typescript/releases)
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/smithy-client/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/[email protected]/packages/smithy-client)

Updates `@vitest/coverage-istanbul` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.7/packages/coverage-istanbul)

Updates `@vitest/coverage-v8` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.7/packages/coverage-v8)

Updates `@vitest/runner` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.7/packages/runner)

Updates `ai` from 5.0.75 to 5.0.87
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/[email protected]@5.0.87)

Updates `axios` from 1.12.2 to 1.13.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.12.2...v1.13.2)

Updates `azure-functions-core-tools` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/Azure/azure-functions-core-tools/releases)
- [Changelog](https://github.com/Azure/azure-functions-core-tools/blob/main/release_notes.md)
- [Commits](Azure/azure-functions-core-tools@4.3.0...4.4.0)

Updates `cypress` from 15.5.0 to 15.6.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v15.5.0...v15.6.0)

Updates `esbuild` from 0.25.11 to 0.25.12
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.11...v0.25.12)

Updates `graphql` from 16.11.0 to 16.12.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.11.0...v16.12.0)

Updates `graphql-tools` from 9.0.20 to 9.0.22
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/graphql-tools/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/[email protected]/packages/graphql-tools)

Updates `graphql-yoga` from 5.16.0 to 5.16.1
- [Release notes](https://github.com/graphql-hive/graphql-yoga/releases)
- [Changelog](https://github.com/graphql-hive/graphql-yoga/blob/main/packages/graphql-yoga/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/graphql-yoga/commits/[email protected]/packages/graphql-yoga)

Updates `hono` from 4.10.0 to 4.10.4
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.10.0...v4.10.4)

Updates `ioredis` from 5.8.1 to 5.8.2
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.8.1...v5.8.2)

Updates `koa` from 3.0.1 to 3.1.1
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/master/History.md)
- [Commits](koajs/koa@v3.0.1...v3.1.1)

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

Updates `mocha` from 11.7.4 to 11.7.5
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.7.4...v11.7.5)

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

Updates `mysql2` from 3.15.2 to 3.15.3
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.15.2...v3.15.3)

Updates `next` from 15.5.5 to 16.0.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.5.5...v16.0.1)

Updates `office-addin-mock` from 3.0.3 to 3.0.5
- [Release notes](https://github.com/OfficeDev/Office-Addin-Scripts/releases)
- [Commits](https://github.com/OfficeDev/Office-Addin-Scripts/commits/[email protected]/packages/office-addin-mock)

Updates `openai` from 6.4.0 to 6.8.1
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v6.4.0...v6.8.1)

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

Updates `pnpm` from 10.18.3 to 10.20.0
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Changelog](https://github.com/pnpm/pnpm/blob/main/pnpm/CHANGELOG.md)
- [Commits](https://github.com/pnpm/pnpm/commits/v10.20.0/pnpm)

Updates `prisma` from 6.17.1 to 6.19.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.19.0/packages/cli)

Updates `redis` from 5.8.3 to 5.9.0
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/[email protected]@5.9.0)

Updates `vitest` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.7/packages/vitest)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.62
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@openai/agents"
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@openai/agents-core"
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@apollo/gateway"
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@apollo/server"
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@apollo/subgraph"
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-bedrock-runtime"
  dependency-version: 3.922.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.922.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-kinesis"
  dependency-version: 3.923.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-lambda"
  dependency-version: 3.922.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.922.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sfn"
  dependency-version: 3.922.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.922.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.922.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@azure/functions"
  dependency-version: 4.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@datadog/openfeature-node-server"
  dependency-version: 0.1.0-preview.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@elastic/elasticsearch"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@elastic/transport"
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@fastify/multipart"
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@graphql-tools/executor"
  dependency-version: 1.4.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@happy-dom/jest-environment"
  dependency-version: 20.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@hono/node-server"
  dependency-version: 1.19.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/anthropic"
  dependency-version: 0.3.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/classic"
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/cohere"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: "@langchain/core"
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: "@langchain/google-genai"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: "@langchain/openai"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: "@openfeature/server-sdk"
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/exporter-jaeger"
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/instrumentation"
  dependency-version: 0.207.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/instrumentation-express"
  dependency-version: 0.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/instrumentation-http"
  dependency-version: 0.207.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/sdk-node"
  dependency-version: 0.207.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@prisma/client"
  dependency-version: 6.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@redis/client"
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@smithy/smithy-client"
  dependency-version: 4.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@vitest/coverage-istanbul"
  dependency-version: 4.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@vitest/runner"
  dependency-version: 4.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: ai
  dependency-version: 5.0.87
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: axios
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: azure-functions-core-tools
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: cypress
  dependency-version: 15.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: esbuild
  dependency-version: 0.25.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: graphql
  dependency-version: 16.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: graphql-tools
  dependency-version: 9.0.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: graphql-yoga
  dependency-version: 5.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: hono
  dependency-version: 4.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: ioredis
  dependency-version: 5.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: koa
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: langchain
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: mocha
  dependency-version: 11.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: mongoose
  dependency-version: 8.19.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: mysql2
  dependency-version: 3.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: next
  dependency-version: 16.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: office-addin-mock
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: openai
  dependency-version: 6.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pino
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pnpm
  dependency-version: 10.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: prisma
  dependency-version: 6.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: redis
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: vitest
  dependency-version: 4.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dd-octo-sts dd-octo-sts bot mentioned this pull request Nov 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies javascript Pull requests that update javascript code semver-patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant