From 2b4a4ac78e71380dfd35c5758f8b3c21801b8540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren?= Date: Fri, 5 Jan 2024 18:50:24 +0100 Subject: [PATCH] Update HubApi --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 98fdfe893..2de471354 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@linusborg/vue-simple-portal": "^0.1.4", "@nimiq/electrum-client": "https://github.com/nimiq/electrum-client#build", "@nimiq/fastspot-api": "^1.7.0", - "@nimiq/hub-api": "^1.7.2", + "@nimiq/hub-api": "^1.7.3", "@nimiq/iqons": "^1.5.2", "@nimiq/libswap": "^1.2.0-beta.7", "@nimiq/oasis-api": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index 0573eda4c..dfda8c313 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1601,10 +1601,10 @@ resolved "https://registry.yarnpkg.com/@nimiq/fastspot-api/-/fastspot-api-1.7.0.tgz#eea496f4898139c51971f0b177583c6cc6b06611" integrity sha512-k7vSjYdjAiAQar+21v681Zrp9kN9uHMUw7/dyG2D/IrXqNPHkD133JyrzxPBga+myW411SUR4mtdPQRPQm3d/A== -"@nimiq/hub-api@^1.7.2": - version "1.7.2" - resolved "https://registry.yarnpkg.com/@nimiq/hub-api/-/hub-api-1.7.2.tgz#90588af97289fce6fbe75fd9af2d045b84548de7" - integrity sha512-JT4XqhlCIQwlJhwMa1H3g8MS6kgI7IGaYLd4bNsv0XZOMF+mN8OrQdL6ln2uM8ujyGOPYlGJsDGAAhZ5Ou7mSA== +"@nimiq/hub-api@^1.7.3": + version "1.7.4" + resolved "https://registry.yarnpkg.com/@nimiq/hub-api/-/hub-api-1.7.4.tgz#270689ca2c439593b029779a3b27d81da80cabbc" + integrity sha512-Uj5X9TAPIZ8vEgeOEio9L4VEyltZsBcyoa6A4QYuTQTLDse7UoBQ3fwRtzNBwL6KBB1+XPOrYsGFWAZIeU4sBw== dependencies: "@nimiq/core-web" "^1.6.1" "@nimiq/fastspot-api" "^1.7.0"