From 9378e37e2309c0ea9398ca5b94ab2261171caa12 Mon Sep 17 00:00:00 2001 From: hudson-newey Date: Tue, 17 Oct 2023 12:48:30 +1000 Subject: [PATCH] Updated http-status --- package-lock.json | 11 +++++++---- package.json | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index faf3718ef..977e55e52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "express": "^4.18.1", "filesize": "^9.0.11", "full-icu": "^1.4.0", - "http-status": "^1.5.2", + "http-status": "^1.7.0", "humanize-duration": "^3.27.2", "immutable": "^4.1.0", "include-media": "^1.4.10", @@ -10079,8 +10079,9 @@ } }, "node_modules/http-status": { - "version": "1.5.2", - "license": "BSD-3-Clause", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.7.0.tgz", + "integrity": "sha512-6HZ8T2ywZKtNKOrRA22x4Z+fK+UiWzimWYSTROVHrZ46RX+hKsg9wCQiodRtfNrKfsvOkwsXA6R9q+TmDY+8nQ==", "engines": { "node": ">= 0.4.0" } @@ -25561,7 +25562,9 @@ } }, "http-status": { - "version": "1.5.2" + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.7.0.tgz", + "integrity": "sha512-6HZ8T2ywZKtNKOrRA22x4Z+fK+UiWzimWYSTROVHrZ46RX+hKsg9wCQiodRtfNrKfsvOkwsXA6R9q+TmDY+8nQ==" }, "https-proxy-agent": { "version": "5.0.1", diff --git a/package.json b/package.json index f33429997..d9d8e2e37 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "express": "^4.18.1", "filesize": "^9.0.11", "full-icu": "^1.4.0", - "http-status": "^1.5.2", + "http-status": "^1.7.0", "humanize-duration": "^3.27.2", "immutable": "^4.1.0", "include-media": "^1.4.10", @@ -136,4 +136,4 @@ "@angular/core": "14.0.6" } } -} +} \ No newline at end of file