Bump koa-bodyparser from 4.2.1 to 4.3.0

Bumps [koa-bodyparser](https://github.com/koajs/bodyparser) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/koajs/bodyparser/releases)
- [Changelog](https://github.com/koajs/bodyparser/blob/master/History.md)
- [Commits](https://github.com/koajs/bodyparser/compare/4.2.1...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-01 08:18:37 +00:00 committed by GitHub
parent 2ecf19e2e8
commit a0581b76c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -55,7 +55,7 @@
"jquery": "^3.3.1", "jquery": "^3.3.1",
"kcors": "^2.2.2", "kcors": "^2.2.2",
"koa": "^2.11.0", "koa": "^2.11.0",
"koa-bodyparser": "^4.2.1", "koa-bodyparser": "^4.3.0",
"koa-compress": "~3.0.0", "koa-compress": "~3.0.0",
"koa-csrf": "^3.0.8", "koa-csrf": "^3.0.8",
"koa-error": "^3.2.0", "koa-error": "^3.2.0",

View file

@ -4583,10 +4583,10 @@ kind-of@^6.0.0, kind-of@^6.0.2:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA== integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==
koa-bodyparser@^4.2.1: koa-bodyparser@^4.3.0:
version "4.2.1" version "4.3.0"
resolved "https://registry.yarnpkg.com/koa-bodyparser/-/koa-bodyparser-4.2.1.tgz#4d7dacb5e6db1106649b595d9e5ccb158b6f3b29" resolved "https://registry.yarnpkg.com/koa-bodyparser/-/koa-bodyparser-4.3.0.tgz#274c778555ff48fa221ee7f36a9fbdbace22759a"
integrity sha512-UIjPAlMZfNYDDe+4zBaOAUKYqkwAGcIU6r2ARf1UOXPAlfennQys5IiShaVeNf7KkVBlf88f2LeLvBFvKylttw== integrity sha512-uyV8G29KAGwZc4q/0WUAjH+Tsmuv9ImfBUF2oZVyZtaeo0husInagyn/JH85xMSxM0hEk/mbCII5ubLDuqW/Rw==
dependencies: dependencies:
co-body "^6.0.0" co-body "^6.0.0"
copy-to "^2.0.1" copy-to "^2.0.1"