Skip to content

Commit

Permalink
feat: bump http-errors 2
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSemenov committed Dec 24, 2022
1 parent a0f8bb7 commit 6712dd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 33 deletions.
4 changes: 2 additions & 2 deletions packages/data-cleaner-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"test": "echo No tests so far."
},
"dependencies": {
"http-errors": "^1.7.2"
"http-errors": "^2.0.0"
},
"peerDependencies": {
"data-cleaner": "^3 | ^4"
},
"devDependencies": {
"@types/formidable": "~2.0.5",
"@types/http-errors": "^1.8.2",
"@types/http-errors": "~2.0.1",
"@types/koa": "^2.0.48",
"data-cleaner": "workspace:*",
"koa-body": "^4.1.0",
Expand Down
38 changes: 7 additions & 31 deletions pnpm-lock.yaml

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

0 comments on commit 6712dd1

Please sign in to comment.