fix(deps): finalhandler@^2.0.0 (#5899)

This commit is contained in:
Wes Todd 2024-09-02 13:36:21 -05:00 committed by GitHub
parent 05f40f4321
commit accafc652e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ unreleased
- `application/javascript` => `text/javascript`
* deps: type-is@^2.0.0
* deps: content-disposition@^1.0.0
* deps: finalhandler@^2.0.0
5.0.0-beta.3 / 2024-03-25
=========================

View File

@ -39,7 +39,7 @@
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"etag": "~1.8.1",
"finalhandler": "1.2.0",
"finalhandler": "^2.0.0",
"fresh": "0.5.2",
"http-errors": "2.0.0",
"merge-descriptors": "^2.0.0",