From a4e5e5813d4171c8d43ef662a4938ba860dfdc46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 18:36:19 +0000 Subject: [PATCH] build(deps): bump @celo/contractkit from 1.5.2 to 2.2.0 Bumps [@celo/contractkit](https://github.com/celo-org/celo-monorepo) from 1.5.2 to 2.2.0. - [Release notes](https://github.com/celo-org/celo-monorepo/releases) - [Commits](https://github.com/celo-org/celo-monorepo/commits/sdks-2.2.0) --- updated-dependencies: - dependency-name: "@celo/contractkit" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 95 ++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 68 insertions(+), 29 deletions(-) diff --git a/package.json b/package.json index c213fdad12e..566aeb2ed93 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "dependencies": { "@apollo/client": "^3.6.5", "@celo-tools/use-contractkit": "^3.1.0", - "@celo/contractkit": "^1.2.0", + "@celo/contractkit": "^2.2.0", "@celo/utils": "^1.2.1", "@craco/craco": "^6.1.2", "@ensdomains/ensjs": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index 3135072df6c..02650987abd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1137,6 +1137,11 @@ resolved "https://registry.yarnpkg.com/@celo/base/-/base-2.0.0.tgz#2cf054759ac37faea2a7e8bed7868e45adce24a5" integrity sha512-uLH0z/aj5vMO7rHuGZO+ZUOcmEu2tVJT90To6kX00csuEmUea50xijoDeDOyh/3aZFzyhUWKeHO4lw3m3K92Cw== +"@celo/base@2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@celo/base/-/base-2.2.0.tgz#cb769b0644408327cbe631400a8455d195a657ab" + integrity sha512-+jo52+er1TV9Qe6nCmzQ2dLt6M8J9STEJDaU+uiPyMVhMBcnYBpWzu9FJJPERmttejOC7hFuudrJI83vJulc4Q== + "@celo/connect@1.5.2", "@celo/connect@^1.2.0": version "1.5.2" resolved "https://registry.yarnpkg.com/@celo/connect/-/connect-1.5.2.tgz#09f0b03bda6f8a6d523fd010492f204cbe82aabd" @@ -1161,15 +1166,29 @@ debug "^4.1.1" utf8 "3.0.0" -"@celo/contractkit@^1.2.0": - version "1.5.2" - resolved "https://registry.yarnpkg.com/@celo/contractkit/-/contractkit-1.5.2.tgz#be15d570f3044a190dabb6bbe53d5081c78ea605" - integrity sha512-b0r5TlfYDEscxze1Ai2jyJayiVElA9jvEehMD6aOSNtVhfP8oirjFIIffRe0Wzw1MSDGkw+q1c4m0Yw5sEOlvA== +"@celo/connect@2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@celo/connect/-/connect-2.2.0.tgz#e931ba2622f1967a3e2190f46cac59ab6f6373a3" + integrity sha512-IAT1f3+ZYMod0H6M8HorZj8bNhfgxjL7GlofdNZRceTo1Cy8iyNr+26K+x5sHeXI8QgTUKdaxLWgmCQCEU7ARw== dependencies: - "@celo/base" "1.5.2" - "@celo/connect" "1.5.2" - "@celo/utils" "1.5.2" - "@celo/wallet-local" "1.5.2" + "@celo/base" "2.2.0" + "@celo/utils" "2.2.0" + "@types/debug" "^4.1.5" + "@types/utf8" "^2.1.6" + bignumber.js "^9.0.0" + debug "^4.1.1" + utf8 "3.0.0" + +"@celo/contractkit@^2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@celo/contractkit/-/contractkit-2.2.0.tgz#5cfcfdb4e5ec22f8ca071405c0d552b632137912" + integrity sha512-nIgCGDnOtCG5QtPJFzaDOOk12O6A8Bjk+tey46okeasvcT1uw2mQpLoelQ/PloTSbLQty3/IATNSPrQWqXShFA== + dependencies: + "@celo/base" "2.2.0" + "@celo/connect" "2.2.0" + "@celo/utils" "2.2.0" + "@celo/wallet-local" "2.2.0" + "@types/bn.js" "^5.1.0" "@types/debug" "^4.1.5" bignumber.js "^9.0.0" cross-fetch "^3.0.6" @@ -1212,7 +1231,7 @@ web3-eth-abi "1.3.6" web3-utils "1.3.6" -"@celo/utils@2.0.0", "@celo/utils@^2.0.0": +"@celo/utils@2.0.0": version "2.0.0" resolved "https://registry.yarnpkg.com/@celo/utils/-/utils-2.0.0.tgz#f66871759281785ceb263c65362cbb50537d4d0d" integrity sha512-U1BMOHxabvkNE6kA1Ll13ww5jR4gI4Ppa8FkKz4L1Y4C6XUPbBOr06TRFWGGTNB2CCKTZZSo3//yw+Vym9oF8w== @@ -1229,6 +1248,23 @@ web3-eth-abi "1.3.6" web3-utils "1.3.6" +"@celo/utils@2.2.0", "@celo/utils@^2.0.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@celo/utils/-/utils-2.2.0.tgz#a852435391b1abc492aa9436837e49beb906cf70" + integrity sha512-oCDZt44Ch30/4m+G+7gcuiKmo/WgptMpmxxSLH+h3Wmc6LUWS/F/9SFcdlTbJF0sH3LOXchczO+HUlATJ+vQNQ== + dependencies: + "@celo/base" "2.2.0" + "@types/bn.js" "^5.1.0" + "@types/elliptic" "^6.4.9" + "@types/ethereumjs-util" "^5.2.0" + "@types/node" "^10.12.18" + bignumber.js "^9.0.0" + elliptic "^6.5.4" + ethereumjs-util "^5.2.0" + io-ts "2.0.1" + web3-eth-abi "1.3.6" + web3-utils "1.3.6" + "@celo/wallet-base@1.5.2", "@celo/wallet-base@^1.2.0": version "1.5.2" resolved "https://registry.yarnpkg.com/@celo/wallet-base/-/wallet-base-1.5.2.tgz#ae8df425bf3c702277bb1b63a761a2ec8429e7aa" @@ -1259,6 +1295,21 @@ eth-lib "^0.2.8" ethereumjs-util "^5.2.0" +"@celo/wallet-base@2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@celo/wallet-base/-/wallet-base-2.2.0.tgz#423a6af2a49d6c93aa786a99799a3ecc022a3160" + integrity sha512-zL05/tJzPWWvGGaQKEkcEYCLJRJwl7PLskJNWCiloGLfmPd7L1g96ulU1ZGffeO+kVIcUvwtQ9AS7ky4CbHybQ== + dependencies: + "@celo/base" "2.2.0" + "@celo/connect" "2.2.0" + "@celo/utils" "2.2.0" + "@types/debug" "^4.1.5" + "@types/ethereumjs-util" "^5.2.0" + bignumber.js "^9.0.0" + debug "^4.1.1" + eth-lib "^0.2.8" + ethereumjs-util "^5.2.0" + "@celo/wallet-ledger@^2.0.0": version "2.0.0" resolved "https://registry.yarnpkg.com/@celo/wallet-ledger/-/wallet-ledger-2.0.0.tgz#ed436c6bdabfb6462f1fffb1901ad51f16bec26d" @@ -1275,26 +1326,14 @@ eth-lib "^0.2.8" ethereumjs-util "^5.2.0" -"@celo/wallet-local@1.5.2": - version "1.5.2" - resolved "https://registry.yarnpkg.com/@celo/wallet-local/-/wallet-local-1.5.2.tgz#66ea5fb763e19724309e3d56f312f1a342e12b91" - integrity sha512-Aas4SwqQc8ap0OFAOZc+jBR4cXr20V9AReHNEI8Y93R3g1+RlSEJ1Zmsu4vN+Rriz58YqgMnr+pihorw8QydFQ== - dependencies: - "@celo/connect" "1.5.2" - "@celo/utils" "1.5.2" - "@celo/wallet-base" "1.5.2" - "@types/ethereumjs-util" "^5.2.0" - eth-lib "^0.2.8" - ethereumjs-util "^5.2.0" - -"@celo/wallet-local@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@celo/wallet-local/-/wallet-local-2.0.0.tgz#8f27f2fcc94a3be4f92f25d79e0b01b8cccfca9f" - integrity sha512-jN7uQr7FEC3YLqo3yqVAG5FRVBRxs18bKxPEjh0dkVTt6gEhMdwTKAHUI7crOti+NoupJbFbOK81AHNlqyklfg== +"@celo/wallet-local@2.2.0", "@celo/wallet-local@^2.0.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@celo/wallet-local/-/wallet-local-2.2.0.tgz#a4ad9a010265edf81cf41d6a3f3b35047181ddf2" + integrity sha512-l+RJkieGlnUT+q39/aGrRnFlhbwQsiPGsLoDebW7OuYncExRGf0Pid48ke+yrl7/0nBxNXDSRuNMW9qI0AlHSw== dependencies: - "@celo/connect" "2.0.0" - "@celo/utils" "2.0.0" - "@celo/wallet-base" "2.0.0" + "@celo/connect" "2.2.0" + "@celo/utils" "2.2.0" + "@celo/wallet-base" "2.2.0" "@types/ethereumjs-util" "^5.2.0" eth-lib "^0.2.8" ethereumjs-util "^5.2.0"