Skip to content

Commit

Permalink
fix(deps): update fiatconnect packages (#377)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent f6e6f94 commit 9541968
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"typescript": "^5.7.2"
},
"dependencies": {
"@fiatconnect/fiatconnect-sdk": "^0.5.64",
"@fiatconnect/fiatconnect-types": "^13.3.9",
"@fiatconnect/fiatconnect-sdk": "^0.5.65",
"@fiatconnect/fiatconnect-types": "^13.3.10",
"api-contract-validator": "^2.2.8",
"axios": "^0.27.2",
"chai": "^4.3.10",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -727,10 +727,10 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@fiatconnect/fiatconnect-sdk@^0.5.64":
version "0.5.64"
resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-sdk/-/fiatconnect-sdk-0.5.64.tgz#494c8eeca92386f0e6dec7f5636d4c59da888799"
integrity sha512-prfWHij/3aQRda8XfM9+906MRdWzlQx+bk/Pwtw0oFUoYESxng3iBQnACy7gwDJ0yA4AJV9xUW0K+uPL0f6PZQ==
"@fiatconnect/fiatconnect-sdk@^0.5.65":
version "0.5.65"
resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-sdk/-/fiatconnect-sdk-0.5.65.tgz#ad3033cfddf85f6ea1e2ed5c6c3792660197597c"
integrity sha512-Qv6o845Hf9s2VW0EGFy+jZbrzh3GrmLvelDZcRLMAR/Mf2vsxhNjFkv57Ouu3NAVuGHKT9ifu3EIN8t75XP7og==
dependencies:
"@badrap/result" "^0.2.13"
"@fiatconnect/fiatconnect-types" "^13.3.9"
Expand All @@ -740,14 +740,14 @@
siwe "^2.3.2"
tough-cookie "^5.0.0"
tslib "^2.8.1"
zod "^3.24.0"
zod "^3.24.1"

"@fiatconnect/fiatconnect-types@^13.3.9":
version "13.3.9"
resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-types/-/fiatconnect-types-13.3.9.tgz#e5bce4a6ccebd6fb358d3d4f2cc43bba5ca7f559"
integrity sha512-j9cycuyFdqN/5yHAO931mYHyhzApwmnVlD8LULMibCMxAYVjW91nBOkTfVN5ZD3E8vST45Dr+kAzXswu5W7YhA==
"@fiatconnect/fiatconnect-types@^13.3.10", "@fiatconnect/fiatconnect-types@^13.3.9":
version "13.3.10"
resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-types/-/fiatconnect-types-13.3.10.tgz#ce689c97b98fae843b4f356add5ac62958b3ca65"
integrity sha512-ca/MtaQGAcKPPedbl0WN+97nexlFL2yi+QrTmMLgCEpCJz12ceixEZJlDUZfvBvHIQAsleba9HUSZFcXIn38FA==
dependencies:
zod "^3.24.0"
zod "^3.24.1"

"@humanwhocodes/config-array@^0.11.10":
version "0.11.10"
Expand Down Expand Up @@ -5112,7 +5112,7 @@ z-schema@^5.0.1:
optionalDependencies:
commander "^10.0.0"

zod@^3.24.0, zod@^3.24.1:
zod@^3.24.1:
version "3.24.1"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.1.tgz#27445c912738c8ad1e9de1bea0359fa44d9d35ee"
integrity sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==

0 comments on commit 9541968

Please sign in to comment.