From 849f5bccb4d26b0bdca4b5ef124f8e5edd140d61 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 31 Jul 2019 19:08:32 +0300 Subject: [PATCH] fix(deps): add missing prod dependency http-errors needs to be a prod dependency as it is used in code. --- package.json | 1 + yarn.lock | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d3bcba98d..a50b37997 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "envinfo": "7.3.1", "express": "4.17.1", "handlebars": "4.1.2", + "http-errors": "1.7.3", "js-yaml": "3.13.1", "jsonwebtoken": "8.5.1", "kleur": "3.0.3", diff --git a/yarn.lock b/yarn.lock index bc78c94e3..8520bd811 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4249,7 +4249,18 @@ http-errors@1.7.2: statuses ">= 1.5.0 < 2" toidentifier "1.0.0" -http-errors@1.7.3, http-errors@~1.7.2: +http-errors@1.7.3: + version "1.7.3" + resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" + integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== + dependencies: + depd "~1.1.2" + inherits "2.0.4" + setprototypeof "1.1.1" + statuses ">= 1.5.0 < 2" + toidentifier "1.0.0" + +http-errors@~1.7.2: version "1.7.3" resolved "https://registry.verdaccio.org/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==