We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f40f4 commit accafc6Copy full SHA for accafc6
History.md
@@ -19,6 +19,7 @@ unreleased
19
- `application/javascript` => `text/javascript`
20
* deps: type-is@^2.0.0
21
* deps: content-disposition@^1.0.0
22
+* deps: finalhandler@^2.0.0
23
24
5.0.0-beta.3 / 2024-03-25
25
=========================
package.json
@@ -39,7 +39,7 @@
39
"encodeurl": "~1.0.2",
40
"escape-html": "~1.0.3",
41
"etag": "~1.8.1",
42
- "finalhandler": "1.2.0",
+ "finalhandler": "^2.0.0",
43
"fresh": "0.5.2",
44
"http-errors": "2.0.0",
45
"merge-descriptors": "^2.0.0",
0 commit comments