Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump the production group across 1 directory with 24 updates #509

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the production group with 24 updates in the /services directory:

Package From To
@elastic/elasticsearch 8.17.0 8.17.1
@nestjs/axios 3.1.3 4.0.0
@nestjs/common 10.4.15 11.0.11
@nestjs/core 10.4.15 11.0.11
@nestjs/elasticsearch 10.0.2 11.0.0
@nestjs/event-emitter 2.1.1 3.0.1
@nestjs/jwt 10.2.0 11.0.0
@nestjs/microservices 10.4.15 11.0.11
@nestjs/mongoose 10.1.0 11.0.1
@nestjs/passport 10.0.3 11.0.5
@nestjs/platform-express 10.4.15 11.0.11
@nestjs/schedule 4.1.2 5.0.1
@nestjs/swagger 7.4.2 11.0.6
@nestjs/websockets 10.4.15 11.0.11
@sentry/node 7.120.3 9.3.0
@types/dockerode 3.3.34 3.3.35
axios 1.7.9 1.8.1
jsdom 25.0.1 26.0.0
mongoose 8.9.5 8.11.0
nats 2.29.1 2.29.2
openai 4.79.4 4.86.1
reflect-metadata 0.1.14 0.2.2
rxjs 7.8.1 7.8.2
tiktoken 1.0.18 1.0.20

Updates @elastic/elasticsearch from 8.17.0 to 8.17.1

Release notes

Sourced from @​elastic/elasticsearch's releases.

v8.17.1

Changelog

Changelog

Sourced from @​elastic/elasticsearch's changelog.

=== 8.17.1

[discrete] ==== Fixes

[discrete] ===== Improved support for Elasticsearch v8.17

Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.

[discrete] ===== Report correct transport connection type in telemetry

The client's telemetry reporting mechanism was incorrectly reporting all traffic as using HttpConnection when the default is UndiciConnection. elastic/elasticsearch-js#2324

[discrete]

Commits

Updates @nestjs/axios from 3.1.3 to 4.0.0

Release notes

Sourced from @​nestjs/axios's releases.

Release 4.0.0

What's Changed

Full Changelog: nestjs/axios@3.1.3...4.0.0

