From 8a9271dabc45a83a38bbe0b07b657a1cd4f57e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 08:49:08 +0800 Subject: [PATCH] chore(deps-dev): bump @types/koa-mount from 4.0.2 to 4.0.3 (#13305) * chore(deps-dev): bump @types/koa-mount from 4.0.2 to 4.0.3 Bumps [@types/koa-mount](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa-mount) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa-mount) --- updated-dependencies: - dependency-name: "@types/koa-mount" 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 222430d73..fb050cdc3 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "@types/koa": "2.13.9", "@types/koa-basic-auth": "2.0.4", "@types/koa-favicon": "2.0.22", - "@types/koa-mount": "4.0.2", + "@types/koa-mount": "4.0.3", "@types/koa-static": "4.0.2", "@types/koa__router": "12.0.1", "@types/lint-staged": "13.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7695a8019..8a040320b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -239,8 +239,8 @@ devDependencies: specifier: 2.0.22 version: 2.0.22 '@types/koa-mount': - specifier: 4.0.2 - version: 4.0.2 + specifier: 4.0.3 + version: 4.0.3 '@types/koa-static': specifier: 4.0.2 version: 4.0.2 @@ -1566,8 +1566,8 @@ packages: '@types/koa': 2.13.9 dev: true - /@types/koa-mount@4.0.2: - resolution: {integrity: sha512-XnuGwV8bzw22nv2WqOs5a8wCHR2VgSnLLLuBQPzNTmhyiAvH0O6c+994rQVbMaBuwQJKefUInkvKoKuk+21uew==} + /@types/koa-mount@4.0.3: + resolution: {integrity: sha512-WXhyitlW5B6zW31cKZO+RBl38afLmO9847M8PaKmcnO5tqGJy/+XcH5N/69Nsp+vKvFXhDOY9GM5uF34HrWgrw==} dependencies: '@types/koa': 2.13.9 dev: true