Skip to content

Commit 45806e3

Browse files
Phillip9587wesleytodd
authored andcommitted
fix(deps): encodeurl@^2.0.0
1 parent 85ee0ca commit 45806e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
unreleased
22
==================
33

4+
* deps: encodeurl@^2.0.0
45
* remove `ServerResponse.headersSent` support check
56
* remove setImmediate support check
67
* update test dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": "pillarjs/finalhandler",
88
"dependencies": {
99
"debug": "2.6.9",
10-
"encodeurl": "~1.0.2",
10+
"encodeurl": "^2.0.0",
1111
"escape-html": "~1.0.3",
1212
"on-finished": "2.4.1",
1313
"parseurl": "~1.3.3",

0 commit comments

Comments
 (0)