Skip to content

Commit

Permalink
deps: lock file maintenance (#223)
Browse files Browse the repository at this point in the history
* deps: lock file maintenance

* Placate linter

* Downgrade SuperTest types

Koa & SuperTest disagree on their request listener signature. Hopefully
this is resolved soon.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ryan Ling <ryan@outlook.com.au>
  • Loading branch information
renovate[bot] and 72636c authored Jan 2, 2024
1 parent c8695e5 commit 3d40b7e
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 439 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
},
"devDependencies": {
"@koa/router": "12.0.1",
"@types/koa": "2.13.9",
"@types/koa__router": "12.0.1",
"@types/node": "16.18.57",
"@types/supertest": "2.0.14",
"@types/koa": "2.13.12",
"@types/koa__router": "12.0.4",
"@types/node": "20.10.6",
"@types/supertest": "2.0.16",
"hot-shots": "10.0.0",
"koa": "2.15.0",
"skuba": "7.3.1",
Expand Down
Loading

0 comments on commit 3d40b7e

Please sign in to comment.