Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2025

Bumps express to 5.2.1 and updates ancestor dependencies express, @nestjs/apollo, @nestjs/core, @nestjs/graphql, @nestjs/platform-express, @nestjs/serve-static and @nestjs/testing. These dependencies need to be updated together.

Updates express from 4.19.2 to 5.2.1

Release notes

Sourced from express's releases.

v5.2.1

What's Changed

[!IMPORTANT]
The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

Full Changelog: expressjs/express@v5.2.0...v5.2.1

v5.2.0

Important: Security

What's Changed

... (truncated)

Changelog

Sourced from express's changelog.

5.2.1 / 2025-12-01

  • Revert security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
    • The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

5.2.0 / 2025-12-01

  • Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
  • deps: body-parser@^2.2.1
  • A deprecation warning was added when using res.redirect with undefined arguments, Express now emits a warning to help detect calls that pass undefined as the status or URL and make them easier to fix.

5.1.0 / 2025-03-31

  • Add support for Uint8Array in res.send()
  • Add support for ETag option in res.sendFile()
  • Add support for multiple links with the same rel in res.links()
  • Add funding field to package.json
  • perf: use loop for acceptParams
  • refactor: prefix built-in node module imports
  • deps: remove setprototypeof
  • deps: remove safe-buffer
  • deps: remove utils-merge
  • deps: remove methods
  • deps: remove depd
  • deps: debug@^4.4.0
  • deps: body-parser@^2.2.0
  • deps: router@^2.2.0
  • deps: content-type@^1.0.5
  • deps: finalhandler@^2.1.0
  • deps: qs@^6.14.0
  • deps: server-static@2.2.0
  • deps: type-is@2.0.1

5.0.1 / 2024-10-08

5.0.0 / 2024-09-10

  • remove:
    • path-is-absolute dependency - use path.isAbsolute instead
  • breaking:
    • res.status() accepts only integers, and input must be greater than 99 and less than 1000
      • will throw a RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. for inputs outside this range
      • will throw a TypeError: Invalid status code: ${code}. Status code must be an integer. for non integer inputs
    • deps: send@1.0.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jonchurch, a new releaser for express since your current version.


Updates @nestjs/apollo from 12.0.7 to 13.2.1

Release notes

Sourced from @​nestjs/apollo's releases.

v13.2.1

13.2.1 (2025-10-02)

Bug fixes

  • apollo
    • #3694 fix(@​nestjs/apollo): lazy-load the Express dependency to allow the Fastify usage (@​Gamote)

Committers: 1

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

... (truncated)

Commits
  • 5a0746a v13.2.1
  • 7639801 Merge pull request #3694 from Gamote/master
  • 9fe4a24 chore(deps): update dependency typescript to v5.9.3 (#3696)
  • f983201 chore(deps): update dependency ts-jest to v29.4.4 (#3695)
  • 766ce37 fix(@​nestjs/apollo): lazy-load the express dependency to allow the Fastify setup
  • 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
  • Additional commits viewable in compare view

Updates @nestjs/core from 10.3.7 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/graphql from 12.0.8 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.7 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/serve-static from 4.0.0 to 5.0.4

Release notes

Sourced from @​nestjs/serve-static's releases.

Release 5.0.4

What's Changed

New Contributors

Full Changelog: nestjs/serve-static@5.0.3...5.0.4

Release 5.0.3

What's Changed

New Contributors

Full Changelog: nestjs/serve-static@5.0.2...5.0.3

Release 5.0.2

What's Changed

New Contributors

Full Changelog: nestjs/serve-static@5.0.1...5.0.2

Release 5.0.1

  • fix: dont send enoent error for routes under the excluded path (2cbaaaa)

Release 5.0.0

v5.0.0 (2025-01-20)

Migration guide: https://docs.nestjs.com/migration-guide

Improvements/features

  • send 404 when file does not exist
  • support preCompressed, decorateReply configuration options (Fastify)
  • support useGlobalPrefix to auto-prepend all routes with the application's global prefix
  • support Fastify v5
  • support Express v5

Breaking changes

Release 4.0.2

  • Merge pull request #1295 from nestjs/renovate/cimg-node-21.x (92c1757)
  • Merge pull request #1291 from nestjs/renovate/fastify-static-7.x (864339d)

... (truncated)

Commits
  • c50f4be chore(): release v5.0.4
  • 9d8f3a3 Merge pull request #1798 from nestjs/renovate/fastify-5.x
  • 20b4656 chore(deps): update dependency fastify to v5.6.1
  • 59e5213 Merge pull request #1655 from nestjs/renovate/cimg-node-22.x
  • 3088bc3 Merge pull request #1650 from nestjs/renovate/npm-fastify-vulnerability
  • baef376 Merge pull request #1770 from nestjs/renovate/path-to-regexp-8.x
  • 9c46c1d Merge pull request #1797 from nestjs/renovate/ts-jest-29.x
  • fc977ca Merge pull request #1712 from Elte156/acceptRanges-option
  • f159e62 chore(deps): update dependency ts-jest to v29.4.5
  • 6522c34 chore(deps): update dependency @​types/node to v22.18.9 (#1796)
  • Additional commits viewable in compare view

Updates @nestjs/testing from 10.3.7 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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 10, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-23adb9a54f branch from 9930184 to b78051d Compare December 10, 2025 13:28
@BaseMax
Copy link
Owner

BaseMax commented Dec 10, 2025

@dependabot recreate

…hql, @nestjs/platform-express, @nestjs/serve-static and @nestjs/testing

Bumps [express](https://github.com/expressjs/express) to 5.2.1 and updates ancestor dependencies [express](https://github.com/expressjs/express), [@nestjs/apollo](https://github.com/nestjs/graphql), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/graphql](https://github.com/nestjs/graphql), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express), [@nestjs/serve-static](https://github.com/nestjs/serve-static) and [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing). These dependencies need to be updated together.


Updates `express` from 4.19.2 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.19.2...v5.2.1)

Updates `@nestjs/apollo` from 12.0.7 to 13.2.1
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](nestjs/graphql@v12.0.7...v13.2.1)

Updates `@nestjs/core` from 10.3.7 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/graphql` from 12.0.8 to 13.2.0
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](nestjs/graphql@v12.0.8...v13.2.0)

Updates `@nestjs/platform-express` from 10.3.7 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/serve-static` from 4.0.0 to 5.0.4
- [Release notes](https://github.com/nestjs/serve-static/releases)
- [Commits](nestjs/serve-static@4.0.0...5.0.4)

Updates `@nestjs/testing` from 10.3.7 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: express
  dependency-version: 5.2.1
  dependency-type: indirect
- dependency-name: "@nestjs/apollo"
  dependency-version: 13.2.1
  dependency-type: direct:production
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.9
  dependency-type: direct:production
- dependency-name: "@nestjs/graphql"
  dependency-version: 13.2.0
  dependency-type: direct:production
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.1.9
  dependency-type: direct:production
- dependency-name: "@nestjs/serve-static"
  dependency-version: 5.0.4
  dependency-type: direct:production
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-23adb9a54f branch from b78051d to 24759a3 Compare December 10, 2025 14:30
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.

2 participants