Merge pull request #481 from fraction/dependabot/npm_and_yarn/koa-body-4.2.0

Bump koa-body from 4.1.1 to 4.2.0
This commit is contained in:
Christian Bundy 2020-11-21 16:16:00 -08:00 committed by GitHub
commit 2f0b6ddaad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
package-lock.json generated
View File

@ -5156,9 +5156,9 @@
}
},
"koa-body": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/koa-body/-/koa-body-4.1.1.tgz",
"integrity": "sha512-rLb/KVD8qplEcK8Qsu6F4Xw+uHkmx3MWogDVmMX07DpjXizhw3pOEp1ja1MqqAcl0ei75AsrbGVDlySmsUrreA==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/koa-body/-/koa-body-4.2.0.tgz",
"integrity": "sha512-wdGu7b9amk4Fnk/ytH8GuWwfs4fsB5iNkY8kZPpgQVb04QZSv85T0M8reb+cJmvLE8cjPYvBzRikD3s6qz8OoA==",
"requires": {
"@types/formidable": "^1.0.31",
"co-body": "^5.1.1",