Skip to content

Commit

Permalink
deps: parseurl@~1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 28, 2017
1 parent ad7d96d commit 5cc761c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ unreleased
- perf: skip parameter parsing when no parameters
* deps: etag@~1.8.1
- perf: replace regular expression with substring
* deps: parseurl@~1.3.2
- perf: reduce overhead for full URLs
- perf: unroll the "fast-path" `RegExp`
* deps: qs@6.5.1
- Fix parsing & compacting very deep objects
* deps: setprototypeof@1.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"merge-descriptors": "1.0.1",
"methods": "~1.1.2",
"on-finished": "~2.3.0",
"parseurl": "~1.3.1",
"parseurl": "~1.3.2",
"path-to-regexp": "0.1.7",
"proxy-addr": "~1.1.5",
"qs": "6.5.1",
Expand Down

0 comments on commit 5cc761c

Please sign in to comment.