Skip to content

Commit

Permalink
bump chains
Browse files Browse the repository at this point in the history
  • Loading branch information
vponline committed Oct 31, 2023
1 parent 62a46c8 commit 3390459
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@api3/airnode-node": "^0.11.1",
"@api3/airnode-protocol": "^0.11.1",
"@api3/airnode-utilities": "^0.11.1",
"@api3/chains": "^2.1.0",
"@api3/chains": "^3.4.2",
"@api3/ois": "^2.0.0",
"@api3/operations-utilities": "^0.2.2",
"@api3/promise-utils": "^0.4.0",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@
yargs "^17.7.1"
zod "^3.20.6"

"@api3/chains@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-2.1.0.tgz#67219e94e3301378a14ba81d50d4740e093d5678"
integrity sha512-u/YIE6aXsoHssSc1kir0Ws/12oYEIFPIMm5yDxC6TxL0upglasmYx0vrty40QVaksgsavva/CQNme+zwdJy4yA==
"@api3/chains@^3.4.2":
version "3.5.1"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-3.5.1.tgz#daf14bffb4fcae1916c197ca66b7942dcf86d13b"
integrity sha512-AI1/FbLsqJlSiGIEKMMRLCKaV6r6B7uXHBfzVJPY95rIdiHbmwUEGmlD4ikFTsV3nKDO0YDGm7NDnlmPW0aVJQ==
dependencies:
zod "^3.21.4"
zod "^3.22.2"

"@api3/ois@2.0.0", "@api3/ois@^2.0.0":
version "2.0.0"
Expand Down Expand Up @@ -13078,3 +13078,8 @@ zod@^3.20.6, zod@^3.21.4:
version "3.21.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db"
integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==

zod@^3.22.2:
version "3.22.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==

0 comments on commit 3390459

Please sign in to comment.