mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Add body-parser middleware
This commit is contained in:
parent
4f4f460863
commit
9f25c42f8c
2 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@
|
|||
"array.prototype.find": "^2.0.4",
|
||||
"autosize": "^4.0.0",
|
||||
"basic-auth": "^2.0.0",
|
||||
"body-parser": "^1.18.2",
|
||||
"classnames": "^2.2.5",
|
||||
"compression": "^1.7.1",
|
||||
"cookie-parser": "^1.4.3",
|
||||
|
|
|
|||
|
|
@ -1180,7 +1180,7 @@ bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
|
|||
version "4.11.8"
|
||||
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
|
||||
|
||||
body-parser@1.18.2:
|
||||
body-parser@1.18.2, body-parser@^1.18.2:
|
||||
version "1.18.2"
|
||||
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.18.2.tgz#87678a19d84b47d859b83199bd59bce222b10454"
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue