diff --git a/HISTORY.md b/HISTORY.md index 85aa6e77..999d74a9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,6 +9,9 @@ unreleased * deps: mime-types@~2.1.17 - Add new mime types - deps: mime-db@~1.30.0 + * deps: parseurl@~1.3.2 + - perf: reduce overhead for full URLs + - perf: unroll the "fast-path" `RegExp` 1.9.0 / 2017-05-25 ================== diff --git a/package.json b/package.json index 54a84d97..476f5dcf 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "escape-html": "~1.0.3", "http-errors": "~1.6.2", "mime-types": "~2.1.17", - "parseurl": "~1.3.1" + "parseurl": "~1.3.2" }, "devDependencies": { "after": "0.8.2",