Skip to content

Commit

Permalink
chore(deps): bump koa-router from 12.0.0 to 12.0.1
Browse files Browse the repository at this point in the history
Bumps [koa-router](https://github.com/koajs/router) from 12.0.0 to 12.0.1.
- [Release notes](https://github.com/koajs/router/releases)
- [Changelog](https://github.com/koajs/router/blob/master/HISTORY.md)
- [Commits](koajs/router@v12.0.0...v12.0.1)

---
updated-dependencies:
- dependency-name: koa-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 2beaa0c commit c9355c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"koa": "^2.15.3",
"koa-helmet": "^7.0.2",
"koa-logger": "^3.2.1",
"koa-router": "^12.0.0",
"koa-router": "^12.0.1",
"winston": "^3.13.0"
},
"lint-staged": {
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3989,11 +3989,12 @@ koa-logger@^3.2.1:
humanize-number "0.0.2"
passthrough-counter "^1.0.0"

koa-router@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/koa-router/-/koa-router-12.0.0.tgz#94276df8c7aef424b86728b0ff4a69de50050dbc"
integrity sha512-zGrdiXygGYW8WvrzeGsHZvKnHs4DzyGoqJ9a8iHlRkiwuEAOAPyI27//OlhoWdgFAEIM3qbUgr0KCuRaP/TCag==
koa-router@^12.0.1:
version "12.0.1"
resolved "https://registry.yarnpkg.com/koa-router/-/koa-router-12.0.1.tgz#a3c1c331032d442da786f0631d23e74d51b6882e"
integrity sha512-gaDdj3GtzoLoeosacd50kBBTnnh3B9AYxDThQUo4sfUyXdOhY6ku1qyZKW88tQCRgc3Sw6ChXYXWZwwgjOxE0w==
dependencies:
debug "^4.3.4"
http-errors "^2.0.0"
koa-compose "^4.1.0"
methods "^1.1.2"
Expand Down

0 comments on commit c9355c9

Please sign in to comment.