diff --git a/package.json b/package.json index 7278457d..c57dc36e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@fleekhq/fleek-storage-js": "^1.0.15", "@pinata/sdk": "^1.1.14", "@pusher/push-notifications-server": "^1.2.4", - "@snapshot-labs/snapshot.js": "^0.3.48", + "@snapshot-labs/snapshot.js": "^0.3.50", "bluebird": "^3.7.2", "body-parser": "^1.19.0", "connection-string": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 66cae999..de6434d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -519,6 +519,11 @@ "@babel/helper-validator-identifier" "^7.14.5" to-fast-properties "^2.0.0" +"@ensdomains/eth-ens-namehash@^2.0.15": + version "2.0.15" + resolved "https://registry.yarnpkg.com/@ensdomains/eth-ens-namehash/-/eth-ens-namehash-2.0.15.tgz#5e5f2f24ba802aff8bc19edd822c9a11200cdf4a" + integrity sha512-JRDFP6+Hczb1E0/HhIg0PONgBYasfGfDheujmfxaZaAv/NAH4jE6Kf48WbqfRZdxt4IZI3jl3Ri7sZ1nP09lgw== + "@ethersproject/abi@5.3.1", "@ethersproject/abi@^5.3.0": version "5.3.1" resolved "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.3.1.tgz#69a1a496729d3a83521675a57cbe21f3cc27241c" @@ -1720,11 +1725,12 @@ resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ== -"@snapshot-labs/snapshot.js@^0.3.48": - version "0.3.48" - resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot.js/-/snapshot.js-0.3.48.tgz#136a68d1e99a457ff4d709a08e2cc54a713b0ae4" - integrity sha512-2kjS1EROT8QmuWPVYFsSfl9BYET/iIvwsP0gT7ltg++8pOcSJTUUGTFpToP+z+K+OKoBpsihKC5xuN9sK/NycA== +"@snapshot-labs/snapshot.js@^0.3.50": + version "0.3.50" + resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot.js/-/snapshot.js-0.3.50.tgz#10e422bb93f6fae875efd71563aee673b59d1f59" + integrity sha512-qSoyiaM2v2WzWB+Mjts+6aL2fYMmIuWZE4DU0/8uyDgLoZ57JhqcOLWdngXjr2+Tq0aoCiAMt+Pux7LEVTkaEA== dependencies: + "@ensdomains/eth-ens-namehash" "^2.0.15" "@ethersproject/abi" "^5.0.4" "@ethersproject/bytes" "^5.0.8" "@ethersproject/contracts" "^5.0.3"