fix(deps): bump express and @types/express - #1143
Conversation
2c2255d to
c8b469d
Compare
|
This PR has been marked as stale because it has had no activity for 7 days. Remove the stale label or comment to keep it open. It will be closed automatically in 7 more days if no activity occurs. |
0ae9f8d to
30dd68b
Compare
|
@dependabot rebase |
e8e35f1 to
ffa3d2b
Compare
f5c8262 to
e897513
Compare
|
@dependabot rebase. |
|
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
e897513 to
f30e127
Compare
Bumps [express](https://github.com/expressjs/express) and [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express). These dependencies needed to be updated together. Updates `express` from 4.21.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.21.2...v5.2.1) Updates `@types/express` from 4.17.21 to 5.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: "@types/express" dependency-version: 5.0.6 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
f30e127 to
4d4c5ad
Compare
body-parser 2 no longer defaults req.body to {} when a request carries no
body, so the app-level test middleware threw on GET routes:
TypeError: Cannot set properties of undefined (setting 'appMiddlewareRan')
Spreading preserves the parsed body on routes that do send one (PutHello's
secretCode) while handling the bodyless case.
Test-only: decoding is unaffected, as httpRequest with no declared body
decodes identically for body undefined and {}.
Pull Request is not mergeable
Pull Request is not mergeable
|
This PR has been marked as stale because it has had no activity for 7 days. Remove the stale label or comment to keep it open. It will be closed automatically in 7 more days if no activity occurs. |
|
This PR was closed automatically because it has been stale for 14 days with no activity. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps express and @types/express. These dependencies needed to be updated together.
Updates
expressfrom 4.21.2 to 5.2.1Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
... (truncated)
Commits
dbac7415.2.1697547cRevert "sec: security patch for CVE-2024-51999"4007ad1Release: 5.2.0 (#6920)2f64f68sec: security patch for CVE-2024-51999ed0ba3fbuild(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#6928)8eace46build(deps): bump github/codeql-action from 4.31.2 to 4.31.6 (#6929)30bae81build(deps): bump coverallsapp/github-action from 2.3.6 to 2.3.7 (#6930)758d435deps: body-parser@^2.2.1 (#6922)77bcd52docs: update emeritus triagers (#6890)f33caf1Nominate to@efekrsklfor triage team (#6888)Updates
@types/expressfrom 4.17.21 to 5.0.6Commits