From 0e9152c88fe4cc20734db7c1e8e35c00a6b5f4d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 15:52:26 +0000 Subject: [PATCH] chore: update dependency http-status to ^1.5.3 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 21c9f20..b6a9385 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.2", + "http-status": "^1.5.3", "js2xmlparser": "^4.0.2", "strong-globalize": "^6.0.5" }, @@ -1703,9 +1703,9 @@ } }, "node_modules/http-status": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.2.tgz", - "integrity": "sha512-HzxX+/hV/8US1Gq4V6R6PgUmJ5Pt/DGATs4QhdEOpG8LrdS9/3UG2nnOvkqUpRks04yjVtV5p/NODjO+wvf6vg==", + "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==", "engines": { "node": ">= 0.4.0" } @@ -4674,9 +4674,9 @@ } }, "http-status": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.2.tgz", - "integrity": "sha512-HzxX+/hV/8US1Gq4V6R6PgUmJ5Pt/DGATs4QhdEOpG8LrdS9/3UG2nnOvkqUpRks04yjVtV5p/NODjO+wvf6vg==" + "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==" }, "human-signals": { "version": "1.1.1", diff --git a/package.json b/package.json index 3b73cda..218abda 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.2", + "http-status": "^1.5.3", "js2xmlparser": "^4.0.2", "strong-globalize": "^6.0.5" },