chore: update dependency http-status to ^1.5.1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2022-04-14 11:57:29 +00:00 committed by renovate[bot]
parent a22c799ce5
commit a0c06e552e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -13,7 +13,7 @@
"debug": "^4.3.4", "debug": "^4.3.4",
"ejs": "^3.1.6", "ejs": "^3.1.6",
"fast-safe-stringify": "^2.1.1", "fast-safe-stringify": "^2.1.1",
"http-status": "^1.5.0", "http-status": "^1.5.1",
"js2xmlparser": "^4.0.2", "js2xmlparser": "^4.0.2",
"strong-globalize": "^6.0.5" "strong-globalize": "^6.0.5"
}, },
@ -1681,9 +1681,9 @@
} }
}, },
"node_modules/http-status": { "node_modules/http-status": {
"version": "1.5.0", "version": "1.5.1",
"resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.0.tgz", "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.1.tgz",
"integrity": "sha512-wcGvY31MpFNHIkUcXHHnvrE4IKYlpvitJw5P/1u892gMBAM46muQ+RH7UN1d+Ntnfx5apnOnVY6vcLmrWHOLwg==", "integrity": "sha512-EP6M4naWmtIrCHL1QfVHz6hsQb8dJLP5rDO1oPn03eAXD3CNVXgUqR5302gr3Gl8B/gVE1zz+Pmws7aJx+VMSw==",
"engines": { "engines": {
"node": ">= 0.4.0" "node": ">= 0.4.0"
} }
@ -4708,9 +4708,9 @@
} }
}, },
"http-status": { "http-status": {
"version": "1.5.0", "version": "1.5.1",
"resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.0.tgz", "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.1.tgz",
"integrity": "sha512-wcGvY31MpFNHIkUcXHHnvrE4IKYlpvitJw5P/1u892gMBAM46muQ+RH7UN1d+Ntnfx5apnOnVY6vcLmrWHOLwg==" "integrity": "sha512-EP6M4naWmtIrCHL1QfVHz6hsQb8dJLP5rDO1oPn03eAXD3CNVXgUqR5302gr3Gl8B/gVE1zz+Pmws7aJx+VMSw=="
}, },
"human-signals": { "human-signals": {
"version": "1.1.1", "version": "1.1.1",

View File

@ -21,7 +21,7 @@
"debug": "^4.3.4", "debug": "^4.3.4",
"ejs": "^3.1.6", "ejs": "^3.1.6",
"fast-safe-stringify": "^2.1.1", "fast-safe-stringify": "^2.1.1",
"http-status": "^1.5.0", "http-status": "^1.5.1",
"js2xmlparser": "^4.0.2", "js2xmlparser": "^4.0.2",
"strong-globalize": "^6.0.5" "strong-globalize": "^6.0.5"
}, },