Skip to content

build(deps): bump the dependencies group with 10 updates#281

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-22689f8d86
Closed

build(deps): bump the dependencies group with 10 updates#281
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-22689f8d86

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Bumps the dependencies group with 10 updates:

Package From To
amqplib 1.0.5 1.0.6
bullmq 5.76.5 5.76.6
express-rate-limit 8.5.0 8.5.1
graphql 16.13.2 16.14.0
puppeteer 24.42.0 24.43.0
rate-limiter-flexible 11.0.2 11.1.0
stripe 22.1.0 22.1.1
@opentelemetry/sdk-node 0.216.0 0.217.0
@opentelemetry/auto-instrumentations-node 0.74.0 0.75.0
@opentelemetry/exporter-trace-otlp-http 0.216.0 0.217.0

Updates amqplib from 1.0.5 to 1.0.6

Changelog

Sourced from amqplib's changelog.

v1.0.6

  • Fix channel.get() not invoking callback with error on channel close; previously only an error event was emitted (fixes #832). Note: if you use the callback API, ensure your channel.get() callbacks handle errors — they will now be invoked in error cases where previously they were not. If you use the promise API, the returned promise now rejects with a proper Error object (with .code, .classId and .methodId properties) rather than a raw close frame.
Commits

Updates bullmq from 5.76.5 to 5.76.6

Release notes

Sourced from bullmq's releases.

v5.76.6

5.76.6 (2026-05-06)

Bug Fixes

  • connection: reconnect wedged blocking cluster clients (#4151) (e94e8cd)
Commits
  • e94e8cd fix(connection): reconnect wedged blocking cluster clients (#4151)
  • 9214391 chore(deps): bump the npm_and_yarn group across 4 directories with 1 update (...
  • 2932e7e chore(deps): update dependency msgpackr to v2 [security] (#4145)
  • 9b1eabb chore(deps): update devdependencies (non-major) [security] (#4143)
  • e14f4fa chore(deps): update github/codeql-action digest to e46ed2c (#4146)
  • d58c194 chore(release): vpy2.25.1 (#4148)
  • c9c0c0a fix(connection): deprecate skipWaitingForReady option as is not having any ef...
  • d20a497 chore(deps): update eslint to v8.59.1 [security] (#4144)
  • d0f9dda test(stalled): address race condition (#4139)
  • f06e068 chore(release): 5.76.5 (#4142)
  • See full diff in compare view

Updates express-rate-limit from 8.5.0 to 8.5.1

Release notes

Sourced from express-rate-limit's releases.

v8.5.1

You can view the changelog here.

Commits

Updates graphql from 16.13.2 to 16.14.0

Release notes

Sourced from graphql's releases.

v16.14.0 (2026-05-03)

New Feature 🚀

  • #4317 Allow configuration of the ofType introspection depth (@​Nols1000)
  • #4521 Add experimental support for directives on directive definitions (@​BoD)

Bug Fix 🐞

Docs 📝

Committers: 4

Commits

Updates puppeteer from 24.42.0 to 24.43.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.43.0

24.43.0 (2026-05-06)

🎉 Features

🛠️ Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.13.0 to 2.13.1

puppeteer: v24.43.0

24.43.0 (2026-05-06)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.13.0 to 2.13.1
      • puppeteer-core bumped from 24.42.0 to 24.43.0
Changelog

Sourced from puppeteer's changelog.

24.43.0 (2026-05-06)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.13.0 to 2.13.1

🛠️ Fixes

Commits
  • 07e2a1d chore: release main (#14902)
  • 8451125 chore: Add a special treatment for EPERM error for windows test (#14943)
  • 924eb69 test: Add form node to an accessibility tree (#14942)
  • e54b90a chore: add iframe blocking tests (#14926)
  • fec05a0 feat: support checkboxes and radios in locator.fill (#14939)
  • d6a1003 fix: do not set global offline flag for allowlist (#14931)
  • 2ee0f10 chore(deps-dev): bump the dev-dependencies group with 5 updates (#14935)
  • 7e57729 chore(deps): bump the all group in /website with 11 updates (#14936)
  • e51242d chore(deps): bump github/codeql-action from 4.35.2 to 4.35.3 in the all group...
  • 50438cf fix: roll to Firefox 150.0.1 (#14923)
  • Additional commits viewable in compare view

Updates rate-limiter-flexible from 11.0.2 to 11.1.0

Release notes

Sourced from rate-limiter-flexible's releases.

Dump and restore for Memory limiter

What's Changed

This is a best-effort persistence mechanism for graceful restarts (SIGTERM/SIGINT), blue/green deploys, or writing a snapshot to disk on shutdown.

Use this when losing up to 1% of request counts won’t affect security or finances, such as in overload or DoS protection.

New Contributors

Full Changelog: animir/node-rate-limiter-flexible@v11.0.2...v11.1.0

🔶

Commits

Updates stripe from 22.1.0 to 22.1.1

Release notes

Sourced from stripe's releases.

v22.1.1

  • #2703 Export Decimal type from Stripe namespace

    • Added Stripe.Decimal as a usable type in the Stripe namespace, enabling type annotations like function takesDecimal(d: Stripe.Decimal).
  • #2704 Fix file upload regression: restore multipart request data processor

    • Fixed file uploads failing with StripeInvalidRequestError on the /v1/files endpoint since v22.

See the changelog for more details.

Changelog

Sourced from stripe's changelog.

22.1.1 - 2026-05-06

  • #2703 Export Decimal type from Stripe namespace

    • Added Stripe.Decimal as a usable type in the Stripe namespace, enabling type annotations like function takesDecimal(d: Stripe.Decimal).
  • #2704 Fix file upload regression: restore multipart request data processor

    • Fixed file uploads failing with StripeInvalidRequestError on the /v1/files endpoint since v22.
Commits

Updates @opentelemetry/sdk-node from 0.216.0 to 0.217.0

Release notes

Sourced from @​opentelemetry/sdk-node's releases.

experimental/v0.217.0

0.217.0

🚀 Features

  • feat(otlp-transformer): replace protobufjs trace serialization with custom implementation #6625 @​pichlermarc
  • feat(configuration): auto-generate TypeScript types from OTel declarative config JSON schema (stable v1.0.0) using json-schema-to-typescript and ajv #6533 @​MikeGoldsmith
  • feat(configuration, sdk-node): startNodeSDK() code path now uses log_level configuration to setup a DiagConsoleLogger #6668 @​trentm
    • Note that allowed values for log_level in a configuration YAML file are not the same set as for OTEL_LOG_LEVEL. Use log_level: trace to see all logs (equivalent of OTEL_LOG_LEVEL=ALL). Use log_level: fatal to effectively disable the SDK's internal diagnostic logger (equivalent of OTEL_LOG_LEVEL=NONE).
    • If log_level is not specified, a diagnostic console logger at "info" level will be setup.
    • An invalid YAML config file will now result in a noop OTel SDK.

🐛 Bug Fixes

  • fix(configuration): do not validate OTEL_CONFIG_FILE value before using it for file config #6643 @​trentm
  • fix(configuration): improve how 'additionalProperties' in JSON schema is translated to TS types #6650 @​trentm
  • fix(configuration): remove stripMinItems and preprocessNullArrays from validation/parsing #6657 @​trentm
  • fix(configuration): improve handling of enums in generated types #6659 @​trentm
  • fix(configuration): improve the technique for removing '| null' on types the JSON Schema #6662 @​trentm
  • fix(sampler-jaeger-remote): add missing axios dep #6656 @​trentm
  • fix(exporter-prometheus): handle malformed URLs in Prometheus exporter request handler #6674 @​homanp
Commits
  • 74cde1b chore: prepare next release (#6675)
  • e8f439a fix: handle malformed URLs in Prometheus exporter request handler (#6674)
  • ab3a2e2 feat(sdk-node, configuration): diag log handling updates for startNodeSDK(), ...
  • d5b7d1e fix(deps): update dependency axios to v1.15.2 [security] (#6670)
  • c163618 chore(deps): update github/codeql-action digest to e46ed2c (#6661)
  • ec2bfbe chore(configuration): move config generation scripts into the configuration p...
  • acc9ecd chore(configuration): cosmetic changes to generated types.ts (#6663)
  • 8f008ec chore: Move inactive members to emeritus (#6649)
  • 435431e fix(configuration): improve the technique for removing '| null' on types due ...
  • 4222024 fix(configuration): improve handling of enums in generated types (#6659)
  • Additional commits viewable in compare view

Updates @opentelemetry/auto-instrumentations-node from 0.74.0 to 0.75.0

Release notes

Sourced from @​opentelemetry/auto-instrumentations-node's releases.

auto-instrumentations-node: v0.75.0

0.75.0 (2026-05-06)

Features

  • deps: update deps matching '@opentelemetry/*' (#3507) (e1ef3d1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-amqplib bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-aws-lambda bumped from ^0.68.0 to ^0.69.0
      • @​opentelemetry/instrumentation-aws-sdk bumped from ^0.71.0 to ^0.72.0
      • @​opentelemetry/instrumentation-bunyan bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-cassandra-driver bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-connect bumped from ^0.59.0 to ^0.60.0
      • @​opentelemetry/instrumentation-cucumber bumped from ^0.32.0 to ^0.33.0
      • @​opentelemetry/instrumentation-dataloader bumped from ^0.33.0 to ^0.34.0
      • @​opentelemetry/instrumentation-dns bumped from ^0.59.0 to ^0.60.0
      • @​opentelemetry/instrumentation-express bumped from ^0.64.0 to ^0.65.0
      • @​opentelemetry/instrumentation-fs bumped from ^0.35.0 to ^0.36.0
      • @​opentelemetry/instrumentation-generic-pool bumped from ^0.59.0 to ^0.60.0
      • @​opentelemetry/instrumentation-graphql bumped from ^0.64.0 to ^0.65.0
      • @​opentelemetry/instrumentation-hapi bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-ioredis bumped from ^0.64.0 to ^0.65.0
      • @​opentelemetry/instrumentation-kafkajs bumped from ^0.25.0 to ^0.26.0
      • @​opentelemetry/instrumentation-knex bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-koa bumped from ^0.64.0 to ^0.65.0
      • @​opentelemetry/instrumentation-lru-memoizer bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-memcached bumped from ^0.59.0 to ^0.60.0
      • @​opentelemetry/instrumentation-mongodb bumped from ^0.69.0 to ^0.70.0
      • @​opentelemetry/instrumentation-mongoose bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-mysql bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-mysql2 bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-nestjs-core bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-net bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-openai bumped from ^0.14.0 to ^0.15.0
      • @​opentelemetry/instrumentation-oracledb bumped from ^0.41.0 to ^0.42.0
      • @​opentelemetry/instrumentation-pg bumped from ^0.68.0 to ^0.69.0
      • @​opentelemetry/instrumentation-pino bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-redis bumped from ^0.64.0 to ^0.65.0
      • @​opentelemetry/instrumentation-restify bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-router bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-runtime-node bumped from ^0.29.0 to ^0.30.0
      • @​opentelemetry/instrumentation-socket.io bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-tedious bumped from ^0.35.0 to ^0.36.0
      • @​opentelemetry/instrumentation-undici bumped from ^0.26.0 to ^0.27.0

... (truncated)

Changelog

Sourced from @​opentelemetry/auto-instrumentations-node's changelog.

0.75.0 (2026-05-06)

Features

  • deps: update deps matching '@opentelemetry/*' (#3507) (e1ef3d1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-amqplib bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-aws-lambda bumped from ^0.68.0 to ^0.69.0
      • @​opentelemetry/instrumentation-aws-sdk bumped from ^0.71.0 to ^0.72.0
      • @​opentelemetry/instrumentation-bunyan bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-cassandra-driver bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-connect bumped from ^0.59.0 to ^0.60.0
      • @​opentelemetry/instrumentation-cucumber bumped from ^0.32.0 to ^0.33.0
      • @​opentelemetry/instrumentation-dataloader bumped from ^0.33.0 to ^0.34.0
      • @​opentelemetry/instrumentation-dns bumped from ^0.59.0 to ^0.60.0
      • @​opentelemetry/instrumentation-express bumped from ^0.64.0 to ^0.65.0
      • @​opentelemetry/instrumentation-fs bumped from ^0.35.0 to ^0.36.0
      • @​opentelemetry/instrumentation-generic-pool bumped from ^0.59.0 to ^0.60.0
      • @​opentelemetry/instrumentation-graphql bumped from ^0.64.0 to ^0.65.0
      • @​opentelemetry/instrumentation-hapi bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-ioredis bumped from ^0.64.0 to ^0.65.0
      • @​opentelemetry/instrumentation-kafkajs bumped from ^0.25.0 to ^0.26.0
      • @​opentelemetry/instrumentation-knex bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-koa bumped from ^0.64.0 to ^0.65.0
      • @​opentelemetry/instrumentation-lru-memoizer bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-memcached bumped from ^0.59.0 to ^0.60.0
      • @​opentelemetry/instrumentation-mongodb bumped from ^0.69.0 to ^0.70.0
      • @​opentelemetry/instrumentation-mongoose bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-mysql bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-mysql2 bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-nestjs-core bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-net bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-openai bumped from ^0.14.0 to ^0.15.0
      • @​opentelemetry/instrumentation-oracledb bumped from ^0.41.0 to ^0.42.0
      • @​opentelemetry/instrumentation-pg bumped from ^0.68.0 to ^0.69.0
      • @​opentelemetry/instrumentation-pino bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-redis bumped from ^0.64.0 to ^0.65.0
      • @​opentelemetry/instrumentation-restify bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-router bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-runtime-node bumped from ^0.29.0 to ^0.30.0
      • @​opentelemetry/instrumentation-socket.io bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-tedious bumped from ^0.35.0 to ^0.36.0
      • @​opentelemetry/instrumentation-undici bumped from ^0.26.0 to ^0.27.0
      • @​opentelemetry/instrumentation-winston bumped from ^0.60.0 to ^0.61.0

... (truncated)

Commits

Updates @opentelemetry/exporter-trace-otlp-http from 0.216.0 to 0.217.0

Release notes

Sourced from @​opentelemetry/exporter-trace-otlp-http's releases.

experimental/v0.217.0

0.217.0

🚀 Features

  • feat(otlp-transformer): replace protobufjs trace serialization with custom implementation #6625 @​pichlermarc
  • feat(configuration): auto-generate TypeScript types from OTel declarative config JSON schema (stable v1.0.0) using json-schema-to-typescript and ajv #6533 @​MikeGoldsmith
  • feat(configuration, sdk-node): startNodeSDK() code path now uses log_level configuration to setup a DiagConsoleLogger #6668 @​trentm
    • Note that allowed values for log_level in a configuration YAML file are not the same set as for OTEL_LOG_LEVEL. Use log_level: trace to see all logs (equivalent of OTEL_LOG_LEVEL=ALL). Use log_level: fatal to effectively disable the SDK's internal diagnostic logger (equivalent of OTEL_LOG_LEVEL=NONE).
    • If log_level is not specified, a diagnostic console logger at "info" level will be setup.
    • An invalid YAML config file will now result in a noop OTel SDK.

🐛 Bug Fixes

  • fix(configuration): do not validate OTEL_CONFIG_FILE value before using it for file config #6643 @​trentm
  • fix(configuration): improve how 'additionalProperties' in JSON schema is translated to TS types #6650 @​trentm
  • fix(configuration): remove stripMinItems and preprocessNullArrays from validation/parsing #6657 @​trentm
  • fix(configuration): improve handling of enums in generated types #6659 @​trentm
  • fix(configuration): improve the technique for removing '| null' on types the JSON Schema #6662 @​trentm
  • fix(sampler-jaeger-remote): add missing axios dep #6656 @​trentm
  • fix(exporter-prometheus): handle malformed URLs in Prometheus exporter request handler #6674 @​homanp
Commits
  • 74cde1b chore: prepare next release (#6675)
  • e8f439a fix: handle malformed URLs in Prometheus exporter request handler (#6674)
  • ab3a2e2 feat(sdk-node, configuration): diag log handling updates for startNodeSDK(), ...
  • d5b7d1e fix(deps): update dependency axios to v1.15.2 [security] (#6670)
  • c163618 chore(deps): update github/codeql-action digest to e46ed2c (#6661)
  • ec2bfbe chore(configuration): move config generation scripts into the configuration p...
  • acc9ecd chore(configuration): cosmetic changes to generated types.ts (#6663)
  • 8f008ec chore: Move inactive members to emeritus (#6649)
  • 435431e fix(configuration): improve the technique for removing '| null' on types due ...
  • 4222024 fix(configuration): improve handling of enums in generated types (#6659)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [amqplib](https://github.com/amqp-node/amqplib) | `1.0.5` | `1.0.6` |
| [bullmq](https://github.com/taskforcesh/bullmq) | `5.76.5` | `5.76.6` |
| [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `8.5.0` | `8.5.1` |
| [graphql](https://github.com/graphql/graphql-js) | `16.13.2` | `16.14.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.42.0` | `24.43.0` |
| [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `11.0.2` | `11.1.0` |
| [stripe](https://github.com/stripe/stripe-node) | `22.1.0` | `22.1.1` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.216.0` | `0.217.0` |
| [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node) | `0.74.0` | `0.75.0` |
| [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.216.0` | `0.217.0` |


Updates `amqplib` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/amqp-node/amqplib/releases)
- [Changelog](https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md)
- [Commits](amqp-node/amqplib@v1.0.5...v1.0.6)

Updates `bullmq` from 5.76.5 to 5.76.6
- [Release notes](https://github.com/taskforcesh/bullmq/releases)
- [Commits](taskforcesh/bullmq@v5.76.5...v5.76.6)

Updates `express-rate-limit` from 8.5.0 to 8.5.1
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v8.5.0...v8.5.1)

Updates `graphql` from 16.13.2 to 16.14.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.13.2...v16.14.0)

Updates `puppeteer` from 24.42.0 to 24.43.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.42.0...puppeteer-v24.43.0)

Updates `rate-limiter-flexible` from 11.0.2 to 11.1.0
- [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases)
- [Commits](animir/node-rate-limiter-flexible@v11.0.2...v11.1.0)

Updates `stripe` from 22.1.0 to 22.1.1
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-node@v22.1.0...v22.1.1)

Updates `@opentelemetry/sdk-node` from 0.216.0 to 0.217.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.216.0...experimental/v0.217.0)

Updates `@opentelemetry/auto-instrumentations-node` from 0.74.0 to 0.75.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/auto-instrumentations-node/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/auto-instrumentations-node-v0.75.0/packages/auto-instrumentations-node)

Updates `@opentelemetry/exporter-trace-otlp-http` from 0.216.0 to 0.217.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.216.0...experimental/v0.217.0)

---
updated-dependencies:
- dependency-name: amqplib
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: bullmq
  dependency-version: 5.76.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: express-rate-limit
  dependency-version: 8.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: graphql
  dependency-version: 16.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: puppeteer
  dependency-version: 24.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rate-limiter-flexible
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: stripe
  dependency-version: 22.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@opentelemetry/sdk-node"
  dependency-version: 0.217.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-version: 0.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@opentelemetry/exporter-trace-otlp-http"
  dependency-version: 0.217.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 7, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 8, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 8, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dependencies-22689f8d86 branch May 8, 2026 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants