Skip to content

Commit f622d45

Browse files
fix(deps): update dependency koa to v3.1.0 (#284)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [koa](https://koajs.com) ([source](https://redirect.github.com/koajs/koa)) | [`3.0.3` -> `3.1.0`](https://renovatebot.com/diffs/npm/koa/3.0.3/3.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/koa/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/koa/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/koa/3.0.3/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/koa/3.0.3/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>koajs/koa (koa)</summary> ### [`v3.1.0`](https://redirect.github.com/koajs/koa/blob/HEAD/History.md#253--2018-09-11) [Compare Source](https://redirect.github.com/koajs/koa/compare/v3.0.3...v3.1.0) \================== **fixes** - \[[`2ee32f5`](http://github.com/koajs/koa/commit/2ee32f50b88b383317e33cc0a4bfaa5f2eadead7)] - fix: pin debug@\~3.1.0 avoid deprecated warnning ([#&#8203;1245](https://redirect.github.com/koajs/koa/issues/1245)) (fengmk2 <<fengmk2@&#8203;gmail.com>>) **others** - \[[`2180839`](http://github.com/koajs/koa/commit/2180839eda2cb16edcfda46ccfe24711680af850)] - docs: Update koa-vs-express.md ([#&#8203;1230](https://redirect.github.com/koajs/koa/issues/1230)) (Clayton Ray <<iamclaytonray@gmail.com>>) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9eefc0 commit f622d45

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@graphile-contrib/pg-simplify-inflector": "6.1.0",
2323
"@koa/router": "14.0.0",
2424
"dotenv": "17.2.3",
25-
"koa": "3.0.3",
25+
"koa": "3.1.0",
2626
"koa-bodyparser": "4.4.1",
2727
"koa-compress": "5.1.1",
2828
"koa-helmet": "8.0.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)