forked from valora-inc/wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @walletconnect/web3wallet to ^1.11.1 (va…
…lora-inc#5236) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@walletconnect/web3wallet](https://togithub.com/walletconnect/walletconnect-monorepo) | [`^1.10.3` -> `^1.11.1`](https://renovatebot.com/diffs/npm/@walletconnect%2fweb3wallet/1.10.3/1.11.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@walletconnect%2fweb3wallet/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@walletconnect%2fweb3wallet/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@walletconnect%2fweb3wallet/1.10.3/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@walletconnect%2fweb3wallet/1.10.3/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>walletconnect/walletconnect-monorepo (@​walletconnect/web3wallet)</summary> ### [`v1.11.1`](https://togithub.com/walletconnect/walletconnect-monorepo/compare/2cdbe1fc378a95182a59fdad2df2d7cab3c9c360...f81f19c4f55d09cb859d42989ed52548df596198) [Compare Source](https://togithub.com/walletconnect/walletconnect-monorepo/compare/2cdbe1fc378a95182a59fdad2df2d7cab3c9c360...f81f19c4f55d09cb859d42989ed52548df596198) ### [`v1.11.0`](https://togithub.com/walletconnect/walletconnect-monorepo/compare/c76eb1897873732be3e848b1fe82e5d54fb7e22c...2cdbe1fc378a95182a59fdad2df2d7cab3c9c360) [Compare Source](https://togithub.com/walletconnect/walletconnect-monorepo/compare/c76eb1897873732be3e848b1fe82e5d54fb7e22c...2cdbe1fc378a95182a59fdad2df2d7cab3c9c360) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Satish Ravi <[email protected]>
- Loading branch information
Showing
3 changed files
with
36 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5250,24 +5250,24 @@ | |
events "^3.3.0" | ||
isomorphic-unfetch "^3.1.0" | ||
|
||
"@walletconnect/core@2.11.3", "@walletconnect/core@^2.10.1": | ||
version "2.11.3" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.11.3.tgz#c81855722cb9afd411f91f5345c7874f48bade0b" | ||
integrity sha512-/9m4EqiggFUwkQDv5PDWbcTI+yCVnBd/iYW5iIHEkivg2/mnBr2bQz2r/vtPjp19r/ZK62Dx0+UN3U+BWP8ulQ== | ||
"@walletconnect/core@2.12.2", "@walletconnect/core@^2.10.1": | ||
version "2.12.2" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.12.2.tgz#12bd568b90daed876e58ebcc098c12843a3321e6" | ||
integrity sha512-7Adv/b3pp9F42BkvReaaM4KS8NEvlkS7AMtwO3uF/o6aRMKtcfTJq9/jgWdKJh4RP8pPRTRFjCw6XQ/RZtT4aQ== | ||
dependencies: | ||
"@walletconnect/heartbeat" "1.2.1" | ||
"@walletconnect/jsonrpc-provider" "1.0.13" | ||
"@walletconnect/jsonrpc-types" "1.0.3" | ||
"@walletconnect/jsonrpc-utils" "1.0.8" | ||
"@walletconnect/jsonrpc-ws-connection" "1.0.14" | ||
"@walletconnect/keyvaluestorage" "^1.1.1" | ||
"@walletconnect/logger" "^2.0.1" | ||
"@walletconnect/logger" "^2.1.2" | ||
"@walletconnect/relay-api" "^1.0.9" | ||
"@walletconnect/relay-auth" "^1.0.4" | ||
"@walletconnect/safe-json" "^1.0.2" | ||
"@walletconnect/time" "^1.0.2" | ||
"@walletconnect/types" "2.11.3" | ||
"@walletconnect/utils" "2.11.3" | ||
"@walletconnect/types" "2.12.2" | ||
"@walletconnect/utils" "2.12.2" | ||
events "^3.3.0" | ||
isomorphic-unfetch "3.1.0" | ||
lodash.isequal "4.5.0" | ||
|
@@ -5349,13 +5349,13 @@ | |
dependencies: | ||
"@walletconnect/jsonrpc-types" "^1.0.2" | ||
|
||
"@walletconnect/logger@2.0.1", "@walletconnect/logger@^2.0.1": | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/logger/-/logger-2.0.1.tgz#7f489b96e9a1ff6bf3e58f0fbd6d69718bf844a8" | ||
integrity sha512-SsTKdsgWm+oDTBeNE/zHxxr5eJfZmE9/5yp/Ku+zJtcTAjELb3DXueWkDXmE9h8uHIbJzIb5wj5lPdzyrjT6hQ== | ||
"@walletconnect/logger@2.1.2", "@walletconnect/logger@^2.0.1", "@walletconnect/logger@^2.1.2": | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/logger/-/logger-2.1.2.tgz#813c9af61b96323a99f16c10089bfeb525e2a272" | ||
integrity sha512-aAb28I3S6pYXZHQm5ESB+V6rDqIYfsnHaQyzFbwUUBFY4H0OXx/YtTl8lvhUNhMMfb9UxbwEBS253TlXUYJWSw== | ||
dependencies: | ||
"@walletconnect/safe-json" "^1.0.2" | ||
pino "7.11.0" | ||
tslib "1.14.1" | ||
|
||
"@walletconnect/react-native-compat@^2.12.1": | ||
version "2.12.2" | ||
|
@@ -5393,19 +5393,19 @@ | |
dependencies: | ||
tslib "1.14.1" | ||
|
||
"@walletconnect/sign-client@2.11.3", "@walletconnect/sign-client@^2.11.3": | ||
version "2.11.3" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.11.3.tgz#3ea7b3acf92ee31cc42b45d42e66c44b4720b28b" | ||
integrity sha512-JVjLTxN/3NjMXv5zalSGKuSYLRyU2yX6AWEdq17cInlrwODpbWZr6PS1uxMWdH4r90DXBLhdtwDbEq/pfd0BPg== | ||
"@walletconnect/sign-client@2.12.2", "@walletconnect/sign-client@^2.11.3": | ||
version "2.12.2" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.12.2.tgz#10cddcba3740f726149c33ef1a9040a808d65e08" | ||
integrity sha512-cM0ualXj6nVvLqS4BDNRk+ZWR+lubcsz/IHreH+3wYrQ2sV+C0fN6ctrd7MMGZss0C0qacWCx0pm62ZBuoKvqA== | ||
dependencies: | ||
"@walletconnect/core" "2.11.3" | ||
"@walletconnect/core" "2.12.2" | ||
"@walletconnect/events" "^1.0.1" | ||
"@walletconnect/heartbeat" "1.2.1" | ||
"@walletconnect/jsonrpc-utils" "1.0.8" | ||
"@walletconnect/logger" "^2.0.1" | ||
"@walletconnect/logger" "^2.1.2" | ||
"@walletconnect/time" "^1.0.2" | ||
"@walletconnect/types" "2.11.3" | ||
"@walletconnect/utils" "2.11.3" | ||
"@walletconnect/types" "2.12.2" | ||
"@walletconnect/utils" "2.12.2" | ||
events "^3.3.0" | ||
|
||
"@walletconnect/time@^1.0.2": | ||
|
@@ -5415,18 +5415,6 @@ | |
dependencies: | ||
tslib "1.14.1" | ||
|
||
"@walletconnect/[email protected]": | ||
version "2.11.3" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.11.3.tgz#8ce43cb77e8fd9d5269847cdd73bcfa7cce7dd1a" | ||
integrity sha512-JY4wA9MVosDW9dcJMTpnwliste0aJGJ1X6Q4ulLsQsgWRSEBRkLila0oUT01TDBW9Yq8uUp7uFOUTaKx6KWVAg== | ||
dependencies: | ||
"@walletconnect/events" "^1.0.1" | ||
"@walletconnect/heartbeat" "1.2.1" | ||
"@walletconnect/jsonrpc-types" "1.0.3" | ||
"@walletconnect/keyvaluestorage" "^1.1.1" | ||
"@walletconnect/logger" "^2.0.1" | ||
events "^3.3.0" | ||
|
||
"@walletconnect/[email protected]", "@walletconnect/types@^2.11.3": | ||
version "2.12.2" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.12.2.tgz#8b64a2015a0a96972d28acb2ff317a9a994abfdb" | ||
|
@@ -5439,27 +5427,7 @@ | |
"@walletconnect/logger" "^2.0.1" | ||
events "^3.3.0" | ||
|
||
"@walletconnect/[email protected]": | ||
version "2.11.3" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.11.3.tgz#3731809b54902655cf202e0bf0e8f268780e8b54" | ||
integrity sha512-jsdNkrl/IcTkzWFn0S2d0urzBXg6RxVJtUYRsUx3qI3wzOGiABP9ui3yiZ3SgZOv9aRe62PaNp1qpbYZ+zPb8Q== | ||
dependencies: | ||
"@stablelib/chacha20poly1305" "1.0.1" | ||
"@stablelib/hkdf" "1.0.1" | ||
"@stablelib/random" "^1.0.2" | ||
"@stablelib/sha256" "1.0.1" | ||
"@stablelib/x25519" "^1.0.3" | ||
"@walletconnect/relay-api" "^1.0.9" | ||
"@walletconnect/safe-json" "^1.0.2" | ||
"@walletconnect/time" "^1.0.2" | ||
"@walletconnect/types" "2.11.3" | ||
"@walletconnect/window-getters" "^1.0.1" | ||
"@walletconnect/window-metadata" "^1.0.1" | ||
detect-browser "5.3.0" | ||
query-string "7.1.3" | ||
uint8arrays "^3.1.0" | ||
|
||
"@walletconnect/utils@^2.10.1", "@walletconnect/utils@^2.12.1": | ||
"@walletconnect/[email protected]", "@walletconnect/utils@^2.10.1", "@walletconnect/utils@^2.12.1": | ||
version "2.12.2" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.12.2.tgz#a2c349d4effef7c1c5e72e74a5483d8dfbb10918" | ||
integrity sha512-zf50HeS3SfoLv1N9GPl2IXTZ9TsXfet4usVAsZmX9P6/Xzq7d/7QakjVQCHH/Wk1O9XkcsfeoZoUhRxoMJ5uJw== | ||
|
@@ -5479,19 +5447,19 @@ | |
query-string "7.1.3" | ||
uint8arrays "^3.1.0" | ||
|
||
"@walletconnect/web3wallet@^1.10.3": | ||
version "1.10.3" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/web3wallet/-/web3wallet-1.10.3.tgz#8195308757bd298ccc9caa6e3fe9f4ff82b94607" | ||
integrity sha512-1Dr2P8KIDCqEWZ+s4coKGJz/+pj87ogFs+icPDXPu9QpzTgY5Y1WSzuAHaqoY5gTlL7WS58YP49s0E7iacUz4g== | ||
"@walletconnect/web3wallet@^1.11.1": | ||
version "1.11.2" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/web3wallet/-/web3wallet-1.11.2.tgz#0c6af495518a92036b0bb72a39e54bc10127b541" | ||
integrity sha512-jrxXmZyg+czkHXg4d0jdhxajjfbgPvS9dW4UzdGdz12dXsX7CFgZxz+LWc/oakhLyngUtwHtyBlgaFWxamS3AQ== | ||
dependencies: | ||
"@walletconnect/auth-client" "2.1.2" | ||
"@walletconnect/core" "2.11.3" | ||
"@walletconnect/core" "2.12.2" | ||
"@walletconnect/jsonrpc-provider" "1.0.13" | ||
"@walletconnect/jsonrpc-utils" "1.0.8" | ||
"@walletconnect/logger" "2.0.1" | ||
"@walletconnect/sign-client" "2.11.3" | ||
"@walletconnect/types" "2.11.3" | ||
"@walletconnect/utils" "2.11.3" | ||
"@walletconnect/logger" "2.1.2" | ||
"@walletconnect/sign-client" "2.12.2" | ||
"@walletconnect/types" "2.12.2" | ||
"@walletconnect/utils" "2.12.2" | ||
|
||
"@walletconnect/window-getters@^1.0.1": | ||
version "1.0.1" | ||
|