chore: update dependency http-status to ^1.7.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-04 13:25:48 +00:00 committed by Rifa Achrinza
parent 62fceaea18
commit c00c6f3059
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

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

View File

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