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/utils 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 e2c44cf
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@celo/base": "1.5.1",
"@celo/contractkit": "1.5.1",
"@celo/utils": "1.5.1",
"@celo/utils": "1.5.2",
"@ethersproject/abi": "5.0.4",
"@google-cloud/secret-manager": "^3.9.0",
"async-polling": "^0.2.1",
Expand Down
38 changes: 38 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,11 @@
resolved "https://registry.yarnpkg.com/@celo/base/-/base-1.5.1.tgz#53e16cd36c51f9eaeec0321f6752de6385f2a131"
integrity sha512-76MAosahwCDjkBsqfgnKT2CbyjV6TdzIztHJvAuJ+VrKeaIFe/IMoPwIxPy95xDJmHhD0zqPWMixGeyVGAwYQw==

"@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.1"
resolved "https://registry.yarnpkg.com/@celo/connect/-/connect-1.5.1.tgz#c06631134150c5d0cbf9676a7a45f620e49a5e89"
Expand Down Expand Up @@ -539,6 +544,39 @@
web3-eth-abi "1.3.6"
web3-utils "1.3.6"

"@celo/[email protected]":
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.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.1"
resolved "https://registry.yarnpkg.com/@celo/wallet-base/-/wallet-base-1.5.1.tgz#6f4bf2c487a9e813c267e0c9e12d93886daa0884"
Expand Down

0 comments on commit e2c44cf

Please sign in to comment.