mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
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:
parent
db0915c6cf
commit
64bd576559
2 changed files with 4 additions and 4 deletions
6
Server/package-lock.json
generated
6
Server/package-lock.json
generated
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue