Skip to content

Commit

Permalink
chore(deps): bump koa-bodyparser and @types/koa-bodyparser
Browse files Browse the repository at this point in the history
Bumps [koa-bodyparser](https://github.com/koajs/bodyparser) and [@types/koa-bodyparser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa-bodyparser). These dependencies needed to be updated together.

Updates `koa-bodyparser` from 4.3.0 to 4.4.1
- [Changelog](https://github.com/koajs/bodyparser/blob/master/History.md)
- [Commits](koajs/bodyparser@4.3.0...4.4.1)

Updates `@types/koa-bodyparser` from 4.3.7 to 4.3.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa-bodyparser)

---
updated-dependencies:
- dependency-name: koa-bodyparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/koa-bodyparser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 125201d commit b62f3d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6163,12 +6163,13 @@ kleur@^3.0.3:
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==

koa-bodyparser@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/koa-bodyparser/-/koa-bodyparser-4.3.0.tgz#274c778555ff48fa221ee7f36a9fbdbace22759a"
integrity sha512-uyV8G29KAGwZc4q/0WUAjH+Tsmuv9ImfBUF2oZVyZtaeo0husInagyn/JH85xMSxM0hEk/mbCII5ubLDuqW/Rw==
version "4.4.1"
resolved "https://registry.yarnpkg.com/koa-bodyparser/-/koa-bodyparser-4.4.1.tgz#a908d848e142cc57d9eece478e932bf00dce3029"
integrity sha512-kBH3IYPMb+iAXnrxIhXnW+gXV8OTzCu8VPDqvcDHW9SQrbkHmqPQtiZwrltNmSq6/lpipHnT7k7PsjlVD7kK0w==
dependencies:
co-body "^6.0.0"
copy-to "^2.0.1"
type-is "^1.6.18"

koa-compose@^4.1.0:
version "4.1.0"
Expand Down

0 comments on commit b62f3d7

Please sign in to comment.