We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2a448 commit 13240a4Copy full SHA for 13240a4
HISTORY.md
@@ -1,6 +1,10 @@
1
unreleased
2
==========
3
4
+ * deps: [email protected]
5
+ - Drop partial bytes on all parsed units
6
+ - Fix parsing byte string that looks like hex
7
+ - perf: hoist regular expressions
8
* deps: accepts@~1.3.2
9
- deps: mime-types@~2.1.10
10
package.json
@@ -10,7 +10,7 @@
"repository": "expressjs/compression",
11
"dependencies": {
12
"accepts": "~1.3.2",
13
- "bytes": "2.2.0",
+ "bytes": "2.3.0",
14
"compressible": "~2.0.7",
15
"debug": "~2.2.0",
16
"on-headers": "~1.0.1",
0 commit comments