From a9525ce469b58075cf5596a6e1ddb5f72628fecd Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Mon, 27 Dec 2021 10:15:20 +0100 Subject: [PATCH] Upgrade http-status-codes to version 2.2.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3efea3b72..d54a466a2 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "cryptocurrencies": "7.0.0", "date-fns": "2.22.1", "envalid": "7.2.1", - "http-status-codes": "2.1.4", + "http-status-codes": "2.2.0", "ionicons": "5.5.1", "lodash": "4.17.21", "ngx-device-detector": "3.0.0", diff --git a/yarn.lock b/yarn.lock index fc787ab83..2ffd99626 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10032,10 +10032,10 @@ http-signature@~1.2.0: jsprim "^1.2.2" sshpk "^1.7.0" -http-status-codes@2.1.4: - version "2.1.4" - resolved "https://registry.yarnpkg.com/http-status-codes/-/http-status-codes-2.1.4.tgz#453d99b4bd9424254c4f6a9a3a03715923052798" - integrity sha512-MZVIsLKGVOVE1KEnldppe6Ij+vmemMuApDfjhVSLzyYP+td0bREEYyAoIw9yFePoBXManCuBqmiNP5FqJS5Xkg== +http-status-codes@2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/http-status-codes/-/http-status-codes-2.2.0.tgz#bb2efe63d941dfc2be18e15f703da525169622be" + integrity sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng== https-browserify@^1.0.0: version "1.0.0"