Skip to content

Commit c33f25e

Browse files
committedSep 12, 2017
deps: parseurl@~1.3.2
1 parent 878c248 commit c33f25e

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
@@ -1,6 +1,9 @@
11
unreleased
22
==========
33

4+
* deps: parseurl@~1.3.2
5+
- perf: reduce overhead for full URLs
6+
- perf: unroll the "fast-path" `RegExp`
47
* deps: safe-buffer@5.1.1
58

69
2.4.3 / 2017-05-16

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"etag": "~1.8.0",
1515
"fresh": "0.5.0",
1616
"ms": "2.0.0",
17-
"parseurl": "~1.3.1",
17+
"parseurl": "~1.3.2",
1818
"safe-buffer": "5.1.1"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.