Skip to content

Commit

Permalink
build(deps): bump http-errors and @types/http-errors (#306)
Browse files Browse the repository at this point in the history
Bumps [http-errors](https://github.com/jshttp/http-errors) and [@types/http-errors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-errors). These dependencies needed to be updated together.

Updates `http-errors` from 1.8.1 to 2.0.0
- [Release notes](https://github.com/jshttp/http-errors/releases)
- [Changelog](https://github.com/jshttp/http-errors/blob/master/HISTORY.md)
- [Commits](jshttp/http-errors@1.8.1...v2.0.0)

Updates `@types/http-errors` from 1.8.2 to 2.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/http-errors)

---
updated-dependencies:
- dependency-name: http-errors
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/http-errors"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2023
1 parent 7aaeeda commit fa454fa
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 49 deletions.
92 changes: 45 additions & 47 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"ws": "^8.12.1"
},
"dependencies": {
"@types/http-errors": "^1.8.1",
"@types/http-errors": "^2.0.1",
"destroy": "^1.2.0",
"fp-future": "^1.0.1",
"http-errors": "^1.8.1",
"http-errors": "^2.0.0",
"mitt": "^3.0.0",
"node-fetch": "^2.6.9",
"on-finished": "^2.4.1",
Expand Down

0 comments on commit fa454fa

Please sign in to comment.