Skip to content

Commit

Permalink
Update dependency @types/koa to v2.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 28, 2023
1 parent a26a4df commit e0d27cf
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 @@ -40,7 +40,7 @@
"@stryker-mutator/core": "7.1.1",
"@stryker-mutator/jest-runner": "7.1.1",
"@testing-library/dom": "^9.3.0",
"@types/koa": "2.13.6",
"@types/koa": "2.13.7",
"@types/koa-static": "^4.0.2",
"eslint": "8.45.0",
"eslint-config-hardcore": "36.4.0",
Expand Down
16 changes: 15 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2824,7 +2824,7 @@
"@types/koa" "*"
"@types/koa-send" "*"

"@types/koa@*", "@types/koa@2.13.6", "@types/koa@^2.13.6":
"@types/koa@*", "@types/koa@^2.13.6":
version "2.13.6"
resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.13.6.tgz#6dc14e727baf397310aa6f414ebe5d144983af42"
integrity sha512-diYUfp/GqfWBAiwxHtYJ/FQYIXhlEhlyaU7lB/bWQrx4Il9lCET5UwpFy3StOAohfsxxvEQ11qIJgT1j2tfBvw==
Expand All @@ -2838,6 +2838,20 @@
"@types/koa-compose" "*"
"@types/node" "*"

"@types/[email protected]":
version "2.13.7"
resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.13.7.tgz#cc90e9cc54402534be3cb13fbd809ecf3cf3da23"
integrity sha512-Xd9xiGmTDv57y86kQYnBZZcE9H8cJhv+aL0YH+hZIa3rbUDNdk+EY6wcJC3xCyfrVIC+vjhtNENFwisF+E8Zhg==
dependencies:
"@types/accepts" "*"
"@types/content-disposition" "*"
"@types/cookies" "*"
"@types/http-assert" "*"
"@types/http-errors" "*"
"@types/keygrip" "*"
"@types/koa-compose" "*"
"@types/node" "*"

"@types/mdast@^3.0.0":
version "3.0.10"
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.10.tgz#4724244a82a4598884cbbe9bcfd73dff927ee8af"
Expand Down

0 comments on commit e0d27cf

Please sign in to comment.