Skip to content

Commit

Permalink
deps: bytes@2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 30, 2016
1 parent de2a448 commit 13240a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
@@ -1,6 +1,10 @@
unreleased
==========

* deps: bytes@2.3.0
- Drop partial bytes on all parsed units
- Fix parsing byte string that looks like hex
- perf: hoist regular expressions
* deps: accepts@~1.3.2
- deps: mime-types@~2.1.10

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"repository": "expressjs/compression",
"dependencies": {
"accepts": "~1.3.2",
"bytes": "2.2.0",
"bytes": "2.3.0",
"compressible": "~2.0.7",
"debug": "~2.2.0",
"on-headers": "~1.0.1",
Expand Down

0 comments on commit 13240a4

Please sign in to comment.