Skip to content

Commit

Permalink
chore(deps): update dependency @api3/chains to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2024
1 parent c43d981 commit 4d03808
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/airnode-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@api3/airnode-protocol": "^0.14.0",
"@api3/airnode-utilities": "^0.14.0",
"@api3/airnode-validator": "^0.14.0",
"@api3/chains": "^8.1.1",
"@api3/chains": "^9.2.1",
"@api3/commons": "^0.9.0",
"@api3/ois": "2.3.2",
"@api3/promise-utils": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"write-example-env-file": "hardhat run scripts/write-example-env-file.ts"
},
"devDependencies": {
"@api3/chains": "^8.1.1",
"@api3/chains": "^9.2.1",
"@nomicfoundation/hardhat-verify": "^2.0.6",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
dependencies:
"@openzeppelin/contracts" "4.8.2"

"@api3/chains@^8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-8.1.1.tgz#1f292eba31e4395d89c6b067f2b2a86955fca0b6"
integrity sha512-2woMgPksMEzH2tU7ZH5tHNHr9qbZDG+bEWcAGcs+A3/GJKNBaTmxVerIyTo4IZA9f6vN91i7fH3UPAq/S8KQDw==
"@api3/chains@^9.2.1":
version "9.2.1"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-9.2.1.tgz#963b461b8dcfad96ec189d43830f89f3f2c49ce1"
integrity sha512-6PO1Cr7IWq/qRoZkIZ4rmsIgZKkQMKXGePlK+km3Z28LSTpo7WnYlpDD/vl21t1epEXL8z3u5fbtVKbjYZ9BVg==
dependencies:
viem "^2.16.5"
viem "^2.18.8"
zod "^3.23.8"

"@api3/commons@^0.9.0":
Expand Down Expand Up @@ -15158,10 +15158,10 @@ [email protected]:
core-util-is "1.0.2"
extsprintf "^1.2.0"

viem@^2.16.5:
version "2.18.0"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.18.0.tgz#ea0d037f0db356e6d71f1251243825345d6dc08f"
integrity sha512-HA4Dj+PCNWvvZDThWcUPg0sjiS8uwGRaxs3CMBOASL/j0p2pD4nR9vY/y/pAiRr491hGCnrSCVCmb/qqA57wIw==
viem@^2.18.8:
version "2.19.6"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.19.6.tgz#e04a7ca7f16516fe817ae692c126c404a45fed54"
integrity sha512-7jiuX+ZncPZE8iEzgW/iO7EaAMRJEW8hYeJy9YFTMK34Wa9aWzqOm4lrORgemlsqJ/kpQG4InzhG0jc2HY67FA==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@noble/curves" "1.4.0"
Expand Down

0 comments on commit 4d03808

Please sign in to comment.