build(deps): bump koa-bodyparser from 4.2.1 to 4.3.0 in /Server

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-05-05 10:26:40 +00:00 committed by GitHub
parent db0915c6cf
commit 64bd576559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1989,9 +1989,9 @@
}
},
"koa-bodyparser": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.2.1.tgz",
"integrity": "sha512-UIjPAlMZfNYDDe+4zBaOAUKYqkwAGcIU6r2ARf1UOXPAlfennQys5IiShaVeNf7KkVBlf88f2LeLvBFvKylttw==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.3.0.tgz",
"integrity": "sha512-uyV8G29KAGwZc4q/0WUAjH+Tsmuv9ImfBUF2oZVyZtaeo0husInagyn/JH85xMSxM0hEk/mbCII5ubLDuqW/Rw==",
"requires": {
"co-body": "^6.0.0",
"copy-to": "^2.0.1"

View file

@ -21,7 +21,7 @@
"immutable": "^4.0.0-rc.12",
"koa": "^2.11.0",
"koa-better-router": "^2.1.1",
"koa-bodyparser": "^4.2.1",
"koa-bodyparser": "^4.3.0",
"koa-compress": "^3.0.0",
"koa-send": "5.0.0",
"koa-session": "^5.12.3",