Skip to content

Commit 5b8cc88

Browse files
chore(deps): update dependency @api3/chains to v10
1 parent c43d981 commit 5b8cc88

3 files changed

Lines changed: 28 additions & 18 deletions

File tree

packages/airnode-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@api3/airnode-protocol": "^0.14.0",
3030
"@api3/airnode-utilities": "^0.14.0",
3131
"@api3/airnode-validator": "^0.14.0",
32-
"@api3/chains": "^8.1.1",
32+
"@api3/chains": "^10.1.1",
3333
"@api3/commons": "^0.9.0",
3434
"@api3/ois": "2.3.2",
3535
"@api3/promise-utils": "^0.4.0",

packages/airnode-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"write-example-env-file": "hardhat run scripts/write-example-env-file.ts"
3030
},
3131
"devDependencies": {
32-
"@api3/chains": "^8.1.1",
32+
"@api3/chains": "^10.1.1",
3333
"@nomicfoundation/hardhat-verify": "^2.0.6",
3434
"@nomiclabs/hardhat-ethers": "^2.2.3",
3535
"@nomiclabs/hardhat-waffle": "^2.0.6",

yarn.lock

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
dependencies:
2828
"@openzeppelin/contracts" "4.8.2"
2929

30-
"@api3/chains@^8.1.1":
31-
version "8.1.1"
32-
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-8.1.1.tgz#1f292eba31e4395d89c6b067f2b2a86955fca0b6"
33-
integrity sha512-2woMgPksMEzH2tU7ZH5tHNHr9qbZDG+bEWcAGcs+A3/GJKNBaTmxVerIyTo4IZA9f6vN91i7fH3UPAq/S8KQDw==
30+
"@api3/chains@^10.1.1":
31+
version "10.2.0"
32+
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-10.2.0.tgz#4ee806b57125c479bfba6d2b9a6f811afff3b4c3"
33+
integrity sha512-83x5+nkn6CMGhvj5seYZhTgPKsYVflx7+akvyiKaJKziwW8wUi2B4QRAcPQcLMrF13qx/u6qwGVI9vmYbx/g7A==
3434
dependencies:
35-
viem "^2.16.5"
35+
viem "^2.21.1"
3636
zod "^3.23.8"
3737

3838
"@api3/commons@^0.9.0":
@@ -2505,6 +2505,11 @@
25052505
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.4.0.tgz#45814aa329f30e4fe0ba49426f49dfccdd066426"
25062506
integrity sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==
25072507

2508+
"@noble/hashes@~1.5.0":
2509+
version "1.5.0"
2510+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.5.0.tgz#abadc5ca20332db2b1b2aa3e496e9af1213570b0"
2511+
integrity sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==
2512+
25082513
"@noble/secp256k1@1.7.1", "@noble/secp256k1@~1.7.0":
25092514
version "1.7.1"
25102515
resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.1.tgz#b251c70f824ce3ca7f8dc3df08d58f005cc0507c"
@@ -3231,6 +3236,11 @@
32313236
resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.7.tgz#fe973311a5c6267846aa131bc72e96c5d40d2b30"
32323237
integrity sha512-PPNYBslrLNNUQ/Yad37MHYsNQtK67EhWb6WtSvNLLPo7SdVZgkUjD6Dg+5On7zNwmskf8OX7I7Nx5oN+MIWE0g==
32333238

3239+
"@scure/base@~1.1.8":
3240+
version "1.1.8"
3241+
resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.8.tgz#8f23646c352f020c83bca750a82789e246d42b50"
3242+
integrity sha512-6CyAclxj3Nb0XT7GHK6K4zK6k2xJm6E4Ft0Ohjt4WgegiFUHEtFb2CGzmPmGBwoIhrLsqNLYfLr04Y1GePrzZg==
3243+
32343244
"@scure/bip32@1.1.5":
32353245
version "1.1.5"
32363246
resolved "https://registry.yarnpkg.com/@scure/bip32/-/bip32-1.1.5.tgz#d2ccae16dcc2e75bc1d75f5ef3c66a338d1ba300"
@@ -3274,13 +3284,13 @@
32743284
"@noble/hashes" "~1.3.2"
32753285
"@scure/base" "~1.1.4"
32763286

3277-
"@scure/bip39@1.3.0":
3278-
version "1.3.0"
3279-
resolved "https://registry.yarnpkg.com/@scure/bip39/-/bip39-1.3.0.tgz#0f258c16823ddd00739461ac31398b4e7d6a18c3"
3280-
integrity sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==
3287+
"@scure/bip39@1.4.0":
3288+
version "1.4.0"
3289+
resolved "https://registry.yarnpkg.com/@scure/bip39/-/bip39-1.4.0.tgz#664d4f851564e2e1d4bffa0339f9546ea55960a6"
3290+
integrity sha512-BEEm6p8IueV/ZTfQLp/0vhw4NPnT9oWf5+28nvmeUICjP99f4vr2d+qc7AVGDDtwRep6ifR43Yed9ERVmiITzw==
32813291
dependencies:
3282-
"@noble/hashes" "~1.4.0"
3283-
"@scure/base" "~1.1.6"
3292+
"@noble/hashes" "~1.5.0"
3293+
"@scure/base" "~1.1.8"
32843294

32853295
"@sentry/core@5.30.0":
32863296
version "5.30.0"
@@ -15158,16 +15168,16 @@ verror@1.10.0:
1515815168
core-util-is "1.0.2"
1515915169
extsprintf "^1.2.0"
1516015170

15161-
viem@^2.16.5:
15162-
version "2.18.0"
15163-
resolved "https://registry.yarnpkg.com/viem/-/viem-2.18.0.tgz#ea0d037f0db356e6d71f1251243825345d6dc08f"
15164-
integrity sha512-HA4Dj+PCNWvvZDThWcUPg0sjiS8uwGRaxs3CMBOASL/j0p2pD4nR9vY/y/pAiRr491hGCnrSCVCmb/qqA57wIw==
15171+
viem@^2.21.1:
15172+
version "2.21.4"
15173+
resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.4.tgz#b413330f5e05d2ab9ed01bf6e6fe12bcb71788dd"
15174+
integrity sha512-4E61XWhErjuXh5ObEoosKSy4iMvYnkuQq9jGLW5Isod68dNrENnyNV0QlVpn0LB3qunJ4ZMFMhYdfTjETqe7cQ==
1516515175
dependencies:
1516615176
"@adraffy/ens-normalize" "1.10.0"
1516715177
"@noble/curves" "1.4.0"
1516815178
"@noble/hashes" "1.4.0"
1516915179
"@scure/bip32" "1.4.0"
15170-
"@scure/bip39" "1.3.0"
15180+
"@scure/bip39" "1.4.0"
1517115181
abitype "1.0.5"
1517215182
isows "1.0.4"
1517315183
webauthn-p256 "0.0.5"

0 commit comments

Comments
 (0)