Skip to content

Commit

Permalink
Update dependency @types/koa to ^2.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 1, 2020
1 parent 071de15 commit dfccb7b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/bcrypt": "^3.0.0",
"@types/http-errors": "^1.8.0",
"@types/jest": "^26.0.16",
"@types/koa": "^2.11.5",
"@types/koa": "^2.11.6",
"@types/koa__router": "^8.0.3",
"@types/node": "^14.14.10",
"@types/pug": "^2.0.4",
Expand Down
16 changes: 15 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@
dependencies:
"@types/koa" "*"

"@types/koa@*", "@types/koa@^2.11.5":
"@types/koa@*":
version "2.11.5"
resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.11.5.tgz#a2b81382bf65d72bdc3bd906abdee259fefdebc2"
integrity sha512-egP+ceD3+v9PnFW+DLTFO8mt6wa5sDqfGOBIwOAZ61Wzsq4bGZc5kMpJgcCwq7ARGIBfHBY+KkK/1RsMftV/qQ==
Expand All @@ -704,6 +704,20 @@
"@types/koa-compose" "*"
"@types/node" "*"

"@types/koa@^2.11.6":
version "2.11.6"
resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.11.6.tgz#b7030caa6b44af801c2aea13ba77d74aff7484d5"
integrity sha512-BhyrMj06eQkk04C97fovEDQMpLpd2IxCB4ecitaXwOKGq78Wi2tooaDOWOFGajPk8IkQOAtMppApgSVkYe1F/A==
dependencies:
"@types/accepts" "*"
"@types/content-disposition" "*"
"@types/cookies" "*"
"@types/http-assert" "*"
"@types/http-errors" "*"
"@types/keygrip" "*"
"@types/koa-compose" "*"
"@types/node" "*"

"@types/koa__router@^8.0.3":
version "8.0.3"
resolved "https://registry.yarnpkg.com/@types/koa__router/-/koa__router-8.0.3.tgz#f6a9ea3428d1025401f5fc21c47c18395ac44cdc"
Expand Down

0 comments on commit dfccb7b

Please sign in to comment.