Skip to content

Commit eefff3d

Browse files
chore(deps): bump http-errors from 1.7.2 to 1.8.0
Bumps [http-errors](https://github.com/jshttp/http-errors) from 1.7.2 to 1.8.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.7.2...1.8.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent cf3c77d commit eefff3d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
2929
"forest-express": "8.0.0-beta.11",
30-
"http-errors": "1.7.2",
30+
"http-errors": "1.8.0",
3131
"lodash": "4.17.19",
3232
"moment": "2.24.0",
3333
"moment-timezone": "0.5.27",

yarn.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5038,6 +5038,17 @@ [email protected], http-errors@~1.7.2:
50385038
statuses ">= 1.5.0 < 2"
50395039
toidentifier "1.0.0"
50405040

5041+
5042+
version "1.8.0"
5043+
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.8.0.tgz#75d1bbe497e1044f51e4ee9e704a62f28d336507"
5044+
integrity sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==
5045+
dependencies:
5046+
depd "~1.1.2"
5047+
inherits "2.0.4"
5048+
setprototypeof "1.2.0"
5049+
statuses ">= 1.5.0 < 2"
5050+
toidentifier "1.0.0"
5051+
50415052
http-proxy-agent@^2.1.0:
50425053
version "2.1.0"
50435054
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz#e4821beef5b2142a2026bd73926fe537631c5405"
@@ -9451,6 +9462,11 @@ [email protected]:
94519462
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
94529463
integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==
94539464

9465+
9466+
version "1.2.0"
9467+
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
9468+
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
9469+
94549470
sha@^3.0.0:
94559471
version "3.0.0"
94569472
resolved "https://registry.yarnpkg.com/sha/-/sha-3.0.0.tgz#b2f2f90af690c16a3a839a6a6c680ea51fedd1ae"

0 commit comments

Comments
 (0)