From a22c37d34b7d2ab464c49e8f4d264cbb353efbb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:29:27 +0000 Subject: [PATCH] chore: update dependency http-status to ^1.6.2 Signed-off-by: Renovate Bot --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ab39f6..27d3d4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "debug": "^4.3.4", "ejs": "^3.1.8", "fast-safe-stringify": "^2.1.1", - "http-status": "^1.5.3", + "http-status": "^1.6.2", "js2xmlparser": "^4.0.2", "strong-globalize": "^6.0.5" }, @@ -1587,9 +1587,9 @@ } }, "node_modules/http-status": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.3.tgz", - "integrity": "sha512-jCClqdnnwigYslmtfb28vPplOgoiZ0siP2Z8C5Ua+3UKbx410v+c+jT+jh1bbI4TvcEySuX0vd/CfFZFbDkJeQ==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.6.2.tgz", + "integrity": "sha512-oUExvfNckrpTpDazph7kNG8sQi5au3BeTo0idaZFXEhTaJKu7GNJCLHI0rYY2wljm548MSTM+Ljj/c6anqu2zQ==", "engines": { "node": ">= 0.4.0" } @@ -4372,9 +4372,9 @@ } }, "http-status": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.3.tgz", - "integrity": "sha512-jCClqdnnwigYslmtfb28vPplOgoiZ0siP2Z8C5Ua+3UKbx410v+c+jT+jh1bbI4TvcEySuX0vd/CfFZFbDkJeQ==" + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.6.2.tgz", + "integrity": "sha512-oUExvfNckrpTpDazph7kNG8sQi5au3BeTo0idaZFXEhTaJKu7GNJCLHI0rYY2wljm548MSTM+Ljj/c6anqu2zQ==" }, "human-signals": { "version": "1.1.1", diff --git a/package.json b/package.json index db73b1a..83022eb 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "debug": "^4.3.4", "ejs": "^3.1.8", "fast-safe-stringify": "^2.1.1", - "http-status": "^1.5.3", + "http-status": "^1.6.2", "js2xmlparser": "^4.0.2", "strong-globalize": "^6.0.5" },