From 8c25546eaac18f23663c3f91630d8b5f468e34f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Feb 2021 05:57:28 +0000 Subject: [PATCH] fix: upgrade http-errors from 1.7.3 to 1.8.0 Snyk has created this PR to upgrade http-errors from 1.7.3 to 1.8.0. See this package in npm: https://www.npmjs.com/package/http-errors See this project in Snyk: https://app.snyk.io/org/sigma-computing/project/fe5c7f54-0d84-4999-a329-9ea8346ea13a?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ea75517..8b8dc2a6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "content-type": "~1.0.4", "debug": "2.6.9", "depd": "~1.1.2", - "http-errors": "1.7.3", + "http-errors": "1.8.0", "iconv-lite": "0.4.24", "on-finished": "~2.3.0", "qs": "6.9.3",