From a456cd38c6f85863596eb8c775e92abbe8f415d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 03:16:09 +0000 Subject: [PATCH] Update dependency @types/koa__router to v12 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d2011d2e9..9609da1f1 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/http-errors": "^1.8.1", "@types/jest": "^27.4.0", "@types/koa": "^2.11.5", - "@types/koa__router": "^8.0.11", + "@types/koa__router": "^12.0.1", "@types/node": "^14.18.5", "@types/pug": "^2.0.6", "@types/react": "^16.9.53", diff --git a/yarn.lock b/yarn.lock index 3abcc03cf..ce99ceacf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1079,10 +1079,10 @@ "@types/koa-compose" "*" "@types/node" "*" -"@types/koa__router@^8.0.11": - version "8.0.11" - resolved "https://registry.yarnpkg.com/@types/koa__router/-/koa__router-8.0.11.tgz#d7b37e6db934fc072ea1baa2ab92bc8ac4564f3e" - integrity sha512-WXgKWpBsbS14kzmzD9LeFapOIa678h7zvUHxDwXwSx4ETKXhXLVUAToX6jZ/U7EihM7qwyD9W/BZvB0MRu7MTQ== +"@types/koa__router@^12.0.1": + version "12.0.1" + resolved "https://registry.yarnpkg.com/@types/koa__router/-/koa__router-12.0.1.tgz#e77b0c4081b1c56b004baf92afdd31766d5701f3" + integrity sha512-uqV+v6pCsfLZwK+Ar6XavKSZ6Cbsgw12bCEX9L0IKHj81LTWXcrayxJWkLtez5vOMQlq+ax+lZcuCyh9CgxYGw== dependencies: "@types/koa" "*"