Skip to content

Commit 1d0da90

Browse files
committed
deps: parseurl@~1.2.0
1 parent 683ba1c commit 1d0da90

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
- Remove non-standard grey color from color output
2121
- Support `--no-deprecation` argument
2222
- Support `--trace-deprecation` argument
23+
* deps: parseurl@~1.2.0
24+
- Cache URLs based on original value
25+
- Remove no-longer-needed URL mis-parse work-around
26+
- Simplify the "fast-path" `RegExp`
2327

2428
3.14.0 / 2014-07-11
2529
===================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"media-typer": "0.2.0",
3636
"methods": "1.1.0",
3737
"mkdirp": "0.5.0",
38-
"parseurl": "~1.1.3",
38+
"parseurl": "~1.2.0",
3939
"proxy-addr": "1.0.1",
4040
"range-parser": "1.0.0",
4141
"send": "0.5.0",

0 commit comments

Comments
 (0)