From 86255384c29634610cd00e233f30a906a84f3c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:22:58 +0800 Subject: [PATCH] chore(deps-dev): bump @types/koa-favicon from 2.0.22 to 2.1.1 (#13486) * chore(deps-dev): bump @types/koa-favicon from 2.0.22 to 2.1.1 Bumps [@types/koa-favicon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa-favicon) from 2.0.22 to 2.1.1. - [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-minor ... 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 a7d16d443..5710d03ce 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "@types/json-bigint": "1.0.2", "@types/koa": "2.13.9", "@types/koa-basic-auth": "2.0.4", - "@types/koa-favicon": "2.0.22", + "@types/koa-favicon": "2.1.1", "@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 aa115a89e..3c569b124 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.0.22 - version: 2.0.22 + specifier: 2.1.1 + version: 2.1.1 '@types/koa-mount': specifier: 4.0.3 version: 4.0.3 @@ -1568,8 +1568,8 @@ packages: '@types/koa': 2.13.9 dev: true - /@types/koa-favicon@2.0.22: - resolution: {integrity: sha512-oyLEtX7JgJ6Fm3luqcuKi6qjTBHWMwS9dQblxkIPgtQiHEyfYm99ow6igqI440yV+k61S+ubnbmv1q0kZWyV/A==} + /@types/koa-favicon@2.1.1: + resolution: {integrity: sha512-6+Ex6H8CJKH/hAwPHugkJgFtiGfoN7lfj7znPZ6ov0T0WPtgYT0mn3q6B/BYlA3WlN0OpHxnpd3gDI+9xeAJAA==} dependencies: '@types/koa': 2.13.9 dev: true