Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent 3c6a3a9 commit 7100056
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.25",
"@fiatconnect/fiatconnect-sdk": "^0.5.26",
"@fiatconnect/fiatconnect-types": "^13.3.0",
"api-contract-validator": "^2.2.8",
"axios": "^0.27.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -727,16 +727,16 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@fiatconnect/fiatconnect-sdk@^0.5.25":
version "0.5.25"
resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-sdk/-/fiatconnect-sdk-0.5.25.tgz#b9f9ca7bca0beaabb6d51c24fe9fabeb6507ec2e"
integrity sha512-O9zV66FVp8L2GNaCGEFoVJkHr8XhBoNtAfjFkbJRwLvM9To3ECmv1dW6p+nP/iRe0g8QPx0cPRkmliuIqbvDEg==
"@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==
dependencies:
"@badrap/result" "^0.2.13"
"@fiatconnect/fiatconnect-types" "^13.3.0"
cross-fetch "^4.0.0"
ethers "^6.10.0"
fetch-cookie "^2.1.0"
fetch-cookie "^2.2.0"
siwe "^2.1.4"
tough-cookie "^4.0.0"
tslib "^2.6.2"
Expand Down Expand Up @@ -2633,10 +2633,10 @@ fb-watchman@^2.0.0:
dependencies:
bser "2.1.1"

fetch-cookie@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/fetch-cookie/-/fetch-cookie-2.1.0.tgz#6e127909912f9e527533b045aab555c06b33801b"
integrity sha512-39+cZRbWfbibmj22R2Jy6dmTbAWC+oqun1f1FzQaNurkPDUP4C38jpeZbiXCR88RKRVDp8UcDrbFXkNhN+NjYg==
fetch-cookie@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/fetch-cookie/-/fetch-cookie-2.2.0.tgz#01086b6b5b1c3e08f15ffd8647b02ca100377365"
integrity sha512-h9AgfjURuCgA2+2ISl8GbavpUdR+WGAM2McW/ovn4tVccegp8ZqCKWSBR8uRdM8dDNlx5WdKRWxBYUwteLDCNQ==
dependencies:
set-cookie-parser "^2.4.8"
tough-cookie "^4.0.0"
Expand Down

0 comments on commit 7100056

Please sign in to comment.