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 25 updates #524

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production group with 25 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.12
@nestjs/core 10.4.15 11.0.12
@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.12
@nestjs/mongoose 10.1.0 11.0.2
@nestjs/passport 10.0.3 11.0.5
@nestjs/platform-express 10.4.15 11.0.12
@nestjs/schedule 4.1.2 5.0.1
@nestjs/swagger 7.4.2 11.0.7
@nestjs/websockets 10.4.15 11.0.12
@sentry/node 7.120.3 9.9.0
@types/dockerode 3.3.34 3.3.35
axios 1.8.2 1.8.4
jsdom 25.0.1 26.0.0
mongoose 8.9.5 8.12.2
multer 1.4.5-lts.1 1.4.5-lts.2
nats 2.29.1 2.29.3
openai 4.79.4 4.89.0
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.12

Release notes

Sourced from @​nestjs/common's releases.

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

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

... (truncated)

Commits

Updates @nestjs/core from 10.4.15 to 11.0.12

Release notes

Sourced from @​nestjs/core's releases.

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

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

... (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.12

Release notes

Sourced from @​nestjs/microservices's releases.

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

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

... (truncated)

Commits

Updates @nestjs/mongoose from 10.1.0 to 11.0.2

Release notes

Sourced from @​nestjs/mongoose's releases.

Release 11.0.2

  • feat: Add ObjectId validation & parsing pipes (f3d3d25)

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
  • 4197fe6 chore(): release v11.0.2
  • 67e28f4 Merge branch 'InSantoshMahto-master'
  • ee6cae0 chore: minor improvements
  • cd84397 Merge branch 'master' of github.com:InSantoshMahto/mongoose into InSantoshMah...
  • 808bf41 chore(deps): update dependency lint-staged to v15.5.0 (#2427)
  • c2660ab chore(deps): update dependency typescript-eslint to v8.26.1 (#2426)
  • 94bb921 chore(deps): update dependency @​types/node to v22.13.10 (#2425)
  • 88edfc1 chore(deps): update eslint monorepo to v9.22.0 (#2424)
  • bbdd546 chore(deps): update commitlint monorepo to v19.8.0 (#2423)
  • 8e12993 chore(deps): update dependency eslint-config-prettier to v10.1.1 (#2422)
  • 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.12

Release notes

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

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

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

... (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.7

Release notes

Sourced from @​nestjs/swagger's releases.

Release 11.0.7

What's Changed

New Contributors

Full Changelog: nestjs/swagger@11.0.6...11.0.7

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

... (truncated)

Commits
  • d2965f9 chore(): release v11.0.7
  • d817ca8 fix: skip printing warnings for fastify #3348
  • acaf1df Merge pull request #3323 from nestjs/renovate/swagger-ui-dist-5.x
  • 8e3cb90 Merge pull request #3347 from flovouin/fix-self-required
  • db3f589 fix(swagger): have selfRequired take precedence over required
  • da70f3a test: make rawDefinition property required to match its decorator
  • c5c8ab4 chore(deps): update dependency lint-staged to v15.5.0 (#3345)
  • a29f198 chore(deps): update dependency typescript-eslint to v8.26.1 (#3344)
  • fed8c1a fix(deps): update dependency swagger-ui-dist to v5.20.1
  • a12a7e8 chore(deps): update dependency @​types/node to v22.13.10 (#3341)
  • Additional commits viewable in compare view

Updates @nestjs/websockets from 10.4.15 to 11.0.12

Release notes

Sourced from @​nestjs/websockets's releases.

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

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

... (truncated)

Commits

Updates @sentry/node from 7.120.3 to 9.9.0

Release notes

Sourced from @​sentry/node's releases.

9.9.0

Important Changes

  • feat(nextjs): Support instrumentation-client.ts (#15705)

    Next.js recently added a feature to support client-side (browser) instrumentation via the experimental.clientInstrumentationHook flag and the instrumentation-client.ts file.

    To be forwards compatible, the Sentry Next.js SDK will now pick up instrumentation-client.ts files even on older Next.js versions and add them to your client bundles. It is suggested that you either rename your sentry.client.config.ts file to instrumentation-client.ts, or if you already happen to have a instrumentation-client.ts file move the contents of sentry.client.config.ts to instrumentation-client.ts.

  • feat(browser): Add previous_trace span links (#15569)

    The @sentry/browser SDK and SDKs based on @sentry/browser now emits a link from the first root span of a newly started trace to the root span of a previously started trace. You can control this feature via an option in browserTracingIntegration():

    Sentry.init({
      dsn: 'your-dsn-here'
      integrations: [
        Sentry.browserTracingIntegration({
          // Available settings:
          // - 'in-memory' (default): Stores previous trace information in memory
          // - 'session-storage': Stores previous trace information in the browser's `sessionStorage`
          // - 'off': Disable storing and sending previous trace information
          linkPreviousTrace: 'in-memory',
        }),
      ],
    });
  • feat(browser): Add logger.X methods to browser SDK (#15763)

    For Sentry's upcoming logging product, the SDK now supports sending logs via dedic...

    Description has been truncated

…ates

Bumps the production group with 25 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.12` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `10.4.15` | `11.0.12` |
| @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.12` |
| [@nestjs/mongoose](https://github.com/nestjs/mongoose) | `10.1.0` | `11.0.2` |
| [@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.12` |
| [@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.7` |
| [@nestjs/websockets](https://github.com/nestjs/nest/tree/HEAD/packages/websockets) | `10.4.15` | `11.0.12` |
| [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.120.3` | `9.9.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.8.2` | `1.8.4` |
| [jsdom](https://github.com/jsdom/jsdom) | `25.0.1` | `26.0.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.9.5` | `8.12.2` |
| [multer](https://github.com/expressjs/multer) | `1.4.5-lts.1` | `1.4.5-lts.2` |
| [nats](https://github.com/nats-io/nats.node) | `2.29.1` | `2.29.3` |
| [openai](https://github.com/openai/openai-node) | `4.79.4` | `4.89.0` |
| [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.12
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.12/packages/common)

Updates `@nestjs/core` from 10.4.15 to 11.0.12
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.12/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.12
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.12/packages/microservices)

Updates `@nestjs/mongoose` from 10.1.0 to 11.0.2
- [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.2)

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.12
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.12/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.7
- [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.7)

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

Updates `@sentry/node` from 7.120.3 to 9.9.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.9.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.8.2 to 1.8.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.2...v1.8.4)

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.12.2
- [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.12.2)

Updates `multer` from 1.4.5-lts.1 to 1.4.5-lts.2
- [Changelog](https://github.com/expressjs/multer/blob/v1.4.5-lts.2/CHANGELOG.md)
- [Commits](expressjs/multer@v1.4.5-lts.1...v1.4.5-lts.2)

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

Updates `openai` from 4.79.4 to 4.89.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@v4.79.4...v4.89.0)

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-patch
  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: multer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 24, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

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

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/services/production-ae9b132981 branch March 31, 2025 15:58
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