From d90e1eeb37afa869e86993c66b1039365cea2c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 03:12:25 +0000 Subject: [PATCH] chore(deps-dev): bump @types/koa-favicon from 2.1.1 to 2.1.2 (#13561) * chore(deps-dev): bump @types/koa-favicon from 2.1.1 to 2.1.2 Bumps [@types/koa-favicon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa-favicon) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa-favicon) --- updated-dependencies: - dependency-name: "@types/koa-favicon" 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 4ca91c95108686..0b87e77a054e59 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "@types/json-bigint": "1.0.3", "@types/koa": "2.13.9", "@types/koa-basic-auth": "2.0.4", - "@types/koa-favicon": "2.1.1", + "@types/koa-favicon": "2.1.2", "@types/koa-mount": "4.0.3", "@types/koa-static": "4.0.2", "@types/koa__router": "12.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 71fa180cd4ef81..7ffea6d19bf198 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -239,8 +239,8 @@ devDependencies: specifier: 2.0.4 version: 2.0.4 '@types/koa-favicon': - specifier: 2.1.1 - version: 2.1.1 + specifier: 2.1.2 + version: 2.1.2 '@types/koa-mount': specifier: 4.0.3 version: 4.0.3 @@ -1576,8 +1576,8 @@ packages: '@types/koa': 2.13.9 dev: true - /@types/koa-favicon@2.1.1: - resolution: {integrity: sha512-6+Ex6H8CJKH/hAwPHugkJgFtiGfoN7lfj7znPZ6ov0T0WPtgYT0mn3q6B/BYlA3WlN0OpHxnpd3gDI+9xeAJAA==} + /@types/koa-favicon@2.1.2: + resolution: {integrity: sha512-YXGc7+1F0jMlBereDjHCYSHlrxT3aBGhlPNWOodyLabZpsJvTlDrvpKRf5i6WvHpRUXoOlG9zc093U0RJ/Ggkw==} dependencies: '@types/koa': 2.13.9 dev: true