Skip to content

Commit

Permalink
fix(deps): update dependency @fiatconnect/fiatconnect-types to ^13.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2023
1 parent c70100c commit dc8fb72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "MIT",
"dependencies": {
"@celo/utils": "^1.5.2",
"@fiatconnect/fiatconnect-types": "^13.1.1",
"@fiatconnect/fiatconnect-types": "^13.1.2",
"@types/express": "^4.17.17",
"@types/node": "^17.0.45",
"@types/yargs": "^17.0.24",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -722,12 +722,12 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@fiatconnect/fiatconnect-types@^13.1.1":
version "13.1.1"
resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-types/-/fiatconnect-types-13.1.1.tgz#e478e1e84fbc91e1f783b3e8dd284d7cd69e3f21"
integrity sha512-YGSIr5+hX0fPQfjeSrXJBI2aD7lP5ECASz5bSihKdXy7qFOPu5c9/YGHt9YYZN/8cFoTp+e9ET4iUAVISwmuTA==
"@fiatconnect/fiatconnect-types@^13.1.2":
version "13.1.2"
resolved "https://registry.yarnpkg.com/@fiatconnect/fiatconnect-types/-/fiatconnect-types-13.1.2.tgz#3490a83735a750269c4718a831315abdd2a8df72"
integrity sha512-pfDmPyldWKYzm4s/2I0dW4zjpDf4sMHrZwJzY5lNNMSjYqv/QMGNJI7lR5npRkIYpuTYFJ9Xnrrir29FU898mw==
dependencies:
zod "^3.22.0"
zod "^3.22.1"

"@humanwhocodes/config-array@^0.10.5":
version "0.10.5"
Expand Down Expand Up @@ -6121,7 +6121,7 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

zod@^3.22.0, zod@^3.22.1:
zod@^3.22.1:
version "3.22.1"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.1.tgz#815f850baf933fef96c1061322dbe579b1a80c27"
integrity sha512-+qUhAMl414+Elh+fRNtpU+byrwjDFOS1N7NioLY+tSlcADTx4TkCUua/hxJvxwDXcV4397/nZ420jy4n4+3WUg==

0 comments on commit dc8fb72

Please sign in to comment.