Skip to content

chore(deps): bump the test-versions group across 1 directory with 91 updates#7635

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/packages/dd-trace/test/plugins/versions/test-versions-8e40972df5
Open

chore(deps): bump the test-versions group across 1 directory with 91 updates#7635
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/packages/dd-trace/test/plugins/versions/test-versions-8e40972df5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

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

Package From To
@ai-sdk/openai 3.0.12 3.0.36
@anthropic-ai/sdk 0.73.0 0.78.0
@apollo/gateway 2.12.2 2.13.1
@apollo/server 5.2.0 5.4.0
@apollo/subgraph 2.12.2 2.13.1
@aws-sdk/client-bedrock-runtime 3.971.0 3.999.0
@aws-sdk/client-dynamodb 3.971.0 3.999.0
@aws-sdk/client-kinesis 3.971.0 3.999.0
@aws-sdk/client-lambda 3.971.0 3.999.0
@aws-sdk/client-s3 3.971.0 3.999.0
@aws-sdk/client-sfn 3.971.0 3.999.0
@aws-sdk/client-sns 3.971.0 3.999.0
@aws-sdk/client-sqs 3.971.0 3.999.0
@azure/event-hubs 6.0.2 6.0.3
@azure/functions 4.11.0 4.11.2
@cucumber/cucumber 12.5.0 12.7.0
@datadog/openfeature-node-server 0.3.1 0.3.3
@elastic/elasticsearch 9.2.0 9.3.2
@elastic/transport 9.3.0 9.3.3
@google-cloud/pubsub 5.2.2 5.3.0
@google/genai 1.37.0 1.43.0
@hapi/hapi 21.4.4 21.4.6
@happy-dom/jest-environment 20.3.1 20.7.0
@langchain/anthropic 1.3.10 1.3.21
@langchain/classic 1.0.9 1.0.21
@langchain/cohere 1.0.1 1.0.4
@langchain/core 1.1.15 1.1.29
@langchain/google-genai 2.1.10 2.1.21
@langchain/openai 1.2.2 1.2.11
@openai/agents 0.3.9 0.5.2
@openai/agents-core 0.4.5 0.5.2
@opentelemetry/exporter-jaeger 2.4.0 2.5.1
@opentelemetry/instrumentation 0.210.0 0.212.0
@opentelemetry/instrumentation-express 0.58.0 0.60.0
@opentelemetry/instrumentation-http 0.210.0 0.212.0
@opentelemetry/sdk-node 0.210.0 0.212.0
@playwright/test 1.57.0 1.58.2
@prisma/client 7.2.0 7.4.1
@prisma/adapter-pg 7.2.0 7.4.1
@prisma/adapter-mariadb 7.2.0 7.4.1
@prisma/adapter-mssql 7.2.0 7.4.1
@redis/client 5.10.0 5.11.0
@smithy/smithy-client 4.10.9 4.12.0
@types/node 25.0.9 25.3.2
@vitest/coverage-istanbul 4.0.17 4.0.18
@vitest/coverage-v8 4.0.17 4.0.18
@vitest/runner 4.0.17 4.0.18
aerospike 6.5.2 6.6.0
ai 6.0.39 6.0.103
axios 1.13.2 1.13.5
azure-functions-core-tools 4.6.0 4.7.0
bson 7.1.1 7.2.0
bullmq 5.66.5 5.70.1
couchbase 4.6.0 4.6.1
cypress 15.9.0 15.11.0
esbuild 0.27.2 0.27.3
express-session 1.18.2 1.19.0
fastify 5.7.1 5.7.4
find-my-way 9.4.0 9.5.0
graphql 16.12.0 16.13.0
hono 4.11.7 4.12.3
ioredis 5.9.2 5.9.3
koa 3.1.1 3.1.2
langchain 1.2.10 1.2.28
lodash 4.17.21 4.17.23
mariadb 3.4.5 3.5.1
mongodb 7.0.0 7.1.0
mongoose 9.1.4 9.2.3
mysql2 3.16.1 3.18.2
next 16.1.3 16.1.6
nock 14.0.10 14.0.11
npm 11.7.0 11.11.0
nyc 17.1.0 18.0.0
openai 6.18.0 6.25.0
pg 8.17.1 8.19.0
pg-cursor 2.16.1 2.18.0
pg-native 3.5.2 3.6.0
pg-query-stream 4.11.1 4.13.0
pino 10.2.0 10.3.1
playwright 1.57.0 1.58.2
playwright-core 1.57.0 1.58.2
pnpm 10.28.0 10.30.3
prisma 7.2.0 7.4.1
react 19.2.3 19.2.4
react-dom 19.2.3 19.2.4
redis 5.10.0 5.11.0
selenium-webdriver 4.39.0 4.41.0
stripe 20.1.0 20.4.0
tedious 19.2.0 19.2.1
undici 7.18.2 7.22.0
vitest 4.0.17 4.0.18

Updates @ai-sdk/openai from 3.0.12 to 3.0.36

Release notes

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

@​ai-sdk/openai@​3.0.36

Patch Changes

  • 53bdfa5: fix(openai): allow null/undefined type in streaming tool call deltas

    Azure AI Foundry and Mistral deployed on Azure omit the type field in streaming tool_calls deltas. The chat stream parser now accepts a missing type field (treating it as "function") instead of throwing InvalidResponseDataError: Expected 'function' type.

    Fixes #12770

@​ai-sdk/openai@​3.0.35

Patch Changes

  • 5e18272: fix(openai): include reasoning parts without itemId when encrypted_content is present

    When providerOptions.openai.itemId is absent on a reasoning content part, the converter now uses encrypted_content as a fallback instead of silently skipping the part with a warning. The OpenAI Responses API accepts reasoning items without an id when encrypted_content is supplied, enabling multi-turn reasoning even when item IDs are stripped from provider options.

    Also makes the id field optional on the OpenAIResponsesReasoning type to reflect that the API does not require it.

    Fixes #12853

@​ai-sdk/openai@​3.0.34

Patch Changes

  • 66a374c: Support phase parameter on Responses API message items. The phase field ('commentary' or 'final_answer') is returned by models like gpt-5.3-codex on assistant message output items and must be preserved when sending follow-up requests. The phase value is available in providerMetadata.openai.phase on text parts and is automatically included on assistant messages sent back to the API.
Commits

Updates @anthropic-ai/sdk from 0.73.0 to 0.78.0

