diff --git a/package.json b/package.json index c8d2b1d7b68..5e38f574837 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/redux-logger": "3.0.8", "@types/styled-system": "5.1.10", "@ungap/promise-any": "1.1.1", - "@unstoppabledomains/resolution": "4.0.2", + "@unstoppabledomains/resolution": "5.0.2", "@walletconnect/client": "1.6.2", "apollo-boost": "0.4.7", "axios": "0.24.0", diff --git a/yarn.lock b/yarn.lock index 12e43720dd0..a580013ef4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5233,17 +5233,19 @@ resolved "https://registry.yarnpkg.com/@ungap/promise-any/-/promise-any-1.1.1.tgz#25e570c357c55e1ec4a4e787bc5e71f02e03cba7" integrity sha512-MbjzSXk7mqc6i1t7r1tKz+03aLDtiFrcrDYkrMdrWYjtqekoYmw4VnRME3ZcEWikaKcaizzDqZGl9CExgCX0uw== -"@unstoppabledomains/resolution@4.0.2": - version "4.0.2" - resolved "https://registry.yarnpkg.com/@unstoppabledomains/resolution/-/resolution-4.0.2.tgz#f251302a9df74c6543f214601782393eabe6998d" - integrity sha512-eunSlKOu1Uae0hO2eVyJU9qW37LcCOVnIUDWUv64tWkmepo2M/Be3RKT+EMu80V/x5CSGU+8yh1i8tRzZrlwAw== +"@unstoppabledomains/resolution@5.0.2": + version "5.0.2" + resolved "https://registry.yarnpkg.com/@unstoppabledomains/resolution/-/resolution-5.0.2.tgz#5390ab5d28b96ae6a3e05a2de17cb4f756ba1d3c" + integrity sha512-CHZeUi0fjqAJL1R5qLjOzpfWTTQ74Mha8g+HWbOY84Nb63OxvPA8wwJUbq4LST77exY3RJdEhq2chWjQdFOM7A== dependencies: "@ethersproject/abi" "^5.0.1" bn.js "^4.4.0" commander "^4.1.1" + cross-fetch "^3.1.4" + elliptic "^6.5.4" + ethereum-ens-network-map "^1.0.2" js-sha256 "^0.9.0" js-sha3 "^0.8.0" - node-fetch "^2.6.0" "@walletconnect/browser-utils@^1.6.2": version "1.6.2" @@ -9000,6 +9002,13 @@ cross-env@6.0.3: dependencies: cross-spawn "^7.0.0" +cross-fetch@^3.1.4: + version "3.1.5" + resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f" + integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw== + dependencies: + node-fetch "2.6.7" + cross-spawn@6.0.5, cross-spawn@^6.0.0, cross-spawn@^6.0.5: version "6.0.5" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" @@ -10063,7 +10072,7 @@ element-resize-detector@^1.2.2: dependencies: batch-processor "1.0.0" -elliptic@6.5.4, elliptic@^6.5.2, elliptic@^6.5.3: +elliptic@6.5.4, elliptic@^6.5.2, elliptic@^6.5.3, elliptic@^6.5.4: version "6.5.4" resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ== @@ -10617,6 +10626,11 @@ ethereum-cryptography@^0.1.2, ethereum-cryptography@^0.1.3: secp256k1 "^4.0.1" setimmediate "^1.0.5" +ethereum-ens-network-map@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/ethereum-ens-network-map/-/ethereum-ens-network-map-1.0.2.tgz#4e27bad18dae7bd95d84edbcac2c9e739fc959b9" + integrity sha512-5qwJ5n3YhjSpE6O/WEBXCAb2nagUgyagJ6C0lGUBWC4LjKp/rRzD+pwtDJ6KCiITFEAoX4eIrWOjRy0Sylq5Hg== + ethereumjs-abi@0.6.8, ethereumjs-abi@^0.6.8: version "0.6.8" resolved "https://registry.yarnpkg.com/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz#71bc152db099f70e62f108b7cdfca1b362c6fcae" @@ -16065,6 +16079,13 @@ node-environment-flags@1.0.6: object.getownpropertydescriptors "^2.0.3" semver "^5.7.0" +node-fetch@2.6.7, node-fetch@^2.6.0, node-fetch@^2.6.1: + version "2.6.7" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" + integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== + dependencies: + whatwg-url "^5.0.0" + node-fetch@^1.0.1: version "1.7.3" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" @@ -16073,13 +16094,6 @@ node-fetch@^1.0.1: encoding "^0.1.11" is-stream "^1.0.1" -node-fetch@^2.6.0, node-fetch@^2.6.1: - version "2.6.7" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" - integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== - dependencies: - whatwg-url "^5.0.0" - node-forge@^0.10.0: version "0.10.0" resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"