From 18e766931a808239bcbbb539cb679391969fea41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:24:35 +0000 Subject: [PATCH] build(deps): bump @celo/utils from 1.5.2 to 3.2.0 Bumps [@celo/utils](https://github.com/celo-org/celo-monorepo) from 1.5.2 to 3.2.0. - [Release notes](https://github.com/celo-org/celo-monorepo/releases) - [Commits](https://github.com/celo-org/celo-monorepo/commits/sdks-3.2.0) --- updated-dependencies: - dependency-name: "@celo/utils" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 24 +++++++++++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b39070ffbe2..e440b82da7a 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "@apollo/client": "^3.6.5", "@celo-tools/use-contractkit": "^3.1.0", "@celo/contractkit": "^1.2.0", - "@celo/utils": "^1.2.1", + "@celo/utils": "^3.2.0", "@craco/craco": "^6.1.2", "@emotion/react": "^11.10.5", "@ensdomains/ensjs": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index f9a45025ae0..ed9c06e7b8f 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@3.2.0": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@celo/base/-/base-3.2.0.tgz#19dcff6a822abb1f6b57af8f9db35a4c673aee62" + integrity sha512-9wfZYiYv7dzt17a29fxU6sV7JssyXfpSQ9kPSpfOlsewPICXwfOMQ+25Jn6xZu20Vx9rmKebmLHiQyiuYEDOcQ== + "@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" @@ -1179,7 +1184,7 @@ semver "^7.3.5" web3 "1.3.6" -"@celo/utils@1.5.2", "@celo/utils@^1.2.0", "@celo/utils@^1.2.1": +"@celo/utils@1.5.2", "@celo/utils@^1.2.0": version "1.5.2" resolved "https://registry.yarnpkg.com/@celo/utils/-/utils-1.5.2.tgz#ddb7f3b50c801225ab41d2355fbe010976329099" integrity sha512-JyKjuVMbdkyFOb1TpQw6zqamPQWYg7I9hOnva3MeIcQ3ZrJIaNHx0/I+JXFjuu3YYBc1mG8nXp2uPJJTGrwzCQ== @@ -1229,6 +1234,23 @@ web3-eth-abi "1.3.6" web3-utils "1.3.6" +"@celo/utils@^3.2.0": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@celo/utils/-/utils-3.2.0.tgz#1dc39f619d24c3974d306cad23db7cdf3f9d487e" + integrity sha512-Om1mTzwsdV6FVPvraafcJeRnzz7Xv/lyGmyZaoEZ9fErRadu9ZrOsuDQniYe+lD78DQ0NATxJL04WjhEKVkn+A== + dependencies: + "@celo/base" "3.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"