diff --git a/package-lock.json b/package-lock.json index 36ee954b..02ddea0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,14 +6,14 @@ "packages": { "": { "name": "strong-error-handler", - "version": "5.0.31", + "version": "5.0.32", "license": "MIT", "dependencies": { "accepts": "^1.3.8", "debug": "^4.4.3", "fast-safe-stringify": "^2.1.1", "handlebars": "^4.7.9", - "http-status": "^1.8.1", + "http-status": "^2.1.0", "js2xmlparser": "^5.0.0", "strong-globalize": "^6.0.6" }, @@ -2634,9 +2634,9 @@ } }, "node_modules/http-status": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.8.1.tgz", - "integrity": "sha512-YQF7j8Qf/Rlby0IbRPiWfNZt6aeUv3K0Pi0x3crbMZN+7F8dPn5k4b3n897vpM1Vk8Mg2fhOYc9fktKEQWMy/Q==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/http-status/-/http-status-2.1.0.tgz", + "integrity": "sha512-O5kPr7AW7wYd/BBiOezTwnVAnmSNFY+J7hlZD2X5IOxVBetjcHAiTXhzj0gMrnojQlwy+UT1/Y3H3vJ3UlmvLA==", "license": "BSD-3-Clause", "engines": { "node": ">= 0.4.0" diff --git a/package.json b/package.json index 613e48c0..56151ab6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "debug": "^4.4.3", "fast-safe-stringify": "^2.1.1", "handlebars": "^4.7.9", - "http-status": "^1.8.1", + "http-status": "^2.1.0", "js2xmlparser": "^5.0.0", "strong-globalize": "^6.0.6" },