From 0c1640b46d9cd29764b0ae11ba660b272a575a26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:06:32 +0000 Subject: [PATCH] chore: update dependency http-status to ^1.7.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91484d2..c1ef634 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,14 +6,14 @@ "packages": { "": { "name": "strong-error-handler", - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "dependencies": { "accepts": "^1.3.8", "debug": "^4.3.4", "ejs": "^3.1.9", "fast-safe-stringify": "^2.1.1", - "http-status": "^1.7.0", + "http-status": "^1.7.3", "js2xmlparser": "^5.0.0", "strong-globalize": "^6.0.6" }, @@ -1642,9 +1642,9 @@ } }, "node_modules/http-status": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.7.0.tgz", - "integrity": "sha512-6HZ8T2ywZKtNKOrRA22x4Z+fK+UiWzimWYSTROVHrZ46RX+hKsg9wCQiodRtfNrKfsvOkwsXA6R9q+TmDY+8nQ==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.7.3.tgz", + "integrity": "sha512-GS8tL1qHT2nBCMJDYMHGkkkKQLNkIAHz37vgO68XKvzv+XyqB4oh/DfmMHdtRzfqSJPj1xKG2TaELZtlCz6BEQ==", "engines": { "node": ">= 0.4.0" } diff --git a/package.json b/package.json index a23b923..f58c41e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "debug": "^4.3.4", "ejs": "^3.1.9", "fast-safe-stringify": "^2.1.1", - "http-status": "^1.7.0", + "http-status": "^1.7.3", "js2xmlparser": "^5.0.0", "strong-globalize": "^6.0.6" },