Skip to content

Commit 5cc761c

Browse files
committed
deps: parseurl@~1.3.2
1 parent ad7d96d commit 5cc761c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

History.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ unreleased
1010
- perf: skip parameter parsing when no parameters
1111
* deps: etag@~1.8.1
1212
- perf: replace regular expression with substring
13+
* deps: parseurl@~1.3.2
14+
- perf: reduce overhead for full URLs
15+
- perf: unroll the "fast-path" `RegExp`
1316
1417
- Fix parsing & compacting very deep objects
1518

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"merge-descriptors": "1.0.1",
4444
"methods": "~1.1.2",
4545
"on-finished": "~2.3.0",
46-
"parseurl": "~1.3.1",
46+
"parseurl": "~1.3.2",
4747
"path-to-regexp": "0.1.7",
4848
"proxy-addr": "~1.1.5",
4949
"qs": "6.5.1",

0 commit comments

Comments
 (0)