Release notes

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

sdk: v0.78.0

0.78.0 (2026-02-19)

Full Changelog: sdk-v0.77.0...sdk-v0.78.0

Features

  • api: Add top-level cache control (automatic caching) (1e2f83d)

Bug Fixes

  • bedrock: eliminate race condition in AWS credential resolution (#901) (e5a101d)
  • client: format batches test file (821e9bf)
  • tests: fix issue in batches test (5f4ccf8)

Chores

  • update mock server docs (25d337f)

sdk: v0.77.0

0.77.0 (2026-02-18)

Full Changelog: sdk-v0.76.0...sdk-v0.77.0

Features

  • api: fix shared UserLocation and error code types (c84038f)

sdk: v0.76.0

0.76.0 (2026-02-18)

Full Changelog: sdk-v0.75.0...sdk-v0.76.0

Features

  • api: Make new tool versions available as top level tool types (25fe41c)

sdk: v0.75.0

0.75.0 (2026-02-17)

Full Changelog: sdk-v0.74.0...sdk-v0.75.0

Features

  • api: Releasing claude-sonnet-4-6 (d75e1c0)

Bug Fixes

... (truncated)

Changelog

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

0.78.0 (2026-02-19)

Full Changelog: sdk-v0.77.0...sdk-v0.78.0

Features

  • api: Add top-level cache control (automatic caching) (1e2f83d)

Bug Fixes

  • bedrock: eliminate race condition in AWS credential resolution (#901) (e5a101d)
  • client: format batches test file (821e9bf)
  • tests: fix issue in batches test (5f4ccf8)

Chores

  • update mock server docs (25d337f)

0.77.0 (2026-02-18)

Full Changelog: sdk-v0.76.0...sdk-v0.77.0

Features

  • api: fix shared UserLocation and error code types (c84038f)

Bug Fixes

  • add backward-compat namespace re-exports for UserLocation (#706) (b88834f)

0.76.0 (2026-02-18)

Full Changelog: sdk-v0.75.0...sdk-v0.76.0

Features

0.75.0 (2026-02-17)

Full Changelog: sdk-v0.74.0...sdk-v0.75.0

Features

  • api: Releasing claude-sonnet-4-6 (d75e1c0)

... (truncated)

Commits

Updates @apollo/gateway from 2.12.2 to 2.13.1

Release notes

Sourced from @​apollo/gateway's releases.

@​apollo/gateway@​2.13.1

Patch Changes

  • Allow bumping make-fetch-happen dependency to v15. (#3374)

    This change allows users to upgrade make-fetch-happen to v15, which in turn will allow updating the cacache dependency from v17 to v20, dropping the tar v6 dependency that is marked as vulnerable.

    The only breaking changes in make-fetch-happen from v11 to v15 are removals of support for old end-of-life Node.js versions.

    There is only one note from the 12.0.0 release of make-fetch-happen that might be of interest when considering the upgrade:

    this changes the underlying http agents to those provided by @​npmcli/agent. Backwards compatibility should be fully implemented but due to the scope of this change it was made a breaking change out of an abundance of caution.

    As a result, it should be possible for most users to upgrade from v11 to v15 without any issues.

    We still keep the dependency to v11 as an alternative for people that cannot upgrade to v15 for some reason. This will be removed in a future version of @apollo/gateway.

    Even for users that stay on v11, there should not be any immediate danger. While cacache had tar v6 as a dependency, it actually never used it. It seems that that dependency had become unused at some point but was never removed. So users on make-fetch-happen v11 are not actually affected by the vulnerability in tar v6.

    The dependency might hold the tar package required by other packages back, though. In case an update from v11 to v15 is not possible, users should consider to use the resolution override feature of their package manager to force the dependency from cacache to tar to either be removed or updated to a newer version. As cacache does not actually use tar, this should not cause any issues.

  • Updated dependencies []:

    • @​apollo/composition@​2.13.1
    • @​apollo/federation-internals@​2.13.1
    • @​apollo/query-planner@​2.13.1

@​apollo/gateway@​2.13.0

Minor Changes

  • Drop Node.js 14/16 support, require Node.js 18+ (#3364)

Patch Changes

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

Minor Changes

    • Drop Node.js 14/16 support, require Node.js 18+ (#3364)

Patch Changes

... (truncated)

Changelog

Sourced from @​apollo/gateway's changelog.

2.13.1

Patch Changes

  • Allow bumping make-fetch-happen dependency to v15. (#3374)

    This change allows users to upgrade make-fetch-happen to v15, which in turn will allow updating the cacache dependency from v17 to v20, dropping the tar v6 dependency that is marked as vulnerable.

    The only breaking changes in make-fetch-happen from v11 to v15 are removals of support for old end-of-life Node.js versions.

    There is only one note from the 12.0.0 release of make-fetch-happen that might be of interest when considering the upgrade:

    this changes the underlying http agents to those provided by @​npmcli/agent. Backwards compatibility should be fully implemented but due to the scope of this change it was made a breaking change out of an abundance of caution.

    As a result, it should be possible for most users to upgrade from v11 to v15 without any issues.

    We still keep the dependency to v11 as an alternative for people that cannot upgrade to v15 for some reason. This will be removed in a future version of @apollo/gateway.

    Even for users that stay on v11, there should not be any immediate danger. While cacache had tar v6 as a dependency, it actually never used it. It seems that that dependency had become unused at some point but was never removed. So users on make-fetch-happen v11 are not actually affected by the vulnerability in tar v6.

    The dependency might hold the tar package required by other packages back, though. In case an update from v11 to v15 is not possible, users should consider to use the resolution override feature of their package manager to force the dependency from cacache to tar to either be removed or updated to a newer version. As cacache does not actually use tar, this should not cause any issues.

  • Updated dependencies []:

    • @​apollo/composition@​2.13.1
    • @​apollo/federation-internals@​2.13.1
    • @​apollo/query-planner@​2.13.1

2.13.0

Minor Changes

  • Drop Node.js 14/16 support, require Node.js 18+ (#3364)

Patch Changes

Commits
Maintainer changes

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


Updates @apollo/server from 5.2.0 to 5.4.0

Release notes

Sourced from @​apollo/server's releases.

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

Patch Changes

  • Updated dependencies [d25a5bd]:
    • @​apollo/server@​5.4.0

@​apollo/server@​5.4.0

Minor Changes

  • d25a5bd Thanks @​phryneas! - ⚠️ SECURITY @apollo/server/standalone:

    The default configuration of startStandaloneServer was vulnerable to denial of service (DoS) attacks through specially crafted request bodies with exotic character set encodings.

    In accordance with RFC 7159, we now only accept request bodies encoded in UTF-8, UTF-16 (LE or BE), or UTF-32 (LE or BE). Any other character set will be rejected with a 415 Unsupported Media Type error. Note that the more recent JSON RFC, RFC 8259, is more strict and will only allow UTF-8. Since this is a minor release, we have chosen to remain compatible with the more permissive RFC 7159 for now. In a future major release, we may tighten this restriction further to only allow UTF-8.

    If you were not using startStandaloneServer, you were not affected by this vulnerability.

    Generally, please note that we provide startStandaloneServer as a convenience tool for quickly getting started with Apollo Server. For production deployments, we recommend using Apollo Server with a more fully-featured web server framework such as Express, Koa, or Fastify, where you have more control over security-related configuration options.

@​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,

... (truncated)

Changelog

Sourced from @​apollo/server's changelog.

5.4.0

Minor Changes

  • d25a5bd Thanks @​phryneas! - ⚠️ SECURITY @apollo/server/standalone:

    The default configuration of startStandaloneServer was vulnerable to denial of service (DoS) attacks through specially crafted request bodies with exotic character set encodings.

    In accordance with RFC 7159, we now only accept request bodies encoded in UTF-8, UTF-16 (LE or BE), or UTF-32 (LE or BE). Any other character set will be rejected with a 415 Unsupported Media Type error. Note that the more recent JSON RFC, RFC 8259, is more strict and will only allow UTF-8. Since this is a minor release, we have chosen to remain compatible with the more permissive RFC 7159 for now. In a future major release, we may tighten this restriction further to only allow UTF-8.

    If you were not using startStandaloneServer, you were not affected by this vulnerability.

    Generally, please note that we provide startStandaloneServer as a convenience tool for quickly getting started with Apollo Server. For production deployments, we recommend using Apollo Server with a more fully-featured web server framework such as Express, Koa, or Fastify, where you have more control over security-related configuration options.

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,
      },
    });
Commits
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 @apollo/subgraph from 2.12.2 to 2.13.1

Release notes

Sourced from @​apollo/subgraph's releases.

@​apollo/subgraph@​2.13.1

Patch Changes

  • Updated dependencies []:
    • @​apollo/federation-internals@​2.13.1

@​apollo/subgraph@​2.13.0

Minor Changes

  • Drop Node.js 14/16 support, require Node.js 18+ (#3364)

Patch Changes

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

Minor Changes

    • Drop Node.js 14/16 support, require Node.js 18+ (#3364)

Patch Changes

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

Patch Changes

Changelog

Sourced from @​apollo/subgraph's changelog.

2.13.1

Patch Changes

  • Updated dependencies []:
    • @​apollo/federation-internals@​2.13.1

2.13.0

Minor Changes

  • Drop Node.js 14/16 support, require Node.js 18+ (#3364)

Patch Changes

Commits
Maintainer changes

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


Updates @aws-sdk/client-bedrock-runtime from 3.971.0 to 3.999.0

Release notes

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

v3.999.0

3.999.0(2026-02-26)

Chores
New Features
  • client-securityhub: Security Hub added EXTENDED PLAN integration type to DescribeProductsV2 and added metadata.product.vendor name GroupBy support to GetFindingStatisticsV2 (1d1c9825)
  • client-ec2: Add c8id, m8id and hpc8a instance types. (f49cb0c1)
  • client-ecs: Adding support for Capacity Reservations for ECS Managed Instances by introducing a new "capacityOptionType" value of "RESERVED" and new field "capacityReservations" for CreateCapacityProvider and UpdateCapacityProvider APIs. (4a7cfd05)
  • client-marketplace-entitlement-service: Added License Arn as a new optional filter for GetEntitlements and LicenseArn field in each entitlement in the response. (b884b35b)
  • client-marketplace-metering: Added LicenseArn to ResolveCustomer response and BatchMeterUsage usage records. BatchMeterUsage now accepts LicenseArn in each UsageRecord to report usage at the license level. Added InvalidLicenseException error response for invalid license parameters. (f5f5c096)
  • client-backup-gateway: This release updates GetGateway API to include deprecationDate and softwareVersion in the response, enabling customers to track gateway software versions and upcoming deprecation dates. (9dd68ddc)
  • util-user-agent-node: populate typescript version in user agent when available (#7786) (0a5ab579)

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

v3.998.0

3.998.0(2026-02-25)

Chores
  • scripts: use $npm_package_name in build:include:deps script (#7782) (6e324394)
  • codegen: sync for checksum algorithm extensions (#7781) (ae4f994f)
Documentation Changes
  • client-batch: AWS Batch documentation update for service job capacity units. (2f11daa7)
New Features
  • clients: update client endpoints as of 2026-02-25 (9bb005ef)
  • client-ec2: Add support for EC2 Capacity Blocks in Local Zones. (7029db2c)
  • client-ecr: Update repository name regex to comply with OCI Distribution Specification (fa176d37)
  • client-wafv2: AWS WAF now supports GetTopPathStatisticsByTraffic that provides aggregated statistics on the top URI paths accessed by bot traffic. Use this operation to see which paths receive the most bot traffic, identify the specific bots accessing them, and filter by category, organization, or bot name. (68165e55)
  • client-neptune: Neptune global clusters now supports tags (e3c73a0f)
  • middleware-flexible-checksums: allow custom checksum algorithm implementations (#7746) (34e99cdd)
Tests

... (truncated)

Changelog

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

3.999.0 (2026-02-26)

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

3.998.0 (2026-02-25)

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

3.997.0 (2026-02-24)

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

3.996.0 (2026-02-23)

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

3.995.0 (2026-02-20)

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

3.994.0 (2026-02-19)

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

3.993.0 (2026-02-18)

... (truncated)

Commits

Updates @aws-sdk/client-dynamodb from 3.971.0 to 3.999.0

Release notes

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

v3.999.0

3.999.0(2026-02-26)

Chores
New Features
  • client-securityhub: Security Hub added EXTENDED PLAN integration type to DescribeProductsV2 and added metadata.product.vendor name GroupBy support to GetFindingStatisticsV2 (1d1c9825)
  • client-ec2: Add c8id, m8id and hpc8a instance types. (f49cb0c1)
  • client-ecs: Adding support for Capacity Reservations for ECS Managed Instances by introducing a new "capacityOptionType" value of "RESERVED" and new field "capacityReservations" for CreateCapacityProvider and UpdateCapacityProvider APIs. (4a7cfd05)
  • client-marketplace-entitlement-service: Added License Arn as a new optional filter for GetEntitlements and LicenseArn field in each entitlement in the response. (b884b35b)
  • client-marketplace-metering: Added LicenseArn to ResolveCustomer response and BatchMeterUsage usage records. BatchMeterUsage now accepts LicenseArn in each UsageRecord to report usage at the license level. Added InvalidLicenseException error response for invalid license parameters. (f5f5c096)
  • client-backup-gateway: This release updates GetGateway API to include deprecationDate and softwareVersion in the response, enabling customers to track gateway software versions and upcoming deprecation dates. (9dd68ddc)
  • util-user-agent-node: populate typescript version in user agent when available (#7786) (0a5ab579)

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

v3.998.0

3.998.0(2026-02-25)

Chores
  • scripts: use $npm_package_name in build:include:deps script (#7782) (6e324394)
  • codegen: sync for checksum algorithm extensions (#7781) (ae4f994f)
Documentation Changes
  • client-batch: AWS Batch documentation update for service job capacity units. (2f11daa7)
New Features
  • clients: update client endpoints as of 2026-02-25 (9bb005ef)
  • client-ec2: Add support for EC2 Capacity Blocks in Local Zones. (7029db2c)
  • client-ecr: Update repository name regex to comply with OCI Distribution Specification (fa176d37)
  • client-wafv2: AWS WAF now supports GetTopPathStatisticsByTraffic that provides aggregated statistics on the top URI paths accessed by bot traffic. Use this operation to see which paths receive the most bot traffic, identify the specific bots accessing them, and filter by category, organization, or bot name. (68165e55)
  • client-neptune: Neptune global clusters now supports tags (e3c73a0f)
  • middleware-flexible-checksums: allow custom checksum algorithm implementations (Description has been truncated

…updates

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

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `3.0.12` | `3.0.36` |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.73.0` | `0.78.0` |
| [@apollo/gateway](https://github.com/apollographql/federation/tree/HEAD/gateway-js) | `2.12.2` | `2.13.1` |
| [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) | `5.2.0` | `5.4.0` |
| [@apollo/subgraph](https://github.com/apollographql/federation/tree/HEAD/subgraph-js) | `2.12.2` | `2.13.1` |
| [@aws-sdk/client-bedrock-runtime](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-bedrock-runtime) | `3.971.0` | `3.999.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.971.0` | `3.999.0` |
| [@aws-sdk/client-kinesis](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kinesis) | `3.971.0` | `3.999.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.971.0` | `3.999.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.971.0` | `3.999.0` |
| [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.971.0` | `3.999.0` |
| [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.971.0` | `3.999.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.971.0` | `3.999.0` |
| [@azure/event-hubs](https://github.com/Azure/azure-sdk-for-js) | `6.0.2` | `6.0.3` |
| [@azure/functions](https://github.com/Azure/azure-functions-nodejs-library) | `4.11.0` | `4.11.2` |
| [@cucumber/cucumber](https://github.com/cucumber/cucumber-js) | `12.5.0` | `12.7.0` |
| [@datadog/openfeature-node-server](https://github.com/DataDog/openfeature-js-client/tree/HEAD/packages/node-server) | `0.3.1` | `0.3.3` |
| [@elastic/elasticsearch](https://github.com/elastic/elasticsearch-js) | `9.2.0` | `9.3.2` |
| [@elastic/transport](https://github.com/elastic/elastic-transport-js) | `9.3.0` | `9.3.3` |
| [@google-cloud/pubsub](https://github.com/googleapis/nodejs-pubsub) | `5.2.2` | `5.3.0` |
| [@google/genai](https://github.com/googleapis/js-genai) | `1.37.0` | `1.43.0` |
| [@hapi/hapi](https://github.com/hapijs/hapi) | `21.4.4` | `21.4.6` |
| [@happy-dom/jest-environment](https://github.com/capricorn86/happy-dom) | `20.3.1` | `20.7.0` |
| [@langchain/anthropic](https://github.com/langchain-ai/langchainjs) | `1.3.10` | `1.3.21` |
| [@langchain/classic](https://github.com/langchain-ai/langchainjs) | `1.0.9` | `1.0.21` |
| [@langchain/cohere](https://github.com/langchain-ai/langchainjs) | `1.0.1` | `1.0.4` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `1.1.15` | `1.1.29` |
| [@langchain/google-genai](https://github.com/langchain-ai/langchainjs) | `2.1.10` | `2.1.21` |
| [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `1.2.2` | `1.2.11` |
| [@openai/agents](https://github.com/openai/openai-agents-js) | `0.3.9` | `0.5.2` |
| [@openai/agents-core](https://github.com/openai/openai-agents-js) | `0.4.5` | `0.5.2` |
| [@opentelemetry/exporter-jaeger](https://github.com/open-telemetry/opentelemetry-js) | `2.4.0` | `2.5.1` |
| [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) | `0.210.0` | `0.212.0` |
| [@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/instrumentation-express) | `0.58.0` | `0.60.0` |
| [@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js) | `0.210.0` | `0.212.0` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.210.0` | `0.212.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.57.0` | `1.58.2` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `7.2.0` | `7.4.1` |
| [@prisma/adapter-pg](https://github.com/prisma/prisma/tree/HEAD/packages/adapter-pg) | `7.2.0` | `7.4.1` |
| [@prisma/adapter-mariadb](https://github.com/prisma/prisma/tree/HEAD/packages/adapter-planetscale) | `7.2.0` | `7.4.1` |
| [@prisma/adapter-mssql](https://github.com/prisma/prisma/tree/HEAD/packages/adapter-mssql) | `7.2.0` | `7.4.1` |
| [@redis/client](https://github.com/redis/node-redis) | `5.10.0` | `5.11.0` |
| [@smithy/smithy-client](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/smithy-client) | `4.10.9` | `4.12.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.9` | `25.3.2` |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `4.0.17` | `4.0.18` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.17` | `4.0.18` |
| [@vitest/runner](https://github.com/vitest-dev/vitest/tree/HEAD/packages/runner) | `4.0.17` | `4.0.18` |
| [aerospike](https://github.com/aerospike/aerospike-client-nodejs) | `6.5.2` | `6.6.0` |
| [ai](https://github.com/vercel/ai) | `6.0.39` | `6.0.103` |
| [axios](https://github.com/axios/axios) | `1.13.2` | `1.13.5` |
| [azure-functions-core-tools](https://github.com/Azure/azure-functions-core-tools) | `4.6.0` | `4.7.0` |
| [bson](https://github.com/mongodb/js-bson) | `7.1.1` | `7.2.0` |
| [bullmq](https://github.com/taskforcesh/bullmq) | `5.66.5` | `5.70.1` |
| [couchbase](https://github.com/couchbase/couchnode) | `4.6.0` | `4.6.1` |
| [cypress](https://github.com/cypress-io/cypress) | `15.9.0` | `15.11.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.27.2` | `0.27.3` |
| [express-session](https://github.com/expressjs/session) | `1.18.2` | `1.19.0` |
| [fastify](https://github.com/fastify/fastify) | `5.7.1` | `5.7.4` |
| [find-my-way](https://github.com/delvedor/find-my-way) | `9.4.0` | `9.5.0` |
| [graphql](https://github.com/graphql/graphql-js) | `16.12.0` | `16.13.0` |
| [hono](https://github.com/honojs/hono) | `4.11.7` | `4.12.3` |
| [ioredis](https://github.com/luin/ioredis) | `5.9.2` | `5.9.3` |
| [koa](https://github.com/koajs/koa) | `3.1.1` | `3.1.2` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `1.2.10` | `1.2.28` |
| [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.17.23` |
| [mariadb](https://github.com/mariadb-corporation/mariadb-connector-nodejs) | `3.4.5` | `3.5.1` |
| [mongodb](https://github.com/mongodb/node-mongodb-native) | `7.0.0` | `7.1.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `9.1.4` | `9.2.3` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.16.1` | `3.18.2` |
| [next](https://github.com/vercel/next.js) | `16.1.3` | `16.1.6` |
| [nock](https://github.com/nock/nock) | `14.0.10` | `14.0.11` |
| [npm](https://github.com/npm/cli) | `11.7.0` | `11.11.0` |
| [nyc](https://github.com/istanbuljs/nyc) | `17.1.0` | `18.0.0` |
| [openai](https://github.com/openai/openai-node) | `6.18.0` | `6.25.0` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.17.1` | `8.19.0` |
| [pg-cursor](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg-cursor) | `2.16.1` | `2.18.0` |
| [pg-native](https://github.com/brianc/node-postgres) | `3.5.2` | `3.6.0` |
| [pg-query-stream](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg-query-stream) | `4.11.1` | `4.13.0` |
| [pino](https://github.com/pinojs/pino) | `10.2.0` | `10.3.1` |
| [playwright](https://github.com/microsoft/playwright) | `1.57.0` | `1.58.2` |
| [playwright-core](https://github.com/microsoft/playwright) | `1.57.0` | `1.58.2` |
| [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.28.0` | `10.30.3` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `7.2.0` | `7.4.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.4` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.4` |
| [redis](https://github.com/redis/node-redis) | `5.10.0` | `5.11.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.39.0` | `4.41.0` |
| [stripe](https://github.com/stripe/stripe-node) | `20.1.0` | `20.4.0` |
| [tedious](https://github.com/tediousjs/tedious) | `19.2.0` | `19.2.1` |
| [undici](https://github.com/nodejs/undici) | `7.18.2` | `7.22.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.17` | `4.0.18` |



Updates `@ai-sdk/openai` from 3.0.12 to 3.0.36
- [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/openai@3.0.12...@ai-sdk/openai@3.0.36)

Updates `@anthropic-ai/sdk` from 0.73.0 to 0.78.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.73.0...sdk-v0.78.0)

Updates `@apollo/gateway` from 2.12.2 to 2.13.1
- [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/gateway@2.13.1/gateway-js)

Updates `@apollo/server` from 5.2.0 to 5.4.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.4.0/packages/server)

Updates `@apollo/subgraph` from 2.12.2 to 2.13.1
- [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/subgraph@2.13.1/subgraph-js)

Updates `@aws-sdk/client-bedrock-runtime` from 3.971.0 to 3.999.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.999.0/clients/client-bedrock-runtime)

Updates `@aws-sdk/client-dynamodb` from 3.971.0 to 3.999.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.999.0/clients/client-dynamodb)

Updates `@aws-sdk/client-kinesis` from 3.971.0 to 3.999.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.999.0/clients/client-kinesis)

Updates `@aws-sdk/client-lambda` from 3.971.0 to 3.999.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.999.0/clients/client-lambda)

Updates `@aws-sdk/client-s3` from 3.971.0 to 3.999.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.999.0/clients/client-s3)

Updates `@aws-sdk/client-sfn` from 3.971.0 to 3.999.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.999.0/clients/client-sfn)

Updates `@aws-sdk/client-sns` from 3.971.0 to 3.999.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.999.0/clients/client-sns)

Updates `@aws-sdk/client-sqs` from 3.971.0 to 3.999.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.999.0/clients/client-sqs)

Updates `@azure/event-hubs` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/event-hubs_6.0.2...@azure/event-hubs_6.0.3)

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

Updates `@cucumber/cucumber` from 12.5.0 to 12.7.0
- [Release notes](https://github.com/cucumber/cucumber-js/releases)
- [Changelog](https://github.com/cucumber/cucumber-js/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-js@v12.5.0...v12.7.0)

Updates `@datadog/openfeature-node-server` from 0.3.1 to 0.3.3
- [Release notes](https://github.com/DataDog/openfeature-js-client/releases)
- [Changelog](https://github.com/DataDog/openfeature-js-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DataDog/openfeature-js-client/commits/v0.3.3/packages/node-server)

Updates `@elastic/elasticsearch` from 9.2.0 to 9.3.2
- [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.2.0...v9.3.2)

Updates `@elastic/transport` from 9.3.0 to 9.3.3
- [Release notes](https://github.com/elastic/elastic-transport-js/releases)
- [Commits](elastic/elastic-transport-js@v9.3.0...v9.3.3)

Updates `@google-cloud/pubsub` from 5.2.2 to 5.3.0
- [Release notes](https://github.com/googleapis/nodejs-pubsub/releases)
- [Changelog](https://github.com/googleapis/nodejs-pubsub/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-pubsub@v5.2.2...v5.3.0)

Updates `@google/genai` from 1.37.0 to 1.43.0
- [Release notes](https://github.com/googleapis/js-genai/releases)
- [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/js-genai@v1.37.0...v1.43.0)

Updates `@hapi/hapi` from 21.4.4 to 21.4.6
- [Release notes](https://github.com/hapijs/hapi/releases)
- [Commits](hapijs/hapi@v21.4.4...v21.4.6)

Updates `@happy-dom/jest-environment` from 20.3.1 to 20.7.0
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.3.1...v20.7.0)

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

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

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

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

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

Updates `@langchain/openai` from 1.2.2 to 1.2.11
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/openai@1.2.2...@langchain/openai@1.2.11)

Updates `@openai/agents` from 0.3.9 to 0.5.2
- [Release notes](https://github.com/openai/openai-agents-js/releases)
- [Commits](openai/openai-agents-js@v0.3.9...v0.5.2)

Updates `@openai/agents-core` from 0.4.5 to 0.5.2
- [Release notes](https://github.com/openai/openai-agents-js/releases)
- [Commits](openai/openai-agents-js@v0.4.5...v0.5.2)

Updates `@opentelemetry/exporter-jaeger` from 2.4.0 to 2.5.1
- [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.4.0...v2.5.1)

Updates `@opentelemetry/instrumentation` from 0.210.0 to 0.212.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.210.0...experimental/v0.212.0)

Updates `@opentelemetry/instrumentation-express` from 0.58.0 to 0.60.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.60.0/packages/instrumentation-express)

Updates `@opentelemetry/instrumentation-http` from 0.210.0 to 0.212.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.210.0...experimental/v0.212.0)

Updates `@opentelemetry/sdk-node` from 0.210.0 to 0.212.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.210.0...experimental/v0.212.0)

Updates `@playwright/test` from 1.57.0 to 1.58.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.57.0...v1.58.2)

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

Updates `@prisma/adapter-pg` from 7.2.0 to 7.4.1
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.4.1/packages/adapter-pg)

Updates `@prisma/adapter-mariadb` from 7.2.0 to 7.4.1
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.4.1/packages/adapter-planetscale)

Updates `@prisma/adapter-mssql` from 7.2.0 to 7.4.1
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.4.1/packages/adapter-mssql)

Updates `@redis/client` from 5.10.0 to 5.11.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/json@5.10.0...json@5.11.0)

Updates `@smithy/smithy-client` from 4.10.9 to 4.12.0
- [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/smithy-client@4.12.0/packages/smithy-client)

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

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

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

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

Updates `aerospike` from 6.5.2 to 6.6.0
- [Release notes](https://github.com/aerospike/aerospike-client-nodejs/releases)
- [Changelog](https://github.com/aerospike/aerospike-client-nodejs/blob/master/CHANGELOG.md)
- [Commits](aerospike/aerospike-client-nodejs@v6.5.2...v6.6.0)

Updates `ai` from 6.0.39 to 6.0.103
- [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@6.0.39...ai@6.0.103)

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

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

Updates `bson` from 7.1.1 to 7.2.0
- [Release notes](https://github.com/mongodb/js-bson/releases)
- [Changelog](https://github.com/mongodb/js-bson/blob/main/HISTORY.md)
- [Commits](mongodb/js-bson@v7.1.1...v7.2.0)

Updates `bullmq` from 5.66.5 to 5.70.1
- [Release notes](https://github.com/taskforcesh/bullmq/releases)
- [Commits](taskforcesh/bullmq@v5.66.5...v5.70.1)

Updates `couchbase` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/couchbase/couchnode/releases)
- [Commits](couchbase/couchnode@v4.6.0...v4.6.1)

Updates `cypress` from 15.9.0 to 15.11.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.9.0...v15.11.0)

Updates `esbuild` from 0.27.2 to 0.27.3
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.27.2...v0.27.3)

Updates `express-session` from 1.18.2 to 1.19.0
- [Release notes](https://github.com/expressjs/session/releases)
- [Changelog](https://github.com/expressjs/session/blob/master/HISTORY.md)
- [Commits](expressjs/session@v1.18.2...v1.19.0)

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

Updates `find-my-way` from 9.4.0 to 9.5.0
- [Release notes](https://github.com/delvedor/find-my-way/releases)
- [Commits](delvedor/find-my-way@v9.4.0...v9.5.0)

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

Updates `hono` from 4.11.7 to 4.12.3
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.11.7...v4.12.3)

Updates `ioredis` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.9.2...v5.9.3)

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

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

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

Updates `mariadb` from 3.4.5 to 3.5.1
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/blob/main/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-nodejs@3.4.5...3.5.1)

Updates `mongodb` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v7.0.0...v7.1.0)

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

Updates `mysql2` from 3.16.1 to 3.18.2
- [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.16.1...v3.18.2)

Updates `next` from 16.1.3 to 16.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.1.3...v16.1.6)

Updates `nock` from 14.0.10 to 14.0.11
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v14.0.10...v14.0.11)

Updates `npm` from 11.7.0 to 11.11.0
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v11.7.0...v11.11.0)

Updates `nyc` from 17.1.0 to 18.0.0
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md)
- [Commits](istanbuljs/nyc@nyc-v17.1.0...nyc-v18.0.0)

Updates `openai` from 6.18.0 to 6.25.0
- [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.18.0...v6.25.0)

Updates `pg` from 8.17.1 to 8.19.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.19.0/packages/pg)

Updates `pg-cursor` from 2.16.1 to 2.18.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg-cursor@2.18.0/packages/pg-cursor)

Updates `pg-native` from 3.5.2 to 3.6.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/compare/pg-native@3.5.2...pg-native@3.6.0)

Updates `pg-query-stream` from 4.11.1 to 4.13.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg-query-stream@4.13.0/packages/pg-query-stream)

Updates `pino` from 10.2.0 to 10.3.1
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v10.2.0...v10.3.1)

Updates `playwright` from 1.57.0 to 1.58.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.57.0...v1.58.2)

Updates `playwright-core` from 1.57.0 to 1.58.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.57.0...v1.58.2)

Updates `pnpm` from 10.28.0 to 10.30.3
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Changelog](https://github.com/pnpm/pnpm/blob/v10.30.3/pnpm/CHANGELOG.md)
- [Commits](https://github.com/pnpm/pnpm/commits/v10.30.3/pnpm)

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

Updates `react` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `react-dom` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

Updates `redis` from 5.10.0 to 5.11.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/redis@5.10.0...redis@5.11.0)

Updates `selenium-webdriver` from 4.39.0 to 4.41.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.39.0...selenium-4.41.0)

Updates `stripe` from 20.1.0 to 20.4.0
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-node@v20.1.0...v20.4.0)

Updates `tedious` from 19.2.0 to 19.2.1
- [Release notes](https://github.com/tediousjs/tedious/releases)
- [Commits](tediousjs/tedious@v19.2.0...v19.2.1)

Updates `undici` from 7.18.2 to 7.22.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.18.2...v7.22.0)

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

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 3.0.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@apollo/gateway"
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@apollo/server"
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@apollo/subgraph"
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-bedrock-runtime"
  dependency-version: 3.999.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.999.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-kinesis"
  dependency-version: 3.999.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-lambda"
  dependency-version: 3.999.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.999.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sfn"
  dependency-version: 3.999.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.999.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.999.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@azure/event-hubs"
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@azure/functions"
  dependency-version: 4.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@cucumber/cucumber"
  dependency-version: 12.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@datadog/openfeature-node-server"
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@elastic/elasticsearch"
  dependency-version: 9.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@elastic/transport"
  dependency-version: 9.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@google-cloud/pubsub"
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@google/genai"
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@hapi/hapi"
  dependency-version: 21.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@happy-dom/jest-environment"
  dependency-version: 20.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@langchain/anthropic"
  dependency-version: 1.3.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/classic"
  dependency-version: 1.0.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/cohere"
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/core"
  dependency-version: 1.1.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/google-genai"
  dependency-version: 2.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/openai"
  dependency-version: 1.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@openai/agents"
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@openai/agents-core"
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/exporter-jaeger"
  dependency-version: 2.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/instrumentation"
  dependency-version: 0.212.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/instrumentation-express"
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/instrumentation-http"
  dependency-version: 0.212.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/sdk-node"
  dependency-version: 0.212.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@playwright/test"
  dependency-version: 1.58.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@prisma/client"
  dependency-version: 7.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@prisma/adapter-pg"
  dependency-version: 7.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@prisma/adapter-mariadb"
  dependency-version: 7.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@prisma/adapter-mssql"
  dependency-version: 7.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@redis/client"
  dependency-version: 5.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@smithy/smithy-client"
  dependency-version: 4.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@types/node"
  dependency-version: 25.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@vitest/coverage-istanbul"
  dependency-version: 4.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@vitest/runner"
  dependency-version: 4.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: aerospike
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: ai
  dependency-version: 6.0.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: azure-functions-core-tools
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: bson
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: bullmq
  dependency-version: 5.70.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: couchbase
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: cypress
  dependency-version: 15.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: esbuild
  dependency-version: 0.27.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: express-session
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: fastify
  dependency-version: 5.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: find-my-way
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: graphql
  dependency-version: 16.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: hono
  dependency-version: 4.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: ioredis
  dependency-version: 5.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: koa
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: langchain
  dependency-version: 1.2.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: mariadb
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: mongodb
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: mongoose
  dependency-version: 9.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: mysql2
  dependency-version: 3.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: next
  dependency-version: 16.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: nock
  dependency-version: 14.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: npm
  dependency-version: 11.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: nyc
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: openai
  dependency-version: 6.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pg
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pg-cursor
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pg-native
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pg-query-stream
  dependency-version: 4.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pino
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: playwright
  dependency-version: 1.58.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: playwright-core
  dependency-version: 1.58.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pnpm
  dependency-version: 10.30.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: prisma
  dependency-version: 7.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: redis
  dependency-version: 5.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: selenium-webdriver
  dependency-version: 4.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: stripe
  dependency-version: 20.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: tedious
  dependency-version: 19.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: undici
  dependency-version: 7.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependabot dependencies javascript Pull requests that update javascript code semver-patch labels Mar 2, 2026
@dd-octo-sts dd-octo-sts bot enabled auto-merge (squash) March 2, 2026 01:15
@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2026

Overall package size

Self size: 4.83 MB
Deduped: 5.68 MB
No deduping: 5.68 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.6 | 81.92 kB | 816.75 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |

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

@codecov
Copy link

codecov bot commented Mar 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.93%. Comparing base (2608ddb) to head (4a8dfe0).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7635      +/-   ##
==========================================
- Coverage   80.27%   78.93%   -1.34%     
==========================================
  Files         734      732       -2     
  Lines       31644    31551      -93     
==========================================
- Hits        25402    24906     -496     
- Misses       6242     6645     +403     
Flag Coverage Δ
aiguard-macos 38.94% <ø> (-0.10%) ⬇️
aiguard-ubuntu 39.06% <ø> (-0.10%) ⬇️
aiguard-windows 38.79% <ø> (-0.10%) ⬇️
apm-capabilities-tracing-macos 48.51% <ø> (ø)
apm-capabilities-tracing-ubuntu 48.54% <ø> (ø)
apm-capabilities-tracing-windows 48.28% <ø> (+<0.01%) ⬆️
apm-integrations-child-process 38.52% <ø> (-0.10%) ⬇️
apm-integrations-couchbase-18 37.45% <ø> (-0.10%) ⬇️
apm-integrations-couchbase-eol 37.92% <ø> (-0.10%) ⬇️
apm-integrations-oracledb 37.75% <ø> (-0.10%) ⬇️
appsec-express 55.37% <ø> (-0.07%) ⬇️
appsec-fastify 51.69% <ø> (-0.07%) ⬇️
appsec-graphql 51.87% <ø> (-0.07%) ⬇️
appsec-kafka 44.35% <ø> (-0.08%) ⬇️
appsec-ldapjs 44.04% <ø> (-0.08%) ⬇️
appsec-lodash 43.70% <ø> (-0.08%) ⬇️
appsec-macos 58.38% <ø> (-0.07%) ⬇️
appsec-mongodb-core 48.86% <ø> (-0.08%) ⬇️
appsec-mongoose 49.54% <ø> (-0.08%) ⬇️
appsec-mysql 50.90% <ø> (-0.07%) ⬇️
appsec-node-serialize 43.21% <ø> (-0.08%) ⬇️
appsec-passport 47.67% <ø> (-0.09%) ⬇️
appsec-postgres 50.66% <ø> (-0.05%) ⬇️
appsec-sourcing 42.61% <ø> (-0.08%) ⬇️
appsec-template 43.38% <ø> (-0.08%) ⬇️
appsec-ubuntu 58.46% <ø> (-0.07%) ⬇️
appsec-windows 58.22% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-bluebird 32.31% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-body-parser 40.50% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-child_process 37.84% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-cookie-parser 34.31% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-express 34.65% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-express-mongo-sanitize 34.45% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-express-session 40.12% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-fs 31.92% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-generic-pool 29.74% <ø> (ø)
instrumentations-instrumentation-http 39.85% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-knex 32.32% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-mongoose 33.46% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-multer 40.24% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-mysql2 ?
instrumentations-instrumentation-passport 44.03% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-passport-http 43.70% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-passport-local 44.24% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-pg 37.74% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-promise 32.24% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-promise-js 32.25% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-q 32.29% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-url 32.21% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-when 32.26% <ø> (-0.10%) ⬇️
llmobs-ai 41.97% <ø> (-0.10%) ⬇️
llmobs-anthropic 40.31% <ø> (-0.09%) ⬇️
llmobs-bedrock 39.26% <ø> (-0.09%) ⬇️
llmobs-google-genai 39.84% <ø> (-0.09%) ⬇️
llmobs-langchain ?
llmobs-openai 44.15% <ø> (-0.09%) ⬇️
llmobs-vertex-ai 40.10% <ø> (-0.09%) ⬇️
platform-core 31.53% <ø> (ø)
platform-esbuild 34.48% <ø> (ø)
platform-instrumentations-misc 43.94% <ø> (ø)
platform-shimmer 37.63% <ø> (ø)
platform-unit-guardrails 32.95% <ø> (ø)
plugins-azure-event-hubs 25.71% <ø> (ø)
plugins-azure-service-bus 25.07% <ø> (ø)
plugins-bullmq 43.66% <ø> (-0.18%) ⬇️
plugins-cassandra 37.79% <ø> (-0.10%) ⬇️
plugins-cookie 26.77% <ø> (ø)
plugins-cookie-parser 26.56% <ø> (ø)
plugins-crypto 26.79% <ø> (ø)
plugins-dd-trace-api 38.38% <ø> (-0.10%) ⬇️
plugins-express-mongo-sanitize 26.70% <ø> (ø)
plugins-express-session 26.51% <ø> (ø)
plugins-fastify 42.24% <ø> (-0.09%) ⬇️
plugins-fetch 38.34% <ø> (-0.10%) ⬇️
plugins-fs 38.62% <ø> (-0.10%) ⬇️
plugins-generic-pool 25.75% <ø> (ø)
plugins-google-cloud-pubsub 45.38% <ø> (-0.09%) ⬇️
plugins-grpc 40.95% <ø> (-0.09%) ⬇️
plugins-handlebars 26.75% <ø> (ø)
plugins-hapi 40.13% <ø> (-0.10%) ⬇️
plugins-hono 40.39% <ø> (-0.10%) ⬇️
plugins-ioredis 38.43% <ø> (-0.10%) ⬇️
plugins-knex 26.39% <ø> (ø)
plugins-ldapjs 24.24% <ø> (ø)
plugins-light-my-request 26.12% <ø> (ø)
plugins-limitd-client 32.60% <ø> (-0.10%) ⬇️
plugins-lodash 25.84% <ø> (ø)
plugins-mariadb ?
plugins-memcached 38.18% <ø> (-0.10%) ⬇️
plugins-microgateway-core 39.18% <ø> (-0.10%) ⬇️
plugins-moleculer 40.51% <ø> (-0.10%) ⬇️
plugins-mongodb 39.20% <ø> (-0.10%) ⬇️
plugins-mongodb-core 39.04% <ø> (-0.10%) ⬇️
plugins-mongoose 38.86% <ø> (-0.10%) ⬇️
plugins-multer 26.51% <ø> (ø)
plugins-mysql 39.17% <ø> (-0.10%) ⬇️
plugins-mysql2 39.27% <ø> (-0.10%) ⬇️
plugins-node-serialize 26.81% <ø> (ø)
plugins-opensearch 37.63% <ø> (-0.10%) ⬇️
plugins-passport-http 26.57% <ø> (ø)
plugins-postgres 35.73% <ø> (-0.15%) ⬇️
plugins-process 26.79% <ø> (ø)
plugins-pug 26.77% <ø> (ø)
plugins-redis 38.90% <ø> (-0.10%) ⬇️
plugins-router 42.97% <ø> (-0.10%) ⬇️
plugins-sequelize 25.35% <ø> (ø)
plugins-test-and-upstream-amqp10 38.35% <ø> (-0.25%) ⬇️
plugins-test-and-upstream-amqplib 43.82% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-apollo 39.04% <ø> (-0.08%) ⬇️
plugins-test-and-upstream-avsc 38.71% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-bunyan 33.88% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-connect 40.79% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-graphql 40.14% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-koa 40.38% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-protobufjs 38.94% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-rhea 44.03% <ø> (-0.13%) ⬇️
plugins-undici 39.12% <ø> (-0.09%) ⬇️
plugins-url 26.79% <ø> (ø)
plugins-valkey 38.06% <ø> (-0.13%) ⬇️
plugins-vm 26.79% <ø> (ø)
plugins-winston 34.08% <ø> (-0.10%) ⬇️
plugins-ws 41.89% <ø> (-0.10%) ⬇️
profiling-macos 39.84% <ø> (-0.10%) ⬇️
profiling-ubuntu 39.96% <ø> (-0.10%) ⬇️
profiling-windows 41.17% <ø> (-0.10%) ⬇️
serverless-azure-functions-client 25.43% <ø> (ø)
serverless-azure-functions-eventhubs 25.43% <ø> (ø)
serverless-azure-functions-servicebus 25.43% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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 Mar 2, 2026

Benchmarks

Benchmark execution time: 2026-03-02 01:25:34

Comparing candidate commit 4a8dfe0 in PR branch dependabot/npm_and_yarn/packages/dd-trace/test/plugins/versions/test-versions-8e40972df5 with baseline commit 2608ddb in branch master.

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

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.

0 participants