Skip to content

Commit 0b1cacf

Browse files
committed
deps: accepts@~1.2.2
1 parent b809498 commit 0b1cacf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

History.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ unreleased
88
* Fix `OPTIONS` responses to include the `HEAD` method properly
99
* Fix `res.sendFile` not always detecting aborted connection
1010
* Match routes iteratively to prevent stack overflows
11+
* deps: accepts@~1.2.2
12+
- deps: mime-types@~2.0.7
13+
1114
1215
- deps: debug@~2.1.1
1316
- deps: etag@~1.5.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"api"
2828
],
2929
"dependencies": {
30-
"accepts": "~1.1.4",
30+
"accepts": "~1.2.2",
3131
"content-disposition": "0.5.0",
3232
"cookie-signature": "1.0.5",
3333
"debug": "~2.1.1",

0 commit comments

Comments
 (0)