Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency @celo/contractkit to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent 9530283 commit a3abee4
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@celo/base": "1.5.1",
"@celo/contractkit": "1.5.1",
"@celo/contractkit": "1.5.2",
"@celo/utils": "1.5.1",
"@ethersproject/abi": "5.0.4",
"@google-cloud/secret-manager": "^3.9.0",
Expand Down
92 changes: 65 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -476,27 +476,32 @@
resolved "https://registry.yarnpkg.com/@celo/base/-/base-1.5.1.tgz#53e16cd36c51f9eaeec0321f6752de6385f2a131"
integrity sha512-76MAosahwCDjkBsqfgnKT2CbyjV6TdzIztHJvAuJ+VrKeaIFe/IMoPwIxPy95xDJmHhD0zqPWMixGeyVGAwYQw==

"@celo/[email protected]":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@celo/connect/-/connect-1.5.1.tgz#c06631134150c5d0cbf9676a7a45f620e49a5e89"
integrity sha512-UjZIu1GRvnsUrGfTUDqxyrt8qyDpj4cuxQ/WVETss8l+x98zV5/7edKOA0QRWEKFhh3F1mCi0N08hEpp+q7QaA==
"@celo/[email protected]":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@celo/base/-/base-1.5.2.tgz#168ab5e4e30b374079d8d139fafc52ca6bfd4100"
integrity sha512-KGf6Dl9E6D01vAfkgkjL2sG+zqAjspAogILIpWstljWdG5ifyA75jihrnDEHaMCoQS0KxHvTdP1XYS/GS6BEyQ==

"@celo/[email protected]":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@celo/connect/-/connect-1.5.2.tgz#09f0b03bda6f8a6d523fd010492f204cbe82aabd"
integrity sha512-IHsvYp1HizIPfPPeIHyvsmJytIf7HNtNWo9CqCbsqfNfmw53q6dFJu2p5X0qz/fUnR5840cUga8cEyuYZTfp+w==
dependencies:
"@celo/utils" "1.5.1"
"@celo/utils" "1.5.2"
"@types/debug" "^4.1.5"
"@types/utf8" "^2.1.6"
bignumber.js "^9.0.0"
debug "^4.1.1"
utf8 "3.0.0"

"@celo/[email protected].1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@celo/contractkit/-/contractkit-1.5.1.tgz#723c3516bf08d0598f32dc45a17a99a576c90fa3"
integrity sha512-hUgH0yTbI1JUn9ytCWW/0QLfAruF3YL5xfcSmzXItklQ2GKGsTSfGlY7XTUY97xq/WYO2InXw+Vuhop6CcFOiw==
"@celo/[email protected].2":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@celo/contractkit/-/contractkit-1.5.2.tgz#be15d570f3044a190dabb6bbe53d5081c78ea605"
integrity sha512-b0r5TlfYDEscxze1Ai2jyJayiVElA9jvEehMD6aOSNtVhfP8oirjFIIffRe0Wzw1MSDGkw+q1c4m0Yw5sEOlvA==
dependencies:
"@celo/base" "1.5.1"
"@celo/connect" "1.5.1"
"@celo/utils" "1.5.1"
"@celo/wallet-local" "1.5.1"
"@celo/base" "1.5.2"
"@celo/connect" "1.5.2"
"@celo/utils" "1.5.2"
"@celo/wallet-local" "1.5.2"
"@types/debug" "^4.1.5"
bignumber.js "^9.0.0"
cross-fetch "^3.0.6"
Expand Down Expand Up @@ -539,29 +544,62 @@
web3-eth-abi "1.3.6"
web3-utils "1.3.6"

"@celo/wallet-base@1.5.1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@celo/wallet-base/-/wallet-base-1.5.1.tgz#6f4bf2c487a9e813c267e0c9e12d93886daa0884"
integrity sha512-78playqXi/JEwoyLPyPGjaUnPy/PNNjfqSHRD9IF4uTNxTpaUJJXNWKQSoRF2tFwuLdQxC96hrf63Qzepo5Edg==
"@celo/utils@1.5.2":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@celo/utils/-/utils-1.5.2.tgz#ddb7f3b50c801225ab41d2355fbe010976329099"
integrity sha512-JyKjuVMbdkyFOb1TpQw6zqamPQWYg7I9hOnva3MeIcQ3ZrJIaNHx0/I+JXFjuu3YYBc1mG8nXp2uPJJTGrwzCQ==
dependencies:
"@celo/base" "1.5.1"
"@celo/connect" "1.5.1"
"@celo/utils" "1.5.1"
"@celo/base" "1.5.2"
"@types/country-data" "^0.0.0"
"@types/elliptic" "^6.4.9"
"@types/ethereumjs-util" "^5.2.0"
"@types/google-libphonenumber" "^7.4.17"
"@types/lodash" "^4.14.170"
"@types/node" "^10.12.18"
"@types/randombytes" "^2.0.0"
bigi "^1.1.0"
bignumber.js "^9.0.0"
bip32 "2.0.5"
bip39 "https://github.com/bitcoinjs/bip39#d8ea080a18b40f301d4e2219a2991cd2417e83c2"
bls12377js "https://github.com/celo-org/bls12377js#cb38a4cfb643c778619d79b20ca3e5283a2122a6"
bn.js "4.11.8"
buffer-reverse "^1.0.1"
country-data "^0.0.31"
crypto-js "^3.1.9-1"
elliptic "^6.5.4"
ethereumjs-util "^5.2.0"
fp-ts "2.1.1"
google-libphonenumber "^3.2.15"
io-ts "2.0.1"
keccak256 "^1.0.0"
lodash "^4.17.21"
numeral "^2.0.6"
web3-eth-abi "1.3.6"
web3-utils "1.3.6"

"@celo/[email protected]":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@celo/wallet-base/-/wallet-base-1.5.2.tgz#ae8df425bf3c702277bb1b63a761a2ec8429e7aa"
integrity sha512-NYJu7OtSRFpGcvSMl2Wc8zN32S6oTkAzKqhH7rXisQ0I2q4yNwCzoquzPVYB0G2UVUFKuuxgsA5V+Zda/LQCyw==
dependencies:
"@celo/base" "1.5.2"
"@celo/connect" "1.5.2"
"@celo/utils" "1.5.2"
"@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/[email protected].1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@celo/wallet-local/-/wallet-local-1.5.1.tgz#5f58a1f3bdce06392154459216647798e8e7d08a"
integrity sha512-StQU8R6SKo+T87LVxMxGG/8WRlruU5dze02Hs8vgEHt3LeYMsrX2k4+FkndANoJF9lhl+XvQrGD4gTaDC4b2ag==
"@celo/[email protected].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.1"
"@celo/utils" "1.5.1"
"@celo/wallet-base" "1.5.1"
"@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"
Expand Down

0 comments on commit a3abee4

Please sign in to comment.