chore: update dependency http-status to ^1.7.3

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-17 16:06:32 +00:00
parent bd0defc0b3
commit 0c1640b46d
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -6,14 +6,14 @@
"packages": { "packages": {
"": { "": {
"name": "strong-error-handler", "name": "strong-error-handler",
"version": "5.0.1", "version": "5.0.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"accepts": "^1.3.8", "accepts": "^1.3.8",
"debug": "^4.3.4", "debug": "^4.3.4",
"ejs": "^3.1.9", "ejs": "^3.1.9",
"fast-safe-stringify": "^2.1.1", "fast-safe-stringify": "^2.1.1",
"http-status": "^1.7.0", "http-status": "^1.7.3",
"js2xmlparser": "^5.0.0", "js2xmlparser": "^5.0.0",
"strong-globalize": "^6.0.6" "strong-globalize": "^6.0.6"
}, },
@ -1642,9 +1642,9 @@
} }
}, },
"node_modules/http-status": { "node_modules/http-status": {
"version": "1.7.0", "version": "1.7.3",
"resolved": "https://registry.npmjs.org/http-status/-/http-status-1.7.0.tgz", "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.7.3.tgz",
"integrity": "sha512-6HZ8T2ywZKtNKOrRA22x4Z+fK+UiWzimWYSTROVHrZ46RX+hKsg9wCQiodRtfNrKfsvOkwsXA6R9q+TmDY+8nQ==", "integrity": "sha512-GS8tL1qHT2nBCMJDYMHGkkkKQLNkIAHz37vgO68XKvzv+XyqB4oh/DfmMHdtRzfqSJPj1xKG2TaELZtlCz6BEQ==",
"engines": { "engines": {
"node": ">= 0.4.0" "node": ">= 0.4.0"
} }

View File

@ -21,7 +21,7 @@
"debug": "^4.3.4", "debug": "^4.3.4",
"ejs": "^3.1.9", "ejs": "^3.1.9",
"fast-safe-stringify": "^2.1.1", "fast-safe-stringify": "^2.1.1",
"http-status": "^1.7.0", "http-status": "^1.7.3",
"js2xmlparser": "^5.0.0", "js2xmlparser": "^5.0.0",
"strong-globalize": "^6.0.6" "strong-globalize": "^6.0.6"
}, },