mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore(deps): update dependency @types/koa__cors to v5 (#5177)
Co-authored-by: Gao Sun <gao@silverhand.io>
This commit is contained in:
parent
bc2d831cc9
commit
85a1c781b0
2 changed files with 5 additions and 5 deletions
|
@ -105,7 +105,7 @@
|
|||
"@types/koa-logger": "^3.1.1",
|
||||
"@types/koa-mount": "^4.0.0",
|
||||
"@types/koa-send": "^4.1.3",
|
||||
"@types/koa__cors": "^4.0.0",
|
||||
"@types/koa__cors": "^5.0.0",
|
||||
"@types/node": "^20.9.5",
|
||||
"@types/oidc-provider": "^8.0.0",
|
||||
"@types/pluralize": "^0.0.33",
|
||||
|
|
|
@ -3363,8 +3363,8 @@ importers:
|
|||
specifier: ^4.1.3
|
||||
version: 4.1.3
|
||||
'@types/koa__cors':
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.0
|
||||
specifier: ^5.0.0
|
||||
version: 5.0.0
|
||||
'@types/node':
|
||||
specifier: ^20.9.5
|
||||
version: 20.10.4
|
||||
|
@ -10017,8 +10017,8 @@ packages:
|
|||
'@types/node': 20.10.4
|
||||
dev: true
|
||||
|
||||
/@types/koa__cors@4.0.0:
|
||||
resolution: {integrity: sha512-qpwswNgQ2GxiDGNnKbDSBY5XmQTVJ6fspNvInLsAJ+jSwINxihvVzblj5anujNBg2BtL0xpUrcIt3UYwGzu05A==}
|
||||
/@types/koa__cors@5.0.0:
|
||||
resolution: {integrity: sha512-LCk/n25Obq5qlernGOK/2LUwa/2YJb2lxHUkkvYFDOpLXlVI6tKcdfCHRBQnOY4LwH6el5WOLs6PD/a8Uzau6g==}
|
||||
dependencies:
|
||||
'@types/koa': 2.13.4
|
||||
dev: true
|
||||
|
|
Loading…
Reference in a new issue