From 4a8b5c05e572613a75d10a5dd5ef34b74de7ea53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:04:35 +0000 Subject: [PATCH] Bump http-status from 1.7.4 to 2.0.0 in /frontends/admin-panel Bumps [http-status](https://github.com/adaltas/node-http-status) from 1.7.4 to 2.0.0. - [Changelog](https://github.com/adaltas/node-http-status/blob/master/CHANGELOG.md) - [Commits](https://github.com/adaltas/node-http-status/compare/v1.7.4...v2.0.0) --- updated-dependencies: - dependency-name: http-status dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontends/admin-panel/package.json | 2 +- frontends/admin-panel/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontends/admin-panel/package.json b/frontends/admin-panel/package.json index 5821c074c5..fd46bd417b 100644 --- a/frontends/admin-panel/package.json +++ b/frontends/admin-panel/package.json @@ -14,7 +14,7 @@ "date-fns": "^3.6.0", "google-protobuf": "^3.21.4", "history": "^5.0.1", - "http-status": "^1.8.1", + "http-status": "^2.0.0", "moment": "^2.29.4", "moment-timezone": "^0.5.46", "new-github-issue-url": "^1.0.0", diff --git a/frontends/admin-panel/yarn.lock b/frontends/admin-panel/yarn.lock index 1b28a3f411..83a20b1592 100644 --- a/frontends/admin-panel/yarn.lock +++ b/frontends/admin-panel/yarn.lock @@ -6105,10 +6105,10 @@ http-proxy@^1.18.1: follow-redirects "^1.0.0" requires-port "^1.0.0" -http-status@^1.8.1: - version "1.8.1" - resolved "https://registry.yarnpkg.com/http-status/-/http-status-1.8.1.tgz#db0fe0fa1097f5f20d67552d9344717e93357d66" - integrity sha512-YQF7j8Qf/Rlby0IbRPiWfNZt6aeUv3K0Pi0x3crbMZN+7F8dPn5k4b3n897vpM1Vk8Mg2fhOYc9fktKEQWMy/Q== +http-status@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/http-status/-/http-status-2.0.0.tgz#083f4606f42aea2881405656093f2290372aae21" + integrity sha512-fmtDiMjseYigum9OwVYJD2RD6tRYV4tzRrT92/aLSOS2bNPvz3jx8aHFqJ4Nq4ZLydalwuyh2Q6VuHg7qbCbJQ== https-proxy-agent@^5.0.0: version "5.0.1"