We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe273d commit 8f3ccc0Copy full SHA for 8f3ccc0
HISTORY.md
@@ -1,3 +1,10 @@
1
+unreleased
2
+==========
3
+
4
+ * deps: accepts@~1.1.2
5
+ - Fix error when media type has invalid parameter
6
+ - deps: [email protected]
7
8
1.2.1 / 2014-10-12
9
==================
10
package.json
@@ -9,7 +9,7 @@
"license": "MIT",
"repository": "expressjs/errorhandler",
11
"dependencies": {
12
- "accepts": "~1.1.1",
+ "accepts": "~1.1.2",
13
"escape-html": "1.0.1"
14
},
15
"devDependencies": {
0 commit comments