diff --git a/package-lock.json b/package-lock.json index b8836fd..c2dafcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "debug": "^4.3.4", "ejs": "^3.1.9", "fast-safe-stringify": "^2.1.1", - "http-status": "^1.6.2", + "http-status": "^1.7.0", "js2xmlparser": "^5.0.0", "strong-globalize": "^6.0.6" }, @@ -1636,9 +1636,9 @@ } }, "node_modules/http-status": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.6.2.tgz", - "integrity": "sha512-oUExvfNckrpTpDazph7kNG8sQi5au3BeTo0idaZFXEhTaJKu7GNJCLHI0rYY2wljm548MSTM+Ljj/c6anqu2zQ==", + "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==", "engines": { "node": ">= 0.4.0" } diff --git a/package.json b/package.json index 5c55e92..05668a0 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.6.2", + "http-status": "^1.7.0", "js2xmlparser": "^5.0.0", "strong-globalize": "^6.0.6" },