mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 12:19:51 +01:00
fix(deps): finalhandler@^2.0.0 (#5899)
This commit is contained in:
parent
05f40f4321
commit
accafc652e
|
|
@ -19,6 +19,7 @@ unreleased
|
||||||
- `application/javascript` => `text/javascript`
|
- `application/javascript` => `text/javascript`
|
||||||
* deps: type-is@^2.0.0
|
* deps: type-is@^2.0.0
|
||||||
* deps: content-disposition@^1.0.0
|
* deps: content-disposition@^1.0.0
|
||||||
|
* deps: finalhandler@^2.0.0
|
||||||
|
|
||||||
5.0.0-beta.3 / 2024-03-25
|
5.0.0-beta.3 / 2024-03-25
|
||||||
=========================
|
=========================
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"encodeurl": "~1.0.2",
|
"encodeurl": "~1.0.2",
|
||||||
"escape-html": "~1.0.3",
|
"escape-html": "~1.0.3",
|
||||||
"etag": "~1.8.1",
|
"etag": "~1.8.1",
|
||||||
"finalhandler": "1.2.0",
|
"finalhandler": "^2.0.0",
|
||||||
"fresh": "0.5.2",
|
"fresh": "0.5.2",
|
||||||
"http-errors": "2.0.0",
|
"http-errors": "2.0.0",
|
||||||
"merge-descriptors": "^2.0.0",
|
"merge-descriptors": "^2.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user