chore: update dependency http-status to ^1.6.2

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-02-21 15:29:27 +00:00
parent d1118f6250
commit a22c37d34b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

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

View File

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