chore(deps-dev): bump @types/koa from 2.13.11 to 2.13.12 (#13864)

* chore(deps-dev): bump @types/koa from 2.13.11 to 2.13.12

Bumps [@types/koa](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa) from 2.13.11 to 2.13.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa)

---
updated-dependencies:
- dependency-name: "@types/koa"
  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:
dependabot[bot] 2023-11-21 22:49:23 +00:00 committed by GitHub
parent 7f57548447
commit 129e342fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -162,7 +162,7 @@
"@types/imapflow": "1.0.16",
"@types/jsdom": "21.1.6",
"@types/json-bigint": "1.0.4",
"@types/koa": "2.13.11",
"@types/koa": "2.13.12",
"@types/koa-basic-auth": "2.0.6",
"@types/koa-favicon": "2.1.3",
"@types/koa-mount": "4.0.5",

View File

@ -239,8 +239,8 @@ devDependencies:
specifier: 1.0.4
version: 1.0.4
'@types/koa':
specifier: 2.13.11
version: 2.13.11
specifier: 2.13.12
version: 2.13.12
'@types/koa-basic-auth':
specifier: 2.0.6
version: 2.0.6
@ -1578,42 +1578,42 @@ packages:
/@types/koa-basic-auth@2.0.6:
resolution: {integrity: sha512-1/FdT3KiHIkVf+TxYiPPey0wnPBzuts6lz/Obskgo9ZY485J02+uI6STnD114L2iG+Wi5MBqU7EYNphKdKwZWQ==}
dependencies:
'@types/koa': 2.13.11
'@types/koa': 2.13.12
dev: true
/@types/koa-compose@3.2.5:
resolution: {integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==}
dependencies:
'@types/koa': 2.13.11
'@types/koa': 2.13.12
dev: true
/@types/koa-favicon@2.1.3:
resolution: {integrity: sha512-L1XAF8k1iOuh3hA/ZjEqWURm9/62a8A1x7BZR9ZCMw8nbnUBt6oZksz2rfKRCEwESqI2e6WVGlF03fs9DbQQXQ==}
dependencies:
'@types/koa': 2.13.11
'@types/koa': 2.13.12
dev: true
/@types/koa-mount@4.0.5:
resolution: {integrity: sha512-pV1njJ7r94iqAFzT9D5sGSYKUHFGudCLAnmr4WFli7V5tJf5MAgRQK9leTPJ4gjvgr+hnTf86fZsKoFN358c7w==}
dependencies:
'@types/koa': 2.13.11
'@types/koa': 2.13.12
dev: true
/@types/koa-send@4.1.3:
resolution: {integrity: sha512-daaTqPZlgjIJycSTNjKpHYuKhXYP30atFc1pBcy6HHqB9+vcymDgYTguPdx9tO4HMOqNyz6bz/zqpxt5eLR+VA==}
dependencies:
'@types/koa': 2.13.11
'@types/koa': 2.13.12
dev: true
/@types/koa-static@4.0.4:
resolution: {integrity: sha512-j1AUzzl7eJYEk9g01hNTlhmipFh8RFbOQmaMNLvLcNNAkPw0bdTs3XTa3V045XFlrWN0QYnblbDJv2RzawTn6A==}
dependencies:
'@types/koa': 2.13.11
'@types/koa': 2.13.12
'@types/koa-send': 4.1.3
dev: true
/@types/koa@2.13.11:
resolution: {integrity: sha512-0HZSGNdmLlLRvSxv0ngLSp09Hw98c+2XL3ZRYmkE6y8grqTweKEyyaj7LgxkyPUv0gQ5pNS/a7kHXo2Iwha1rA==}
/@types/koa@2.13.12:
resolution: {integrity: sha512-vAo1KuDSYWFDB4Cs80CHvfmzSQWeUb909aQib0C0aFx4sw0K9UZFz2m5jaEP+b3X1+yr904iQiruS0hXi31jbw==}
dependencies:
'@types/accepts': 1.3.5
'@types/content-disposition': 0.5.5
@ -1628,7 +1628,7 @@ packages:
/@types/koa__router@12.0.4:
resolution: {integrity: sha512-Y7YBbSmfXZpa/m5UGGzb7XadJIRBRnwNY9cdAojZGp65Cpe5MAP3mOZE7e3bImt8dfKS4UFcR16SLH8L/z7PBw==}
dependencies:
'@types/koa': 2.13.11
'@types/koa': 2.13.12
dev: true
/@types/linkify-it@3.0.3: