Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent 297c993 commit 7180e03
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.7.2"
},
"dependencies": {
"@fiatconnect/fiatconnect-sdk": "^0.5.68",
"@fiatconnect/fiatconnect-sdk": "^0.5.69",
"@fiatconnect/fiatconnect-types": "^13.3.10",
"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,18 +727,18 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@fiatconnect/fiatconnect-sdk@^0.5.68":
version "0.5.68"
resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-sdk/-/fiatconnect-sdk-0.5.68.tgz#fbd6d2b371be24ef40dec5bff71fbb20ba61464d"
integrity sha512-jpbhWKjgiTp7q0FWbIwlIxMv3OUGRicUEJrUHp/s2xJhfPm4evEORhtG5+QJUpNkJB2WJUCJ5M/a3q3Mkl85+g==
"@fiatconnect/fiatconnect-sdk@^0.5.69":
version "0.5.69"
resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-sdk/-/fiatconnect-sdk-0.5.69.tgz#7c4c05fd7ae497565e854b1660df1475c11fd47c"
integrity sha512-3wHQ4pdpsgkO8mcEGGZIbIqhhOY77rkX2I/K6hOHvESxEAygcj3jRR70mMh9CoRDiMcej9XHu0CyopL5x5FqIA==
dependencies:
"@badrap/result" "^0.2.13"
"@fiatconnect/fiatconnect-types" "^13.3.10"
cross-fetch "^4.1.0"
ethers "^6.13.5"
fetch-cookie "^3.0.1"
siwe "^2.3.2"
tough-cookie "^5.0.0"
tough-cookie "^5.1.0"
tslib "^2.8.1"
zod "^3.24.1"

Expand Down Expand Up @@ -4721,10 +4721,10 @@ tough-cookie@^4.0.0:
universalify "^0.2.0"
url-parse "^1.5.3"

tough-cookie@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-5.0.0.tgz#6b6518e2b5c070cf742d872ee0f4f92d69eac1af"
integrity sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==
tough-cookie@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-5.1.0.tgz#0667b0f2fbb5901fe6f226c3e0b710a9a4292f87"
integrity sha512-rvZUv+7MoBYTiDmFPBrhL7Ujx9Sk+q9wwm22x8c8T5IJaR+Wsyc7TNxbVxo84kZoRJZZMazowFLqpankBEQrGg==
dependencies:
tldts "^6.1.32"

Expand Down

0 comments on commit 7180e03

Please sign in to comment.