chore: update dependency http-status to ^1.5.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
a22c799ce5
commit
a0c06e552e
|
@ -13,7 +13,7 @@
|
|||
"debug": "^4.3.4",
|
||||
"ejs": "^3.1.6",
|
||||
"fast-safe-stringify": "^2.1.1",
|
||||
"http-status": "^1.5.0",
|
||||
"http-status": "^1.5.1",
|
||||
"js2xmlparser": "^4.0.2",
|
||||
"strong-globalize": "^6.0.5"
|
||||
},
|
||||
|
@ -1681,9 +1681,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/http-status": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.0.tgz",
|
||||
"integrity": "sha512-wcGvY31MpFNHIkUcXHHnvrE4IKYlpvitJw5P/1u892gMBAM46muQ+RH7UN1d+Ntnfx5apnOnVY6vcLmrWHOLwg==",
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.1.tgz",
|
||||
"integrity": "sha512-EP6M4naWmtIrCHL1QfVHz6hsQb8dJLP5rDO1oPn03eAXD3CNVXgUqR5302gr3Gl8B/gVE1zz+Pmws7aJx+VMSw==",
|
||||
"engines": {
|
||||
"node": ">= 0.4.0"
|
||||
}
|
||||
|
@ -4708,9 +4708,9 @@
|
|||
}
|
||||
},
|
||||
"http-status": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.0.tgz",
|
||||
"integrity": "sha512-wcGvY31MpFNHIkUcXHHnvrE4IKYlpvitJw5P/1u892gMBAM46muQ+RH7UN1d+Ntnfx5apnOnVY6vcLmrWHOLwg=="
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.1.tgz",
|
||||
"integrity": "sha512-EP6M4naWmtIrCHL1QfVHz6hsQb8dJLP5rDO1oPn03eAXD3CNVXgUqR5302gr3Gl8B/gVE1zz+Pmws7aJx+VMSw=="
|
||||
},
|
||||
"human-signals": {
|
||||
"version": "1.1.1",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"debug": "^4.3.4",
|
||||
"ejs": "^3.1.6",
|
||||
"fast-safe-stringify": "^2.1.1",
|
||||
"http-status": "^1.5.0",
|
||||
"http-status": "^1.5.1",
|
||||
"js2xmlparser": "^4.0.2",
|
||||
"strong-globalize": "^6.0.5"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue