From 0f080deeee781c4fac12efeaa94ad818f13f7485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 06:36:21 +0800 Subject: [PATCH] chore(deps-dev): bump @types/koa__router from 12.0.0 to 12.0.1 (#13306) * chore(deps-dev): bump @types/koa__router from 12.0.0 to 12.0.1 Bumps [@types/koa__router](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa__router) from 12.0.0 to 12.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa__router) --- updated-dependencies: - dependency-name: "@types/koa__router" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ec29a602c..470d54827 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "@types/koa-favicon": "2.0.21", "@types/koa-mount": "4.0.2", "@types/koa-static": "4.0.2", - "@types/koa__router": "12.0.0", + "@types/koa__router": "12.0.1", "@types/lint-staged": "13.2.0", "@types/mailparser": "3.4.0", "@types/markdown-it": "13.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 68427c2d5..faefad6bc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -245,8 +245,8 @@ devDependencies: specifier: 4.0.2 version: 4.0.2 '@types/koa__router': - specifier: 12.0.0 - version: 12.0.0 + specifier: 12.0.1 + version: 12.0.1 '@types/lint-staged': specifier: 13.2.0 version: 13.2.0 @@ -1598,8 +1598,8 @@ packages: '@types/node': 20.5.6 dev: true - /@types/koa__router@12.0.0: - resolution: {integrity: sha512-S6eHyZyoWCZLNHyy8j0sMW85cPrpByCbGGU2/BO4IzGiI87aHJ92lZh4E9xfsM9DcbCT469/OIqyC0sSJXSIBQ==} + /@types/koa__router@12.0.1: + resolution: {integrity: sha512-uqV+v6pCsfLZwK+Ar6XavKSZ6Cbsgw12bCEX9L0IKHj81LTWXcrayxJWkLtez5vOMQlq+ax+lZcuCyh9CgxYGw==} dependencies: '@types/koa': 2.13.8 dev: true