Skip to content

Commit

Permalink
fix(deps): update dependency @koa/cors to v5 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ivangabriele committed Feb 21, 2024
1 parent f74a102 commit cf18078
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@koa/bodyparser": "5.0.0",
"@koa/cors": "4.0.0",
"@koa/cors": "5.0.0",
"@koa/router": "12.0.0",
"cheerio": "1.0.0-rc.12",
"class-transformer": "0.5.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -784,12 +784,12 @@ __metadata:
languageName: node
linkType: hard

"@koa/cors@npm:4.0.0":
version: 4.0.0
resolution: "@koa/cors@npm:4.0.0"
"@koa/cors@npm:5.0.0":
version: 5.0.0
resolution: "@koa/cors@npm:5.0.0"
dependencies:
vary: ^1.1.2
checksum: e0760544823532f2d71d792e3076858e38bab9b1c090abea175f1319fd91ea58a1da384a2fe7f5108f1c681e3830b01f62a1cafe271d6406751976af443187aa
checksum: 050701fb57dede2fefe0217459782bab7c9488fd07ff1f87fff680005cab43e03b7509e6015ea68082aadb1b31fe3eea7858ebdc93a2cf6f26d36d071190d50c
languageName: node
linkType: hard

Expand Down Expand Up @@ -2561,7 +2561,7 @@ __metadata:
dependencies:
"@ivangabriele/prettier-config": 3.1.0
"@koa/bodyparser": 5.0.0
"@koa/cors": 4.0.0
"@koa/cors": 5.0.0
"@koa/router": 12.0.0
"@swc/core": 1.3.92
"@swc/jest": 0.2.29
Expand Down

0 comments on commit cf18078

Please sign in to comment.