mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
chore(deps-dev): bump @types/koa from 2.13.6 to 2.13.8 (#12972)
* chore(deps-dev): bump @types/koa from 2.13.6 to 2.13.8 Bumps [@types/koa](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa) from 2.13.6 to 2.13.8. - [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:
+1
-1
@@ -149,7 +149,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/eslint-formatter-sarif": "3.0.0",
|
||||
"@types/koa": "2.13.6",
|
||||
"@types/koa": "2.13.8",
|
||||
"@vercel/nft": "0.22.6",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "8.45.0",
|
||||
|
||||
Generated
+9
-5
@@ -1,5 +1,9 @@
|
||||
lockfileVersion: '6.0'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
dependencies:
|
||||
'@koa/router':
|
||||
specifier: 12.0.0
|
||||
@@ -196,8 +200,8 @@ devDependencies:
|
||||
specifier: 3.0.0
|
||||
version: 3.0.0
|
||||
'@types/koa':
|
||||
specifier: 2.13.6
|
||||
version: 2.13.6
|
||||
specifier: 2.13.8
|
||||
version: 2.13.8
|
||||
'@vercel/nft':
|
||||
specifier: 0.22.6
|
||||
version: 0.22.6
|
||||
@@ -1429,11 +1433,11 @@ packages:
|
||||
/@types/koa-compose@3.2.5:
|
||||
resolution: {integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==}
|
||||
dependencies:
|
||||
'@types/koa': 2.13.6
|
||||
'@types/koa': 2.13.8
|
||||
dev: true
|
||||
|
||||
/@types/koa@2.13.6:
|
||||
resolution: {integrity: sha512-diYUfp/GqfWBAiwxHtYJ/FQYIXhlEhlyaU7lB/bWQrx4Il9lCET5UwpFy3StOAohfsxxvEQ11qIJgT1j2tfBvw==}
|
||||
/@types/koa@2.13.8:
|
||||
resolution: {integrity: sha512-Ugmxmgk/yPRW3ptBTh9VjOLwsKWJuGbymo1uGX0qdaqqL18uJiiG1ZoV0rxCOYSaDGhvEp5Ece02Amx0iwaxQQ==}
|
||||
dependencies:
|
||||
'@types/accepts': 1.3.5
|
||||
'@types/content-disposition': 0.5.5
|
||||
|
||||
Reference in New Issue
Block a user