Skip to content

Conversation

@dependabot
Copy link

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

Bumps body-parser to 2.2.1 and updates ancestor dependencies body-parser, @nestjs/core, @nestjs/microservices, @nestjs/graphql, @nestjs/platform-express, @nestjs/schedule and @nestjs/testing. These dependencies need to be updated together.

Updates body-parser from 1.20.2 to 2.2.1

Release notes

Sourced from body-parser's releases.

v2.2.1

Important: Security

What's Changed

... (truncated)

Changelog

Sourced from body-parser's changelog.

2.2.1 / 2025-11-24

  • Security fix for GHSA-wqch-xfxh-vrr4
  • deps:
    • type-is@^2.0.1
    • iconv-lite@^0.7.0
      • Handle split surrogate pairs when encoding UTF-8
      • Avoid false positives in encodingExists by using prototype-less objects
    • raw-body@^3.0.1
    • debug@^4.4.3

2.2.0 / 2025-03-27

  • refactor: normalize common options for all parsers
  • deps:
    • iconv-lite@^0.6.3

2.1.0 / 2025-02-10

  • deps:
    • type-is@^2.0.0
    • debug@^4.4.0
    • Removed destroy
  • refactor: prefix built-in node module imports
  • use the node require cache instead of custom caching

2.0.2 / 2024-10-31

  • remove unpipe package and use native unpipe() method

2.0.1 / 2024-09-10

  • Restore expected behavior extended to false

2.0.0 / 2024-09-10

Breaking Changes

  • Node.js 18 is the minimum supported version
  • req.body is no longer always initialized to {}
    • it is left undefined unless a body is parsed
  • Remove deprecated bodyParser() combination middleware
  • urlencoded parser now defaults extended to false as released, this is not the case, fixed in 2.0.1
  • urlencoded simple parser now uses qs module instead of querystring module

... (truncated)

