chore: update dependency http-status to ^1.5.2

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2022-05-07 00:56:00 +00:00 committed by renovate[bot]
parent 21b4a828c1
commit 77acd0b6e7
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.7", "ejs": "^3.1.7",
"fast-safe-stringify": "^2.1.1", "fast-safe-stringify": "^2.1.1",
"http-status": "^1.5.1", "http-status": "^1.5.2",
"js2xmlparser": "^4.0.2", "js2xmlparser": "^4.0.2",
"strong-globalize": "^6.0.5" "strong-globalize": "^6.0.5"
}, },
@ -1684,9 +1684,9 @@
} }
}, },
"node_modules/http-status": { "node_modules/http-status": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.1.tgz", "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.2.tgz",
"integrity": "sha512-EP6M4naWmtIrCHL1QfVHz6hsQb8dJLP5rDO1oPn03eAXD3CNVXgUqR5302gr3Gl8B/gVE1zz+Pmws7aJx+VMSw==", "integrity": "sha512-HzxX+/hV/8US1Gq4V6R6PgUmJ5Pt/DGATs4QhdEOpG8LrdS9/3UG2nnOvkqUpRks04yjVtV5p/NODjO+wvf6vg==",
"engines": { "engines": {
"node": ">= 0.4.0" "node": ">= 0.4.0"
} }
@ -4627,9 +4627,9 @@
} }
}, },
"http-status": { "http-status": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.1.tgz", "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.2.tgz",
"integrity": "sha512-EP6M4naWmtIrCHL1QfVHz6hsQb8dJLP5rDO1oPn03eAXD3CNVXgUqR5302gr3Gl8B/gVE1zz+Pmws7aJx+VMSw==" "integrity": "sha512-HzxX+/hV/8US1Gq4V6R6PgUmJ5Pt/DGATs4QhdEOpG8LrdS9/3UG2nnOvkqUpRks04yjVtV5p/NODjO+wvf6vg=="
}, },
"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.7", "ejs": "^3.1.7",
"fast-safe-stringify": "^2.1.1", "fast-safe-stringify": "^2.1.1",
"http-status": "^1.5.1", "http-status": "^1.5.2",
"js2xmlparser": "^4.0.2", "js2xmlparser": "^4.0.2",
"strong-globalize": "^6.0.5" "strong-globalize": "^6.0.5"
}, },