chore(deps-dev): bump @types/koa-favicon from 2.1.2 to 2.1.3 (#13723)
* chore(deps-dev): bump @types/koa-favicon from 2.1.2 to 2.1.3 Bumps [@types/koa-favicon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa-favicon) from 2.1.2 to 2.1.3. - [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] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0a0c7a3126
commit
ddb36fe9c4
|
|
@ -163,7 +163,7 @@
|
|||
"@types/json-bigint": "1.0.3",
|
||||
"@types/koa": "2.13.10",
|
||||
"@types/koa-basic-auth": "2.0.5",
|
||||
"@types/koa-favicon": "2.1.2",
|
||||
"@types/koa-favicon": "2.1.3",
|
||||
"@types/koa-mount": "4.0.4",
|
||||
"@types/koa-static": "4.0.3",
|
||||
"@types/koa__router": "12.0.3",
|
||||
|
|
|
|||
|
|
@ -242,8 +242,8 @@ devDependencies:
|
|||
specifier: 2.0.5
|
||||
version: 2.0.5
|
||||
'@types/koa-favicon':
|
||||
specifier: 2.1.2
|
||||
version: 2.1.2
|
||||
specifier: 2.1.3
|
||||
version: 2.1.3
|
||||
'@types/koa-mount':
|
||||
specifier: 4.0.4
|
||||
version: 4.0.4
|
||||
|
|
@ -1573,8 +1573,8 @@ packages:
|
|||
'@types/koa': 2.13.10
|
||||
dev: true
|
||||
|
||||
/@types/koa-favicon@2.1.2:
|
||||
resolution: {integrity: sha512-YXGc7+1F0jMlBereDjHCYSHlrxT3aBGhlPNWOodyLabZpsJvTlDrvpKRf5i6WvHpRUXoOlG9zc093U0RJ/Ggkw==}
|
||||
/@types/koa-favicon@2.1.3:
|
||||
resolution: {integrity: sha512-L1XAF8k1iOuh3hA/ZjEqWURm9/62a8A1x7BZR9ZCMw8nbnUBt6oZksz2rfKRCEwESqI2e6WVGlF03fs9DbQQXQ==}
|
||||
dependencies:
|
||||
'@types/koa': 2.13.10
|
||||
dev: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue