Skip to content

Commit

Permalink
build(deps): bump koa-router from 9.4.0 to 10.1.1
Browse files Browse the repository at this point in the history
Bumps [koa-router](https://github.com/koajs/router) from 9.4.0 to 10.1.1.
- [Release notes](https://github.com/koajs/router/releases)
- [Changelog](https://github.com/koajs/router/blob/master/history.md)
- [Commits](koajs/router@v9.4.0...v10.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2021
1 parent d1c84d1 commit 0d1082f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"koa-body": "^4.2.0",
"koa-compress": "^5.1.0",
"koa-no-trailing-slash": "^2.1.0",
"koa-router": "^9.4.0",
"koa-router": "^10.1.1",
"moment": "^2.29.1",
"mri": "^1.2.0",
"node-fetch": "^2.6.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4240,10 +4240,10 @@ koa-no-trailing-slash@^2.1.0:
resolved "https://registry.yarnpkg.com/koa-no-trailing-slash/-/koa-no-trailing-slash-2.1.0.tgz#a6a090cd4e77f72d47bec75be8b6b895f6a27a12"
integrity sha1-pqCQzU539y1Hvsdb6La4lfaiehI=

koa-router@^9.4.0:
version "9.4.0"
resolved "https://registry.yarnpkg.com/koa-router/-/koa-router-9.4.0.tgz#7bd3cd4f6247256e4b56fbb2203bde3851acc15a"
integrity sha512-RO/Y8XqSNM2J5vQeDaBI/7iRpL50C9QEudY4d3T4D1A2VMKLH0swmfjxDFPiIpVDLuNN6mVD9zBI1eFTHB6QaA==
koa-router@^10.1.1:
version "10.1.1"
resolved "https://registry.yarnpkg.com/koa-router/-/koa-router-10.1.1.tgz#20809f82648518b84726cd445037813cd99f17ff"
integrity sha512-z/OzxVjf5NyuNO3t9nJpx7e1oR3FSBAauiwXtMQu4ppcnuNZzTaQ4p21P8A6r2Es8uJJM339oc4oVW+qX7SqnQ==
dependencies:
debug "^4.1.1"
http-errors "^1.7.3"
Expand Down

0 comments on commit 0d1082f

Please sign in to comment.