Skip to content

Commit

Permalink
fix(deps): update dependency http-errors to v1.8.1 (#2705)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Nov 27, 2021
1 parent 46a4e8e commit eee19a5
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 15 deletions.
33 changes: 26 additions & 7 deletions .pnp.js

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"express": "4.17.1",
"fast-safe-stringify": "^2.0.8",
"handlebars": "4.7.7",
"http-errors": "1.8.0",
"http-errors": "1.8.1",
"js-yaml": "4.1.0",
"jsonwebtoken": "8.5.1",
"kleur": "4.1.4",
Expand Down Expand Up @@ -89,7 +89,7 @@
"@octokit/rest": "18.6.0",
"@types/async": "3.2.9",
"@types/express": "4.17.6",
"@types/http-errors": "1.8.0",
"@types/http-errors": "1.8.1",
"@types/jest": "26.0.14",
"@types/lodash": "4.14.167",
"@types/mime": "2.0.3",
Expand Down
32 changes: 26 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2924,10 +2924,10 @@ __metadata:
languageName: node
linkType: hard

"@types/http-errors@npm:1.8.0":
version: 1.8.0
resolution: "@types/http-errors@npm:1.8.0"
checksum: f6a0cf40d026b339f3358771d1a98bce7e637429882255246ccf4056cf0f2df7aaf2997ba3072e13df8688f0cd2f9f99ac4d84bed4665710793de35642b4cdad
"@types/http-errors@npm:1.8.1":
version: 1.8.1
resolution: "@types/http-errors@npm:1.8.1"
checksum: 394d9c07ff713f1d96903716bfeb51ed4e08add5f2e9c65d45ace3668f4fb8314be1f82282259770a0893c9d693d9ba637e4cf6a1b8ec1ee7e38a1b01845acba
languageName: node
linkType: hard

Expand Down Expand Up @@ -7844,6 +7844,19 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"http-errors@npm:1.8.1":
version: 1.8.1
resolution: "http-errors@npm:1.8.1"
dependencies:
depd: ~1.1.2
inherits: 2.0.4
setprototypeof: 1.2.0
statuses: ">= 1.5.0 < 2"
toidentifier: 1.0.1
checksum: f8bd2e837a4da9b25c21545de08bf9db2e8014a1bd025707a0d77b8562259e28a4f2b1ec750968e8676b3118668f6da41e5407e7f29055b14cd68fc54cfa6d09
languageName: node
linkType: hard

"http-errors@npm:~1.7.2":
version: 1.7.3
resolution: "http-errors@npm:1.7.3"
Expand Down Expand Up @@ -13357,6 +13370,13 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"toidentifier@npm:1.0.1":
version: 1.0.1
resolution: "toidentifier@npm:1.0.1"
checksum: 2b5c573af97e7c12f91aeade737a40a539da3c123f43099bbddcd40c3365941b9877b482b994a89a3173c4e3f4f70fea887ae44242ade009efb4841f1dad9822
languageName: node
linkType: hard

"tough-cookie@npm:^2.3.3, tough-cookie@npm:~2.5.0":
version: 2.5.0
resolution: "tough-cookie@npm:2.5.0"
Expand Down Expand Up @@ -13973,7 +13993,7 @@ typescript@4.1.3:
"@octokit/rest": 18.6.0
"@types/async": 3.2.9
"@types/express": 4.17.6
"@types/http-errors": 1.8.0
"@types/http-errors": 1.8.1
"@types/jest": 26.0.14
"@types/lodash": 4.14.167
"@types/mime": 2.0.3
Expand Down Expand Up @@ -14021,7 +14041,7 @@ typescript@4.1.3:
fast-safe-stringify: ^2.0.8
fs-extra: 10.0.0
handlebars: 4.7.7
http-errors: 1.8.0
http-errors: 1.8.1
husky: 6.0.0
jest: 26.6.3
jest-config: 26.6.3
Expand Down

0 comments on commit eee19a5

Please sign in to comment.