chore: update dependency http-status to ^1.5.3

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-09-07 15:52:26 +00:00
parent 7c879ea5dc
commit 0e9152c88f
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.8", "ejs": "^3.1.8",
"fast-safe-stringify": "^2.1.1", "fast-safe-stringify": "^2.1.1",
"http-status": "^1.5.2", "http-status": "^1.5.3",
"js2xmlparser": "^4.0.2", "js2xmlparser": "^4.0.2",
"strong-globalize": "^6.0.5" "strong-globalize": "^6.0.5"
}, },
@ -1703,9 +1703,9 @@
} }
}, },
"node_modules/http-status": { "node_modules/http-status": {
"version": "1.5.2", "version": "1.5.3",
"resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.2.tgz", "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.3.tgz",
"integrity": "sha512-HzxX+/hV/8US1Gq4V6R6PgUmJ5Pt/DGATs4QhdEOpG8LrdS9/3UG2nnOvkqUpRks04yjVtV5p/NODjO+wvf6vg==", "integrity": "sha512-jCClqdnnwigYslmtfb28vPplOgoiZ0siP2Z8C5Ua+3UKbx410v+c+jT+jh1bbI4TvcEySuX0vd/CfFZFbDkJeQ==",
"engines": { "engines": {
"node": ">= 0.4.0" "node": ">= 0.4.0"
} }
@ -4674,9 +4674,9 @@
} }
}, },
"http-status": { "http-status": {
"version": "1.5.2", "version": "1.5.3",
"resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.2.tgz", "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.5.3.tgz",
"integrity": "sha512-HzxX+/hV/8US1Gq4V6R6PgUmJ5Pt/DGATs4QhdEOpG8LrdS9/3UG2nnOvkqUpRks04yjVtV5p/NODjO+wvf6vg==" "integrity": "sha512-jCClqdnnwigYslmtfb28vPplOgoiZ0siP2Z8C5Ua+3UKbx410v+c+jT+jh1bbI4TvcEySuX0vd/CfFZFbDkJeQ=="
}, },
"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.8", "ejs": "^3.1.8",
"fast-safe-stringify": "^2.1.1", "fast-safe-stringify": "^2.1.1",
"http-status": "^1.5.2", "http-status": "^1.5.3",
"js2xmlparser": "^4.0.2", "js2xmlparser": "^4.0.2",
"strong-globalize": "^6.0.5" "strong-globalize": "^6.0.5"
}, },