Commits
  • ef74175 chore(): release v4.0.0
  • 81b85ee ci: use npm install
  • 39643e0 ci: use npm install
  • 1761996 chore: update husky, upgrade eslint
  • ecb5fd9 Merge pull request #1296 from nestjs/renovate/major-nest-monorepo
  • 8f9a6c2 chore(deps): update dependency lint-staged to v15.4.1 (#1297)
  • 8f7077a chore(deps): update nest monorepo to v11
  • 186aa23 chore(deps): update dependency lint-staged to v15.4.0 (#1295)
  • 7b58c03 chore(deps): update dependency @​types/node to v22.10.7 (#1294)
  • d06bcd0 chore(deps): update typescript-eslint monorepo to v8.20.0 (#1293)
  • Additional commits viewable in compare view

Updates @nestjs/common from 10.4.15 to 11.0.11

Release notes

Sourced from @​nestjs/common's releases.

v11.0.11 (2025-02-28)

Enhancements

  • platform-fastify

Dependencies

Committers: 1

v11.0.10 (2025-02-17)

Bug fixes

v11.0.9 (2025-02-10)

Bug fixes

Committers: 2

v11.0.8 (2025-02-06)

Bug fixes

Committers: 4

v11.0.7 (2025-01-31)

... (truncated)

Commits

Updates @nestjs/core from 10.4.15 to 11.0.11

Release notes

Sourced from @​nestjs/core's releases.

v11.0.11 (2025-02-28)

Enhancements

  • platform-fastify

Dependencies

Committers: 1

v11.0.10 (2025-02-17)

Bug fixes

v11.0.9 (2025-02-10)

Bug fixes

Committers: 2

v11.0.8 (2025-02-06)

Bug fixes

Committers: 4

v11.0.7 (2025-01-31)

... (truncated)

Commits

Updates @nestjs/elasticsearch from 10.0.2 to 11.0.0

Updates @nestjs/event-emitter from 2.1.1 to 3.0.1

Release notes

Sourced from @​nestjs/event-emitter's releases.

Release 3.0.1

  • fix: provide separate event emitter instance per each app instance (7787c5e)

Release 3.0.0

Changelog

  • chore(deps): update nest monorepo to v11 (cdd456d)
  • feat: added durable support for event subscriber (8dedefb)
Commits
  • a3c1d8d chore(): release v3.0.1
  • 2251542 Merge pull request #1411 from fullstackhouse/separate-event-emitter-for-each-...
  • 7787c5e fix: provide separate event emitter instance per each app instance
  • b8abf27 chore(deps): update dependency ts-jest to v29.2.6 (#1410)
  • 4b39f02 chore(deps): update dependency rxjs to v7.8.2 (#1409)
  • 8311941 chore(deps): update dependency prettier to v3.5.2 (#1408)
  • f3cfc92 chore(deps): update eslint monorepo to v9.21.0 (#1407)
  • aee3f01 chore(deps): update dependency @​types/node to v22.13.5 (#1406)
  • 89689f9 chore(deps): update typescript-eslint monorepo to v8.24.1 (#1405)
  • 4651996 chore(deps): update nest monorepo to v11.0.10 (#1404)
  • Additional commits viewable in compare view

Updates @nestjs/jwt from 10.2.0 to 11.0.0

Release notes

Sourced from @​nestjs/jwt's releases.

Release 11.0.0

  • chore(deps): update nest monorepo to v11 (e90fe7a)
Commits
  • 07741f9 chore(): release v11.0.0
  • acdb871 chore: update eslint configuration
  • f695445 Merge pull request #1829 from nestjs/renovate/major-nest-monorepo
  • 312d21b chore(deps): update dependency lint-staged to v15.4.1 (#1828)
  • e90fe7a chore(deps): update nest monorepo to v11
  • 180b50e chore(deps): update dependency @​types/node to v22.10.7 (#1827)
  • 84a40fd chore(deps): update dependency eslint-config-prettier to v10 (#1825)
  • feb8f67 chore(deps): update dependency @​types/node to v22.10.6 (#1826)
  • eba3da6 chore(deps): update typescript-eslint monorepo to v8.20.0 (#1824)
  • 92ec4de chore(deps): update dependency eslint to v9.18.0 (#1823)
  • Additional commits viewable in compare view

Updates @nestjs/microservices from 10.4.15 to 11.0.11

Release notes

Sourced from @​nestjs/microservices's releases.

v11.0.11 (2025-02-28)

Enhancements

  • platform-fastify

Dependencies

Committers: 1

v11.0.10 (2025-02-17)

Bug fixes

v11.0.9 (2025-02-10)

Bug fixes

Committers: 2

v11.0.8 (2025-02-06)

Bug fixes

Committers: 4

v11.0.7 (2025-01-31)

... (truncated)

Commits

Updates @nestjs/mongoose from 10.1.0 to 11.0.1

Release notes

Sourced from @​nestjs/mongoose's releases.

Release 11.0.1

What's Changed

Full Changelog: nestjs/mongoose@11.0.0...11.0.1

Release 11.0.0

  • chore(deps): update nest monorepo to v11 (d675794)
Commits
  • 171b2b7 chore(): release v11.0.1
  • 6337424 Merge pull request #2379 from nestjs/feat/virtuals-inheritance
  • 719e10b feat: inherit virtuals from parent classes
  • 19b935e chore(deps): update dependency @​types/node to v22.12.0 (#2378)
  • feafba3 chore(deps): update dependency typescript-eslint to v8.22.0 (#2377)
  • 9661e87 chore(deps): update nest monorepo to v11.0.6 (#2376)
  • 84cc7c4 chore(deps): update dependency lint-staged to v15.4.3 (#2375)
  • 89d3316 chore(deps): update eslint monorepo to v9.19.0 (#2374)
  • 0f1c4e2 chore(deps): update dependency release-it to v18.1.2 (#2373)
  • 7d2c555 chore(deps): update dependency @​types/node to v22.10.10 (#2372)
  • Additional commits viewable in compare view

Updates @nestjs/passport from 10.0.3 to 11.0.5

Release notes

Sourced from @​nestjs/passport's releases.

Release 11.0.5

  • fix: exclude last argument only if its of type function (cb) (1a7123a)

Release 11.0.4

  • fix: remove redundant exclude unknown type (7a7ea87)
  • fix: strategy ctor overload type extractor generic. Solves #1857 (99a3245)

Release 11.0.3

  • fix: use all ctor params type to include overloads #1857 (84c8838)

11.0.0

v11.0.0

Commits
  • 1432808 chore(): release v11.0.5
  • d3775ac Merge pull request #1866 from nestjs/fix/without-callback-fix
  • 28a0835 Merge pull request #1867 from nestjs/renovate/lint-staged-15.x
  • 53ba5d6 chore(deps): update dependency lint-staged to v15.4.2
  • 223c1cb Merge pull request #1863 from nestjs/renovate/node-22.x
  • bda4914 Merge pull request #1864 from nestjs/renovate/nest-monorepo
  • 1a7123a fix: exclude last argument only if its of type function (cb)
  • 6fa6d91 chore(deps): update nest monorepo to v11.0.5
  • 8b3f7e3 chore(deps): update dependency @​types/node to v22.10.9
  • 3c877f8 chore(deps): update nest monorepo to v11.0.4 (#1862)
  • Additional commits viewable in compare view

Updates @nestjs/platform-express from 10.4.15 to 11.0.11

Release notes

Sourced from @​nestjs/platform-express's releases.

v11.0.11 (2025-02-28)

Enhancements

  • platform-fastify

Dependencies

Committers: 1

v11.0.10 (2025-02-17)

Bug fixes

v11.0.9 (2025-02-10)

Bug fixes

Committers: 2

v11.0.8 (2025-02-06)

Bug fixes

Committers: 4

v11.0.7 (2025-01-31)

... (truncated)

Commits

Updates @nestjs/schedule from 4.1.2 to 5.0.1

Release notes

Sourced from @​nestjs/schedule's releases.

Release 5.0.1

What's Changed

New Contributors

Full Changelog: nestjs/schedule@5.0.0...5.0.1

Release 5.0.0

Breaking changes

  • requires Node >= v20

Changelog

  • fix(deps): update dependency cron to v3.5.0 (ae6c43c)
  • chore(deps): update nest monorepo to v11 (41d8cdb)
  • chore(deps): Use crypto.randomUUID() instead of uuid module (58f795d)
Commits
  • 6fe1f54 chore(): release v5.0.1
  • f59682a Merge pull request #1870 from thomaschaaf/master
  • 9d53b7b Merge pull request #1871 from nestjs/renovate/node-22.x
  • fa58ebe Update tests/e2e/cron-jobs.spec.ts
  • bb3bf7d chore(deps): update dependency @​types/node to v22.10.9
  • 47d9987 tests: fix waitForCompletion test
  • 66e468c feat: add waitForCompletion for cronjobs to disable concurrent running cronjobs
  • b00adcf Merge pull request #1868 from nestjs/renovate/nest-monorepo
  • 858e2f1 chore(deps): update nest monorepo to v11.0.4
  • 2e9b483 chore(deps): update dependency typescript-eslint to v8.21.0 (#1867)
  • Additional commits viewable in compare view

Updates @nestjs/swagger from 7.4.2 to 11.0.6

Release notes

Sourced from @​nestjs/swagger's releases.

Release 11.0.6

11.0.6 (2025-02-28)

Bug fixes

  • #3324 feat: support native private class properties in model class visitor (@​rklos))

Committers: 1

Release 11.0.5

11.0.5 (2025-02-24)

What's Changed

Full Changelog: nestjs/swagger@11.0.4...11.0.5

Release 11.0.4

What's Changed

New Contributors

Full Changelog: nestjs/swagger@11.0.3...11.0.4

Release 11.0.3

11.0.3 (2025-01-23)

Bug fixes

Committers: 1

Release 11.0.2

Changelog

Release 11.0.1

11.0.1 (2025-01-17)

Dependencies

Release 11.0.0

... (truncated)

Commits

Updates @nestjs/websockets from 10.4.15 to 11.0.11

Release notes

Sourced from @​nestjs/websockets's releases.

v11.0.11 (2025-02-28)

Enhancements

  • platform-fastify

Dependencies

Committers: 1

v11.0.10 (2025-02-17)

Bug fixes

v11.0.9 (2025-02-10)

Bug fixes

Committers: 2

v11.0.8 (2025-02-06)

Bug fixes

Committers: 4

v11.0.7 (2025-01-31)

... (truncated)

Commits

Updates @sentry/node from 7.120.3 to 9.3.0

Release notes

Sourced from @​sentry/node's releases.

9.3.0

Important Changes

With this release we're publishing two new SDKs in experimental alpha stage:

  • feat(tanstackstart): Add TanStack Start SDK (#15523)

For details please refer to the README

  • feat(react-router): Add React Router SDK (#15524)

For details please refer to the README

  • feat(remix): Add support for Hydrogen (#15450)

This PR adds support for Shopify Hydrogen applications running on MiniOxygen runtime.

Other Changes

  • feat(core): Add forceTransaction to trpc middleware options (#15519)
  • feat(core): Default filter unactionable error (#15527)
  • feat(core): Rename inboundFiltersIntegration to eventFiltersIntegration (#15434)
  • feat(deps): bump @​prisma/instrumentation from 6.2.1 to 6.4.1 (#15480)
  • feat(react-router): Add build-time config (#15406)
  • feat(replay): Bump rrweb to 2.33.0 (#15514)
  • fix(core): Fix allowUrls and denyUrls for linked and aggregate exceptions (#15521)
  • fix(nextjs): Don't capture devmode server-action redirect errors (#15485)
  • fix(nextjs): warn about missing onRequestError handler #15488)
  • fix(nextjs): Prevent wrong culprit from showing up for clientside error events #15475)
  • fix(nuxt): Ignore 300-400 status codes on app errors in Nuxt (#15473)
  • fix(react): Add support for cross-usage of React Router instrumentations (#15283)
  • fix(sveltekit): Guard process check when flushing events (#15516)

Work in this release was contributed by @​GerryWilko and @​leoambio. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 23.12 KB
@​sentry/browser - with treeshaking flags 22.91 KB
@​sentry/browser (incl. Tracing) 36.18 KB
@​sentry/browser (incl. Tracing, Replay) 73.36 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.78 KB
@​sentry/...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 3, 2025
…ates

Bumps the production group with 24 updates in the /services directory:

| Package | From | To |
| --- | --- | --- |
| [@elastic/elasticsearch](https://github.com/elastic/elasticsearch-js) | `8.17.0` | `8.17.1` |
| [@nestjs/axios](https://github.com/nestjs/axios) | `3.1.3` | `4.0.0` |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `10.4.15` | `11.0.11` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `10.4.15` | `11.0.11` |
| @nestjs/elasticsearch | `10.0.2` | `11.0.0` |
| [@nestjs/event-emitter](https://github.com/nestjs/event-emitter) | `2.1.1` | `3.0.1` |
| [@nestjs/jwt](https://github.com/nestjs/jwt) | `10.2.0` | `11.0.0` |
| [@nestjs/microservices](https://github.com/nestjs/nest/tree/HEAD/packages/microservices) | `10.4.15` | `11.0.11` |
| [@nestjs/mongoose](https://github.com/nestjs/mongoose) | `10.1.0` | `11.0.1` |
| [@nestjs/passport](https://github.com/nestjs/passport) | `10.0.3` | `11.0.5` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `10.4.15` | `11.0.11` |
| [@nestjs/schedule](https://github.com/nestjs/schedule) | `4.1.2` | `5.0.1` |
| [@nestjs/swagger](https://github.com/nestjs/swagger) | `7.4.2` | `11.0.6` |
| [@nestjs/websockets](https://github.com/nestjs/nest/tree/HEAD/packages/websockets) | `10.4.15` | `11.0.11` |
| [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.120.3` | `9.3.0` |
| [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) | `3.3.34` | `3.3.35` |
| [axios](https://github.com/axios/axios) | `1.7.9` | `1.8.1` |
| [jsdom](https://github.com/jsdom/jsdom) | `25.0.1` | `26.0.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.9.5` | `8.11.0` |
| [nats](https://github.com/nats-io/nats.node) | `2.29.1` | `2.29.2` |
| [openai](https://github.com/openai/openai-node) | `4.79.4` | `4.86.1` |
| [reflect-metadata](https://github.com/rbuckton/reflect-metadata) | `0.1.14` | `0.2.2` |
| [rxjs](https://github.com/reactivex/rxjs) | `7.8.1` | `7.8.2` |
| [tiktoken](https://github.com/dqbd/tiktoken) | `1.0.18` | `1.0.20` |



Updates `@elastic/elasticsearch` from 8.17.0 to 8.17.1
- [Release notes](https://github.com/elastic/elasticsearch-js/releases)
- [Changelog](https://github.com/elastic/elasticsearch-js/blob/v8.17.1/docs/changelog.asciidoc)
- [Commits](elastic/elasticsearch-js@v8.17.0...v8.17.1)

Updates `@nestjs/axios` from 3.1.3 to 4.0.0
- [Release notes](https://github.com/nestjs/axios/releases)
- [Changelog](https://github.com/nestjs/axios/blob/master/.release-it.json)
- [Commits](nestjs/axios@3.1.3...4.0.0)

Updates `@nestjs/common` from 10.4.15 to 11.0.11
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.11/packages/common)

Updates `@nestjs/core` from 10.4.15 to 11.0.11
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.11/packages/core)

Updates `@nestjs/elasticsearch` from 10.0.2 to 11.0.0

Updates `@nestjs/event-emitter` from 2.1.1 to 3.0.1
- [Release notes](https://github.com/nestjs/event-emitter/releases)
- [Changelog](https://github.com/nestjs/event-emitter/blob/master/.release-it.json)
- [Commits](nestjs/event-emitter@2.1.1...3.0.1)

Updates `@nestjs/jwt` from 10.2.0 to 11.0.0
- [Release notes](https://github.com/nestjs/jwt/releases)
- [Changelog](https://github.com/nestjs/jwt/blob/master/.release-it.json)
- [Commits](nestjs/jwt@10.2.0...11.0.0)

Updates `@nestjs/microservices` from 10.4.15 to 11.0.11
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.11/packages/microservices)

Updates `@nestjs/mongoose` from 10.1.0 to 11.0.1
- [Release notes](https://github.com/nestjs/mongoose/releases)
- [Changelog](https://github.com/nestjs/mongoose/blob/master/.release-it.json)
- [Commits](nestjs/mongoose@10.1.0...11.0.1)

Updates `@nestjs/passport` from 10.0.3 to 11.0.5
- [Release notes](https://github.com/nestjs/passport/releases)
- [Changelog](https://github.com/nestjs/passport/blob/master/.release-it.json)
- [Commits](nestjs/passport@10.0.3...11.0.5)

Updates `@nestjs/platform-express` from 10.4.15 to 11.0.11
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.11/packages/platform-express)

Updates `@nestjs/schedule` from 4.1.2 to 5.0.1
- [Release notes](https://github.com/nestjs/schedule/releases)
- [Changelog](https://github.com/nestjs/schedule/blob/master/.release-it.json)
- [Commits](nestjs/schedule@4.1.2...5.0.1)

Updates `@nestjs/swagger` from 7.4.2 to 11.0.6
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](nestjs/swagger@7.4.2...11.0.6)

Updates `@nestjs/websockets` from 10.4.15 to 11.0.11
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.11/packages/websockets)

Updates `@sentry/node` from 7.120.3 to 9.3.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.120.3...9.3.0)

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

Updates `axios` from 1.7.9 to 1.8.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.9...v1.8.1)

Updates `jsdom` from 25.0.1 to 26.0.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@25.0.1...26.0.0)

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

Updates `nats` from 2.29.1 to 2.29.2
- [Release notes](https://github.com/nats-io/nats.node/releases)
- [Commits](nats-io/nats.node@v2.29.1...v2.29.2)

Updates `openai` from 4.79.4 to 4.86.1
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v4.79.4...v4.86.1)

Updates `reflect-metadata` from 0.1.14 to 0.2.2
- [Release notes](https://github.com/rbuckton/reflect-metadata/releases)
- [Changelog](https://github.com/rbuckton/reflect-metadata/blob/main/tsconfig-release.json)
- [Commits](https://github.com/rbuckton/reflect-metadata/commits)

Updates `rxjs` from 7.8.1 to 7.8.2
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@7.8.1...7.8.2)

Updates `tiktoken` from 1.0.18 to 1.0.20
- [Release notes](https://github.com/dqbd/tiktoken/releases)
- [Changelog](https://github.com/dqbd/tiktoken/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dqbd/tiktoken/compare/tiktoken@1.0.18...tiktoken@1.0.20)

---
updated-dependencies:
- dependency-name: "@elastic/elasticsearch"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@nestjs/axios"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: "@nestjs/common"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: "@nestjs/elasticsearch"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: "@nestjs/event-emitter"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: "@nestjs/jwt"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: "@nestjs/microservices"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: "@nestjs/mongoose"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: "@nestjs/passport"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: "@nestjs/schedule"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: "@nestjs/swagger"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: "@nestjs/websockets"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: "@types/dockerode"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: jsdom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: nats
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: reflect-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: rxjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: tiktoken
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/services/production-af6ae19fd8 branch from 97c362f to 27f97f5 Compare March 10, 2025 16:26
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2025

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

@dependabot dependabot bot closed this Mar 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/services/production-af6ae19fd8 branch March 10, 2025 19:53
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