Skip to content

Commit

Permalink
fix(deps): update dependency @fiatconnect/fiatconnect-sdk to ^0.5.27 (#…
Browse files Browse the repository at this point in the history
…274)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 7100056 commit 4017109
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@fiatconnect/fiatconnect-sdk": "^0.5.26",
"@fiatconnect/fiatconnect-sdk": "^0.5.27",
"@fiatconnect/fiatconnect-types": "^13.3.0",
"api-contract-validator": "^2.2.8",
"axios": "^0.27.2",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==

"@adraffy/ens-normalize@1.10.0":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.10.0.tgz#d2a39395c587e092d77cbbc80acf956a54f38bf7"
integrity sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==
"@adraffy/ens-normalize@1.10.1":
version "1.10.1"
resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.10.1.tgz#63430d04bd8c5e74f8d7d049338f1cd9d4f02069"
integrity sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw==

"@ampproject/remapping@^2.2.0":
version "2.2.1"
Expand Down Expand Up @@ -727,15 +727,15 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@fiatconnect/fiatconnect-sdk@^0.5.26":
version "0.5.26"
resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-sdk/-/fiatconnect-sdk-0.5.26.tgz#1b6e7cd4d642b02d48b2edfcd5aff95dc4a19d9b"
integrity sha512-WawPVN4ECBxQhR65a2qYCMYvVi/ROzcmXSz1jfkm5udLqvqaYo9iMffmSxS5dOUGvEMfuEZN3TNq0h9lnDUJTw==
"@fiatconnect/fiatconnect-sdk@^0.5.27":
version "0.5.27"
resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-sdk/-/fiatconnect-sdk-0.5.27.tgz#55848b9cc5a04b17ee979328c075f32c4cccbe3e"
integrity sha512-FkAiQQDQvNmyPf6IyJH0lYZ6ArWeZjMcv92V3CcKybw6C3bwWxw+9FDX4cLt6Rsq76HwmWPHin1BMFcqYNqD7A==
dependencies:
"@badrap/result" "^0.2.13"
"@fiatconnect/fiatconnect-types" "^13.3.0"
cross-fetch "^4.0.0"
ethers "^6.10.0"
ethers "^6.11.0"
fetch-cookie "^2.2.0"
siwe "^2.1.4"
tough-cookie "^4.0.0"
Expand Down Expand Up @@ -2549,12 +2549,12 @@ ethers@^5.7.2:
"@ethersproject/web" "5.7.1"
"@ethersproject/wordlists" "5.7.0"

ethers@^6.10.0:
version "6.10.0"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.10.0.tgz#20f3c63c60d59a993f8090ad423d8a3854b3b1cd"
integrity sha512-nMNwYHzs6V1FR3Y4cdfxSQmNgZsRj1RiTU25JwvnJLmyzw9z3SKxNc2XKDuiXXo/v9ds5Mp9m6HBabgYQQ26tA==
ethers@^6.11.0:
version "6.11.0"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.11.0.tgz#6d3e884ad36454c29d4662ae49439d5d04556c66"
integrity sha512-kPHNTnhVWiWU6AVo6CAeTjXEK24SpCXyZvwG9ROFjT0Vlux0EOhWKBAeC+45iDj80QNJTYaT1SDEmeunT0vDNw==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@adraffy/ens-normalize" "1.10.1"
"@noble/curves" "1.2.0"
"@noble/hashes" "1.3.2"
"@types/node" "18.15.13"
Expand Down

0 comments on commit 4017109

Please sign in to comment.