Skip to content

Commit

Permalink
deps: accepts@~1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jun 15, 2015
1 parent 3ae1ea5 commit 7566e48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Expand Up @@ -2,6 +2,13 @@ unreleased
==========

* Send non-chunked response for `OPTIONS`
* deps: accepts@~1.2.9
- deps: mime-types@~2.1.1
- deps: negotiator@0.5.3
- perf: avoid argument reassignment & argument slice
- perf: avoid negotiator recursive construction
- perf: enable strict mode
- perf: remove unnecessary bitwise operator
* deps: escape-html@1.0.2
* perf: enable strict mode
* perf: remove argument reassignment
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": "expressjs/serve-index",
"dependencies": {
"accepts": "~1.2.7",
"accepts": "~1.2.9",
"batch": "0.5.2",
"debug": "~2.2.0",
"escape-html": "1.0.2",
Expand Down

0 comments on commit 7566e48

Please sign in to comment.