Skip to content

Commit 7a7343e

Browse files
fix(deps): update dependency @koa/bodyparser to v6.1.0 (#449)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [@koa/bodyparser](https://redirect.github.com/koajs/bodyparser) | [`6.0.0` → `6.1.0`](https://renovatebot.com/diffs/npm/@koa%2fbodyparser/6.0.0/6.1.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@koa%2fbodyparser/6.1.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@koa%2fbodyparser/6.1.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@koa%2fbodyparser/6.0.0/6.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@koa%2fbodyparser/6.0.0/6.1.0?slim=true) | --- ### Release Notes <details> <summary>koajs/bodyparser (@&#8203;koa/bodyparser)</summary> ### [`v6.1.0`](https://redirect.github.com/koajs/bodyparser/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/koajs/bodyparser/compare/v6.0.0...v6.1.0) - format code + bumps deps [`fea9e93`](https://redirect.github.com/koajs/bodyparser/commit/fea9e93) - fix: Use `unknown` instead of `any` for Koa Request.body ([#&#8203;173](https://redirect.github.com/koajs/bodyparser/issues/173)) [`e3c0241`](https://redirect.github.com/koajs/bodyparser/commit/e3c0241) - chore: streamline repository URL ([#&#8203;172](https://redirect.github.com/koajs/bodyparser/issues/172)) [`6dbc31a`](https://redirect.github.com/koajs/bodyparser/commit/6dbc31a) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/BSStudio/bss-web-graphql-backend). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c906e21 commit 7a7343e

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"//": "Dependencies required at runtime",
2121
"dependencies": {
2222
"@graphile-contrib/pg-simplify-inflector": "6.1.0",
23-
"@koa/bodyparser": "6.0.0",
23+
"@koa/bodyparser": "6.1.0",
2424
"@koa/router": "15.2.0",
2525
"dotenv": "17.2.3",
2626
"helmet": "8.1.0",

pnpm-lock.yaml

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)