Skip to content

Commit

Permalink
fix(deps): update dependency koa to v2.15.0 (#593)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent 2c24c70 commit 9a74d16
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 84 deletions.
91 changes: 10 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@ckb-lumos/rpc": "0.21.1",
"@types/koa-compose": "3.2.8",
"@types/koa-router": "7.4.8",
"koa": "2.14.2",
"koa": "2.15.0",
"reflect-metadata": "0.1.13"
}
}
2 changes: 1 addition & 1 deletion packages/samples/mvp-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@koa/cors": "4.0.0",
"dotenv": "16.3.1",
"http-errors": "2.0.0",
"koa": "2.14.2",
"koa": "2.15.0",
"koa-body": "6.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/sudt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@ckb-js/kuai-models": "0.0.1-alpha.2",
"@ckb-lumos/lumos": "0.21.1",
"http-errors": "2.0.0",
"koa": "2.14.1",
"koa": "2.15.0",
"koa-body": "6.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 9a74d16

Please sign in to comment.