Skip to content

Commit c859544

Browse files
committed
deps: parseurl@~1.3.2
1 parent 2700095 commit c859544

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
unreleased
2+
==========
3+
4+
* deps: parseurl@~1.3.2
5+
- perf: reduce overhead for full URLs
6+
- perf: unroll the "fast-path" `RegExp`
7+
18
1.12.4 / 2017-08-05
29
===================
310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"encodeurl": "~1.0.1",
1010
"escape-html": "~1.0.3",
11-
"parseurl": "~1.3.1",
11+
"parseurl": "~1.3.2",
1212
"send": "0.15.4"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)