Skip to content

Commit

Permalink
deps: array-flatten@3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Feb 2, 2022
1 parent 7bca273 commit 04b58bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions History.md
Expand Up @@ -5,6 +5,7 @@ This incorporates all changes after 4.17.1 up to 4.17.2.

* change:
- query parser setting defaults to `'simple'`
* deps: array-flatten@3.0.0
* deps: body-parser@2.0.0-beta.1
- `req.body` is no longer always initialized to `{}`
- `urlencoded` parser now defaults `extended` to `false`
Expand Down
2 changes: 1 addition & 1 deletion lib/application.js
Expand Up @@ -21,7 +21,7 @@ var http = require('http');
var compileETag = require('./utils').compileETag;
var compileQueryParser = require('./utils').compileQueryParser;
var compileTrust = require('./utils').compileTrust;
var flatten = require('array-flatten');
var flatten = require('array-flatten').flatten
var merge = require('utils-merge');
var resolve = require('path').resolve;
var Router = require('router');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"accepts": "~1.3.7",
"array-flatten": "2.1.1",
"array-flatten": "3.0.0",
"body-parser": "2.0.0-beta.1",
"content-disposition": "0.5.4",
"content-type": "~1.0.4",
Expand Down

0 comments on commit 04b58bd

Please sign in to comment.