mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(deps): bump @koa/cors from 4.0.0 to 5.0.0 (#5094)
Bumps [@koa/cors](https://github.com/koajs/cors) from 4.0.0 to 5.0.0. - [Changelog](https://github.com/koajs/cors/blob/master/History.md) - [Commits](https://github.com/koajs/cors/compare/4.0.0...5.0.0) --- updated-dependencies: - dependency-name: "@koa/cors" dependency-type: direct:production ... 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
5c936e0976
commit
72fa53f1f3
2 changed files with 11 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
"@aws-sdk/client-s3": "^3.315.0",
|
||||
"@azure/storage-blob": "^12.13.0",
|
||||
"@google-cloud/storage": "^7.3.0",
|
||||
"@koa/cors": "^4.0.0",
|
||||
"@koa/cors": "^5.0.0",
|
||||
"@logto/affiliate": "^0.1.0",
|
||||
"@logto/app-insights": "workspace:^1.3.1",
|
||||
"@logto/cli": "workspace:^1.12.0",
|
||||
|
|
|
@ -3137,8 +3137,8 @@ importers:
|
|||
specifier: ^7.3.0
|
||||
version: 7.3.0
|
||||
'@koa/cors':
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.0
|
||||
specifier: ^5.0.0
|
||||
version: 5.0.0
|
||||
'@logto/affiliate':
|
||||
specifier: ^0.1.0
|
||||
version: 0.1.0
|
||||
|
@ -7412,6 +7412,13 @@ packages:
|
|||
vary: 1.1.2
|
||||
dev: false
|
||||
|
||||
/@koa/cors@5.0.0:
|
||||
resolution: {integrity: sha512-x/iUDjcS90W69PryLDIMgFyV21YLTnG9zOpPXS7Bkt2b8AsY3zZsIpOLBkYr9fBcF3HbkKaER5hOBZLfpLgYNw==}
|
||||
engines: {node: '>= 14.0.0'}
|
||||
dependencies:
|
||||
vary: 1.1.2
|
||||
dev: false
|
||||
|
||||
/@koa/router@12.0.0:
|
||||
resolution: {integrity: sha512-cnnxeKHXlt7XARJptflGURdJaO+ITpNkOHmQu7NHmCoRinPbyvFzce/EG/E8Zy81yQ1W9MoSdtklc3nyaDReUw==}
|
||||
engines: {node: '>= 12'}
|
||||
|
@ -20663,7 +20670,7 @@ packages:
|
|||
dev: true
|
||||
|
||||
/vary@1.1.2:
|
||||
resolution: {integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=}
|
||||
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
|
||||
engines: {node: '>= 0.8'}
|
||||
|
||||
/vfile-location@3.2.0:
|
||||
|
|
Loading…
Reference in a new issue