Commits
  • d96b63d 2.2.1 (#659)
  • b204886 sec: security patch for CVE-2025-13466
  • e20e351 feat: remove history.md from being packaged on publish (#660)
  • 0d7ce71 docs: switch badges from badgen.net to shields.io (#661)
  • 168afff ci: also test on first supported node.js version (#646)
  • e539a71 build(deps): bump actions/setup-node from 5.0.0 to 6.0.0 (#654)
  • 9391612 build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#655)
  • 57baafb build(deps): bump github/codeql-action from 3.30.5 to 4.31.2 (#656)
  • a6a088e build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (#657)
  • 10a114d test: add test for urlencoded invalid defaultCharset (#643)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.


Updates @nestjs/core from 10.3.3 to 11.1.9

Release notes

Sourced from @​nestjs/core's releases.

v11.1.9 (2025-11-14)

Bug fixes

  • core
    • #15865 fix(core): make get() throw for implicitly request-scoped trees (@​JoeNutt)

Enhancements

Dependencies

Committers: 4

v11.1.8 (2025-10-27)

Bug fixes

Committers: 2

v11.1.7 (2025-10-21)

Bug fixes

Enhancements

  • common, platform-socket.io, websockets
  • common
    • #15705 fix(core): resolve extras in configurable module builder async methods (@​mag123c)
  • common, core

... (truncated)

Commits
  • 64c8552 chore(@​nestjs) publish v11.1.9 release
  • cc50925 fix(core): make get() throw for implicitly request-scoped trees
  • 68cd545 chore(@​nestjs) publish v11.1.8 release
  • 334012e Merge pull request #15815 from mag123c/fix/transient-nested-dependency-isolation
  • 4ffe045 fix(core): ensure nested transient provider isolation
  • ee1b347 chore(@​nestjs) publish v11.1.7 release
  • 33d6cb5 chore: update readme
  • 82b4f07 Merge pull request #15622 from nestjs/renovate/path-to-regexp-8.x
  • 5586038 Merge pull request #15503 from mag123c/feat/add-forceconsole-option-to-logger
  • fada0a7 Merge pull request #15588 from at7211/feat/enhance-dependency-error-messages
  • Additional commits viewable in compare view

Updates @nestjs/microservices from 10.3.3 to 11.1.9

Release notes

Sourced from @​nestjs/microservices's releases.

v11.1.9 (2025-11-14)

Bug fixes

  • core
    • #15865 fix(core): make get() throw for implicitly request-scoped trees (@​JoeNutt)

Enhancements

Dependencies

Committers: 4

v11.1.8 (2025-10-27)

Bug fixes

Committers: 2

v11.1.7 (2025-10-21)

Bug fixes

Enhancements

  • common, platform-socket.io, websockets
  • common
    • #15705 fix(core): resolve extras in configurable module builder async methods (@​mag123c)
  • common, core

... (truncated)

Commits
  • 64c8552 chore(@​nestjs) publish v11.1.9 release
  • 68cd545 chore(@​nestjs) publish v11.1.8 release
  • ee1b347 chore(@​nestjs) publish v11.1.7 release
  • 33d6cb5 chore: update readme
  • 4fcd068 fix(microservices): rmq generated queue name in server
  • c58da76 fix(microservices): Prevent unusable queue assertion
  • bf59ad2 test(microservices): RMQ Client and Server queue bind
  • 5238114 fix(microservices): RMQ Client fanout bind behaviour change
  • 68adf92 fix
  • f33aba8 Update packages/microservices/errors/invalid-tcp-data-reception.exception.ts
  • Additional commits viewable in compare view

Updates @nestjs/graphql from 12.1.1 to 13.2.0

Release notes

Sourced from @​nestjs/graphql's releases.

v13.2.0

13.2.0 (2025-10-01)

Enhancements

Dependencies

Committers: 4

v13.1.0

13.1.0 (2025-04-11)

Enhancements

Committers: 1

v13.0.4

13.0.4 (2025-03-24)

Enhancements

  • graphql

Dependencies

... (truncated)

Commits
  • f700174 v13.2.0
  • 5d903a9 Merge pull request #3691 from nestjs/renovate/lerna-monorepo
  • 3b05448 Merge pull request #3692 from nestjs/renovate/release-it-19.x
  • 4d5e50c chore(deps): update dependency release-it to v19.0.5
  • 3d3116d chore(deps): update dependency lerna to v8.2.4
  • 2c47ffe Merge pull request #3690 from nestjs/renovate/fastify-5.x
  • fc2791b chore(deps): update dependency fastify to v5.6.1
  • 18024f3 Merge pull request #3676 from nestjs/renovate/as-integrations-fastify-3.x
  • 136b4f1 Merge pull request #3689 from nestjs/renovate/node-22.x
  • 8f4facd chore(deps): update dependency @​as-integrations/fastify to v3
  • Additional commits viewable in compare view

Updates @nestjs/platform-express from 10.3.3 to 11.1.9

Release notes

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

v11.1.9 (2025-11-14)

Bug fixes

  • core
    • #15865 fix(core): make get() throw for implicitly request-scoped trees (@​JoeNutt)

Enhancements

Dependencies

Committers: 4

v11.1.8 (2025-10-27)

Bug fixes

Committers: 2

v11.1.7 (2025-10-21)

Bug fixes

Enhancements

  • common, platform-socket.io, websockets
  • common
    • #15705 fix(core): resolve extras in configurable module builder async methods (@​mag123c)
  • common, core

... (truncated)

Commits

Updates @nestjs/schedule from 4.0.1 to 6.0.1

Release notes

Sourced from @​nestjs/schedule's releases.

6.0.1

What's Changed

New Contributors

Full Changelog: nestjs/schedule@6.0.0...6.0.1

Release 6.0.0

What's Changed

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

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)

Release 4.1.2

  • Merge pull request #1834 from micalevisk/fix-issue-1833 (25a0ca9)
  • refactor: drop deprecated nodejs utility api (088674f)
  • chore(deps): update dependency prettier to v3.4.2 (#1832) (42600c0)
  • chore(deps): update nest monorepo to v10.4.13 (#1831) (58b28ba)
  • chore(deps): update typescript-eslint monorepo to v8.17.0 (#1830) (36bda2d)
  • chore(deps): update dependency eslint to v9.16.0 (#1829) (97be309)
  • chore(deps): update nest monorepo to v10.4.12 (#1828) (3bef9ec)
  • chore(deps): update dependency @​types/node to v22.10.1 (#1827) (ac01b10)
  • chore(deps): update nest monorepo to v10.4.11 (#1826) (40f132a)
  • chore(deps): update dependency prettier to v3.4.1 (#1825) (ed162b9)

... (truncated)

Commits
  • dc6b79f chore(deps): update dependency ts-jest to v29.4.3 (#2088)
  • 1156f8d Merge pull request #1966 from nestjs/renovate/cimg-node-22.x
  • 0273e3f Merge pull request #2001 from nestjs/renovate/cron-4.x
  • 3e197c8 Merge pull request #2053 from spotlight21c/clear-before-shutdown
  • 3596d17 Merge pull request #2085 from arjunatlightspeed/add-threshold-option
  • 614ceff chore(deps): update dependency @​types/node to v22.18.6 (#2087)
  • c6f4361 chore(deps): update dependency @​types/node to v22.18.5 (#2086)
  • af9dfb1 chore(deps): update dependency typescript-eslint to v8.44.0 (#2084)
  • 0493755 chore(deps): update dependency ts-jest to v29.4.2 (#2083)
  • 961c4d5 Add threshold option to CronOptions
  • Additional commits viewable in compare view

Updates @nestjs/testing from 10.3.3 to 11.1.9

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.9 (2025-11-14)

Bug fixes

  • core
    • #15865 fix(core): make get() throw for implicitly request-scoped trees (@​JoeNutt)

Enhancements

Dependencies

Committers: 4

v11.1.8 (2025-10-27)

Bug fixes

Committers: 2

v11.1.7 (2025-10-21)

Bug fixes

Enhancements

  • common, platform-socket.io, websockets
  • common
    • #15705 fix(core): resolve extras in configurable module builder async methods (@​mag123c)
  • common, core

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…nestjs/graphql, @nestjs/platform-express, @nestjs/schedule and @nestjs/testing

Bumps [body-parser](https://github.com/expressjs/body-parser) to 2.2.1 and updates ancestor dependencies [body-parser](https://github.com/expressjs/body-parser), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/microservices](https://github.com/nestjs/nest/tree/HEAD/packages/microservices), [@nestjs/graphql](https://github.com/nestjs/graphql), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express), [@nestjs/schedule](https://github.com/nestjs/schedule) and [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing). These dependencies need to be updated together.


Updates `body-parser` from 1.20.2 to 2.2.1
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.2...v2.2.1)

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

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

Updates `@nestjs/graphql` from 12.1.1 to 13.2.0
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](nestjs/graphql@v12.1.1...v13.2.0)

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

Updates `@nestjs/schedule` from 4.0.1 to 6.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.0.1...6.0.1)

Updates `@nestjs/testing` from 10.3.3 to 11.1.9
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.9/packages/testing)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-version: 2.2.1
  dependency-type: indirect
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.9
  dependency-type: indirect
- dependency-name: "@nestjs/microservices"
  dependency-version: 11.1.9
  dependency-type: indirect
- dependency-name: "@nestjs/graphql"
  dependency-version: 13.2.0
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.1.9
  dependency-type: indirect
- dependency-name: "@nestjs/schedule"
  dependency-version: 6.0.1
  dependency-type: indirect
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 25, 2025
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.

1 participant