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" },