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

chore(deps): bump express, @openapitools/openapi-generator-cli and @nestjs/platform-express #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2025

Bumps express to 4.21.2 and updates ancestor dependencies express, @openapitools/openapi-generator-cli and @nestjs/platform-express. These dependencies need to be updated together.

Updates express from 4.18.2 to 4.21.2

Release notes

Sourced from express's releases.

4.21.2

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.2 / 2024-11-06

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

4.20.0 / 2024-09-10

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

... (truncated)

Commits
Maintainer changes

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


Updates @openapitools/openapi-generator-cli from 2.7.0 to 2.16.3

Release notes

Sourced from @​openapitools/openapi-generator-cli's releases.

v2.16.3

2.16.3 (2025-01-26)

Bug Fixes

  • deps: update dependency proxy-agent to v6.5.0 (#876) (9c93387)

v2.16.2

2.16.2 (2025-01-22)

Bug Fixes

  • deps: update nest monorepo to v10.4.15 (#868) (898584a)

v2.16.1

2.16.1 (2025-01-22)

Bug Fixes

  • deps: update dependency axios to v1.7.9 (#867) (02ee586)

v2.16.0

2.16.0 (2025-01-22)

Features

v2.15.4

2.15.4 (2025-01-22)

Bug Fixes

  • deps: update dependency @​nestjs/axios to v3.1.3 (#858) (5f34ed2)

v2.15.3

2.15.3 (2024-11-01)

Bug Fixes

  • deps: update dependency tslib to v2.8.1 (#841) (0357c06)

v2.15.2

2.15.2 (2024-11-01)

... (truncated)

Commits
  • 9c93387 fix(deps): update dependency proxy-agent to v6.5.0 (#876)
  • dcf7cce chore(deps): update nx monorepo to v20.3.3 (#875)
  • 9443cf0 chore(deps): update dependency type-fest to v4.33.0 (#874)
  • 397d979 chore(deps): update dependency prettier to v3.4.2 (#873)
  • 79dfe20 chore(deps): update dependency eslint to v9.18.0 (#872)
  • 9a7d324 chore(deps): update dependency @​types/node to v18.19.74 (#871)
  • c2de65e chore(deps): update commitlint monorepo (#869)
  • 898584a fix(deps): update nest monorepo to v10.4.15 (#868)
  • 02ee586 fix(deps): update dependency axios to v1.7.9 (#867)
  • b556b3f feat(release): trigger a release (#866)
  • Additional commits viewable in compare view

Updates @nestjs/platform-express from 10.2.7 to 10.4.15

Release notes

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

v10.4.15 (2024-12-09)

Dependencies

v10.4.13 (2024-12-03)

Bug fixes

  • common
    • #14256 chore(common): Add type declaration for RawBody decorator with pipes (@​sapenlei)

Dependencies

Committers: 3

v10.4.12 (2024-11-29)

Bug fixes

Dependencies

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

…estjs/platform-express

Bumps [express](https://github.com/expressjs/express) to 4.21.2 and updates ancestor dependencies [express](https://github.com/expressjs/express), [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) and [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.18.2...4.21.2)

Updates `@openapitools/openapi-generator-cli` from 2.7.0 to 2.16.3
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator-cli/blob/master/.releaserc)
- [Commits](OpenAPITools/openapi-generator-cli@v2.7.0...v2.16.3)

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

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-type: direct:production
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 28, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants