mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update body-parser to version 1.17.0 🚀 (#8083)
* chore(package): update body-parser to version 1.17.0 https://greenkeeper.io/ * chore: yarn.lock
This commit is contained in:
parent
1c45368150
commit
3c0adfaa28
2 changed files with 11 additions and 11 deletions
|
@ -29,7 +29,7 @@
|
|||
"archiver": "1.3.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
"bluebird": "3.4.7",
|
||||
"body-parser": "1.16.0",
|
||||
"body-parser": "1.17.0",
|
||||
"bookshelf": "0.10.3",
|
||||
"brute-knex": "https://github.com/cobbspur/brute-knex/tarball/37439f56965b17d29bb4ff9b3f3222b2f4bd6ce3",
|
||||
"bson-objectid": "1.1.5",
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -497,18 +497,18 @@ bmp-js@0.0.1:
|
|||
version "0.0.1"
|
||||
resolved "https://registry.yarnpkg.com/bmp-js/-/bmp-js-0.0.1.tgz#5ad0147099d13a9f38aa7b99af1d6e78666ed37f"
|
||||
|
||||
body-parser@1.16.0:
|
||||
version "1.16.0"
|
||||
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.16.0.tgz#924a5e472c6229fb9d69b85a20d5f2532dec788b"
|
||||
body-parser@1.17.0:
|
||||
version "1.17.0"
|
||||
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.17.0.tgz#d956ae2d756ae10bb784187725ea5a249430febd"
|
||||
dependencies:
|
||||
bytes "2.4.0"
|
||||
content-type "~1.0.2"
|
||||
debug "2.6.0"
|
||||
debug "2.6.1"
|
||||
depd "~1.1.0"
|
||||
http-errors "~1.5.1"
|
||||
http-errors "~1.6.1"
|
||||
iconv-lite "0.4.15"
|
||||
on-finished "~2.3.0"
|
||||
qs "6.2.1"
|
||||
qs "6.3.1"
|
||||
raw-body "~2.2.0"
|
||||
type-is "~1.6.14"
|
||||
|
||||
|
@ -4816,13 +4816,13 @@ qs@5.2.0:
|
|||
version "5.2.0"
|
||||
resolved "https://registry.yarnpkg.com/qs/-/qs-5.2.0.tgz#a9f31142af468cb72b25b30136ba2456834916be"
|
||||
|
||||
qs@6.2.0:
|
||||
qs@6.2.0, qs@^6.0.2, qs@^6.1.0, qs@~6.2.0:
|
||||
version "6.2.0"
|
||||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.0.tgz#3b7848c03c2dece69a9522b0fae8c4126d745f3b"
|
||||
|
||||
qs@6.2.1, qs@^6.0.2, qs@^6.1.0, qs@~6.2.0:
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.1.tgz#ce03c5ff0935bc1d9d69a9f14cbd18e568d67625"
|
||||
qs@6.3.1:
|
||||
version "6.3.1"
|
||||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.1.tgz#918c0b3bcd36679772baf135b1acb4c1651ed79d"
|
||||
|
||||
qs@6.3.1:
|
||||
version "6.3.1"
|
||||
|
|
Loading…
Reference in a new issue