Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas authored Oct 20, 2024
1 parent 63b134f commit dd8cbe5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ unreleased
- Fix sorting encoding with extra parameters
- deps: mime-types@~2.1.34
- deps: [email protected]
* deps: [email protected]
- Add petabyte (`pb`) support
- Fix "thousandsSeparator" incorrecting formatting fractional part
- Fix return value for un-parsable strings
* deps: compressible@~2.0.18
- Mark `font/ttf` as compressible
- Remove compressible from `multipart/mixed`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repository": "expressjs/compression",
"dependencies": {
"accepts": "~1.3.8",
"bytes": "3.0.0",
"bytes": "3.1.2",
"compressible": "~2.0.18",
"debug": "2.6.9",
"on-headers": "~1.0.2",
Expand Down

0 comments on commit dd8cbe5

Please sign in to comment.