Skip to content

Commit 852b110

Browse files
authored
Merge pull request #45 from api3dao/renovate/api3-minor-updates
Update dependency @nodary/utilities to ^3.7.0
2 parents cdecc66 + 85d7cf5 commit 852b110

File tree

2 files changed

+6
-38
lines changed

2 files changed

+6
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@api3/chains": "^7.2.1",
2626
"@api3/contracts": "^4.1.1",
27-
"@nodary/utilities": "^3.6.0",
27+
"@nodary/utilities": "^3.7.0",
2828
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
2929
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
3030
"@nomicfoundation/hardhat-toolbox": "^2.0.2",

yarn.lock

Lines changed: 5 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@
2525
ethers "^5.7.2"
2626
lodash "^4.17.21"
2727

28-
"@api3/chains@^7.0.0":
29-
version "7.0.0"
30-
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-7.0.0.tgz#e46c20e626920126133078124b4f348b8caac931"
31-
integrity sha512-rSpsIqblh/CGhoSa2fufUYCSkQ52LG40jKmsv8Icu8uYBeBA4dSmRZ6uKjsJ3Ix5HB9j2EZFk4b0ZvLa+wixkw==
32-
dependencies:
33-
viem "^2.9.29"
34-
zod "^3.23.5"
35-
3628
"@api3/chains@^7.2.1":
3729
version "7.2.1"
3830
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-7.2.1.tgz#2603f0b3174b63a76c85137965e6447a9eb0f2fc"
@@ -538,13 +530,13 @@
538530
resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.1.tgz#b251c70f824ce3ca7f8dc3df08d58f005cc0507c"
539531
integrity sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw==
540532

541-
"@nodary/utilities@^3.6.0":
542-
version "3.6.0"
543-
resolved "https://registry.yarnpkg.com/@nodary/utilities/-/utilities-3.6.0.tgz#0f30271e55a6501c4daca23c8bf8a835c6cae3bb"
544-
integrity sha512-7ac1fnfPG0OrwHMQD0VIdcxMH7yR4PXjPiSpPskuMcWlaS8VF1S/zCs0dKswmLOnA2AfJdsmtnyU/4NvbailcQ==
533+
"@nodary/utilities@^3.7.0":
534+
version "3.7.0"
535+
resolved "https://registry.yarnpkg.com/@nodary/utilities/-/utilities-3.7.0.tgz#4d876702b6204a594a6a28e26c3ba225b7f6884d"
536+
integrity sha512-kqG2TR0V/UZ5tVSKNuMI/ZMZy8mQK8XqWdgLF+Ck1vW4V+GuIVsVEbzk8xpKYCRvRv67hIKb+H7XTZ6FpSJxEQ==
545537
dependencies:
546538
"@api3/airnode-abi" "^0.10.0"
547-
"@api3/chains" "^7.0.0"
539+
"@api3/chains" "^7.2.1"
548540
ethers "^6.1.0"
549541

550542
"@nodelib/fs.scandir@2.1.5":
@@ -3346,11 +3338,6 @@ isexe@^2.0.0:
33463338
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
33473339
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
33483340

3349-
isows@1.0.3:
3350-
version "1.0.3"
3351-
resolved "https://registry.yarnpkg.com/isows/-/isows-1.0.3.tgz#93c1cf0575daf56e7120bab5c8c448b0809d0d74"
3352-
integrity sha512-2cKei4vlmg2cxEjm3wVSqn8pcoRF/LX/wpifuuNquFO4SQmPwarClT+SUCA2lt+l581tTeZIPIZuIDo2jWN1fg==
3353-
33543341
isows@1.0.4:
33553342
version "1.0.4"
33563343
resolved "https://registry.yarnpkg.com/isows/-/isows-1.0.4.tgz#810cd0d90cc4995c26395d2aa4cfa4037ebdf061"
@@ -5216,20 +5203,6 @@ viem@^2.13.3:
52165203
isows "1.0.4"
52175204
ws "8.13.0"
52185205

5219-
viem@^2.9.29:
5220-
version "2.9.32"
5221-
resolved "https://registry.yarnpkg.com/viem/-/viem-2.9.32.tgz#7270beb447d0df5185030172403a67334cb99970"
5222-
integrity sha512-V2K1kkR+L/JZ1be/3NTsqLhN7BsMXXTTFOH3/LyEALbL8gln7QCHvmI942VbY9l5eYYH1EQ90vwKh24TqDd9gw==
5223-
dependencies:
5224-
"@adraffy/ens-normalize" "1.10.0"
5225-
"@noble/curves" "1.2.0"
5226-
"@noble/hashes" "1.3.2"
5227-
"@scure/bip32" "1.3.2"
5228-
"@scure/bip39" "1.2.1"
5229-
abitype "1.0.0"
5230-
isows "1.0.3"
5231-
ws "8.13.0"
5232-
52335206
web3-utils@^1.3.6:
52345207
version "1.8.2"
52355208
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.8.2.tgz#c32dec5e9b955acbab220eefd7715bc540b75cc9"
@@ -5473,11 +5446,6 @@ zksync-ethers@^5.0.0:
54735446
dependencies:
54745447
ethers "~5.7.0"
54755448

5476-
zod@^3.23.5:
5477-
version "3.23.6"
5478-
resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.6.tgz#c08a977e2255dab1fdba933651584a05fcbf19e1"
5479-
integrity sha512-RTHJlZhsRbuA8Hmp/iNL7jnfc4nZishjsanDAfEY1QpDQZCahUp3xDzl+zfweE9BklxMUcgBgS1b7Lvie/ZVwA==
5480-
54815449
zod@^3.23.8:
54825450
version "3.23.8"
54835451
resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d"

0 commit comments

Comments
 (0)