Skip to content

Commit 2bf7465

Browse files
fix(deps): update dependency koa to v3.0.2 (#256)
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.1` -> `3.0.2`](https://renovatebot.com/diffs/npm/koa/3.0.1/3.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/koa/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/koa/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/koa/3.0.1/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/koa/3.0.1/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>koajs/koa (koa)</summary> ### [`v3.0.2`](https://redirect.github.com/koajs/koa/releases/tag/v3.0.2) [Compare Source](https://redirect.github.com/koajs/koa/compare/v3.0.1...v3.0.2) #### What's Changed - fix: fixes response.attachment behaviour leads to Content-Type Sniffing by [@&#8203;yowainwright](https://redirect.github.com/yowainwright) in [#&#8203;1904](https://redirect.github.com/koajs/koa/pull/1904) - chore: use NPM trusted publishing with semver tag triggers by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;1907](https://redirect.github.com/koajs/koa/pull/1907) #### New Contributors - [@&#8203;Copilot](https://redirect.github.com/Copilot) made their first contribution in [#&#8203;1907](https://redirect.github.com/koajs/koa/pull/1907) **Full Changelog**: <koajs/koa@v3.0.1...v3.0.2> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 512d81d commit 2bf7465

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.1",
25+
"koa": "3.0.2",
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)