From 8e305999112b29af0724b2de1e3206c41c2e0fda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 15:25:52 +0000 Subject: [PATCH] fix(deps): update dependency @antwika/prometheus to ^0.0.46 --- package.json | 2 +- yarn.lock | 32 +++++++++++++++++++++++++++----- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b22d57f..2e71030 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@antwika/app": "0.0.44", "@antwika/common": "0.0.48", "@antwika/http": "0.0.47", - "@antwika/prometheus": "^0.0.39", + "@antwika/prometheus": "^0.0.46", "@antwika/store": "^0.4.0", "@antwika/swagger": "0.0.41", "componentsjs": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index 9929fe1..49f19c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18,6 +18,15 @@ componentsjs "^5.0.1" yargs "^17.4.1" +"@antwika/app@0.0.51": + version "0.0.51" + resolved "https://registry.yarnpkg.com/@antwika/app/-/app-0.0.51.tgz#120dc81967f0c0ffb27c5965989a005bae6100d5" + integrity sha512-2FwQVLT3PrKBmBMQ5VrB0QZUmKWNGw93eIKMGSec7dV7OlS486OAB4+gI6uJQeemN18mC5TQBdTQUPU0jPSpxg== + dependencies: + "@antwika/common" "0.0.55" + componentsjs "^5.0.1" + yargs "^17.4.1" + "@antwika/common@0.0.18": version "0.0.18" resolved "https://registry.yarnpkg.com/@antwika/common/-/common-0.0.18.tgz#ece6525d6fabf4b1dde9955ff905a926b232771f" @@ -28,6 +37,11 @@ resolved "https://registry.yarnpkg.com/@antwika/common/-/common-0.0.48.tgz#fe187d34b0ebad97222af39ac69fa9d1106e62b8" integrity sha512-LJ4GtyHDoJ6KP5mbOFudncfHQxKQw1X95/HoKmKM9cFUBGXVO3E3IlzDRnhhJsDU7acnYSQ0Z8zJOTvxDVQH8w== +"@antwika/common@0.0.55": + version "0.0.55" + resolved "https://registry.yarnpkg.com/@antwika/common/-/common-0.0.55.tgz#7c5d48f0bdbf6681cabe3c29fcaa12eadeb72a18" + integrity sha512-nyFMV+2+twxcIvBcXA6QURx1HnYq1iV1K6roGYvxiT2U5CqZT/McmXVPkgAt4ZT62YxheTXnL3cnxTdYoIsYHQ== + "@antwika/http@0.0.47": version "0.0.47" resolved "https://registry.yarnpkg.com/@antwika/http/-/http-0.0.47.tgz#68a19c1d9e22ca497ba898db16cb62b03cac5472" @@ -36,12 +50,20 @@ "@antwika/app" "0.0.44" "@antwika/common" "0.0.48" -"@antwika/prometheus@^0.0.39": - version "0.0.39" - resolved "https://registry.yarnpkg.com/@antwika/prometheus/-/prometheus-0.0.39.tgz#1fe9af365760d277a28005e74668a8de0dad557f" - integrity sha512-055S8CTxyRDUkJk6T6PGkHC7tPY6a1P78hRiIzoofrCHPaM2DNWmA3z4Q3I7OMxWxpdzzNUjOb3SqRrN85gyew== +"@antwika/http@0.0.54": + version "0.0.54" + resolved "https://registry.yarnpkg.com/@antwika/http/-/http-0.0.54.tgz#eacd0ac491695c22668abd50007c3c2f4b8a4886" + integrity sha512-BhhYr0NEfnZp0F4AMHoIY3XaO+oah995XzARghLIFRSljJihisFXbsCm8Bx+WU7whuf/3fbqAkavsV9rhflxgA== dependencies: - "@antwika/http" "0.0.47" + "@antwika/app" "0.0.51" + "@antwika/common" "0.0.55" + +"@antwika/prometheus@^0.0.46": + version "0.0.46" + resolved "https://registry.yarnpkg.com/@antwika/prometheus/-/prometheus-0.0.46.tgz#25eff5b41e91304586f666ab171fffd855baae50" + integrity sha512-YSrkTXAoeytd5yRGSiU3pC5fnBkZ16B2q91tWKd0z0tM00IQ/7kLqhKSVb3tYoux7ohZouUuarXS8+h0+V2DCA== + dependencies: + "@antwika/http" "0.0.54" prom-client "^14.0.1" "@antwika/standard-version@0.1.34":