Skip to content

Commit 11c8aeb

Browse files
authored
Merge pull request #37 from api3dao/renovate/api3-minor-updates
Update dependency @nodary/utilities to ^3.3.0
2 parents 8d1ea4a + a87bac2 commit 11c8aeb

File tree

2 files changed

+14
-33
lines changed

2 files changed

+14
-33
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": "^6.3.1",
2626
"@api3/contracts": "^3.7.0",
27-
"@nodary/utilities": "^3.2.0",
27+
"@nodary/utilities": "^3.3.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: 13 additions & 32 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@^4.17.1":
29-
version "4.17.1"
30-
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-4.17.1.tgz#9a90f54cadf9cc8b00c2964efc7a32f9b6c490da"
31-
integrity sha512-gPglE7PPm6TCdnDR+/EC5J8z4yrTS/eV/24PRK8HzkLwRkMx4UdnoNwQ2B00bGlQTkPnMuxTTnEzgyAnv3qhNQ==
32-
dependencies:
33-
viem "^2.9.6"
34-
zod "^3.22.4"
35-
3628
"@api3/chains@^6.3.1":
3729
version "6.3.1"
3830
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-6.3.1.tgz#092a3c453025fc2d37095b7a56796a831ebfcca8"
@@ -41,6 +33,14 @@
4133
viem "^2.9.29"
4234
zod "^3.23.5"
4335

36+
"@api3/chains@^7.0.0":
37+
version "7.0.0"
38+
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-7.0.0.tgz#e46c20e626920126133078124b4f348b8caac931"
39+
integrity sha512-rSpsIqblh/CGhoSa2fufUYCSkQ52LG40jKmsv8Icu8uYBeBA4dSmRZ6uKjsJ3Ix5HB9j2EZFk4b0ZvLa+wixkw==
40+
dependencies:
41+
viem "^2.9.29"
42+
zod "^3.23.5"
43+
4444
"@api3/contracts@^3.7.0":
4545
version "3.7.0"
4646
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-3.7.0.tgz#664acd76b589a84622d3e722be16e5e699183df3"
@@ -538,13 +538,13 @@
538538
resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.1.tgz#b251c70f824ce3ca7f8dc3df08d58f005cc0507c"
539539
integrity sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw==
540540

541-
"@nodary/utilities@^3.2.0":
542-
version "3.2.0"
543-
resolved "https://registry.yarnpkg.com/@nodary/utilities/-/utilities-3.2.0.tgz#5caf066eaef91f137d7259ae77d05e30f2c83eb9"
544-
integrity sha512-UnK9aZfakm9KpwTDdH9fBt+j4PDgpgcUSewcooTGKfib28bG4ouNixtdEJ1iGBoQuPlm9PzlPeRsNa/ObgtlqQ==
541+
"@nodary/utilities@^3.3.0":
542+
version "3.3.0"
543+
resolved "https://registry.yarnpkg.com/@nodary/utilities/-/utilities-3.3.0.tgz#ba0723b50c33335d18be1787b04eade00efb23c6"
544+
integrity sha512-P3I9eccNJnQhn1sIBRoNJfTrxy1pYQKZ5OwiI5PpG+YX7+V4+d5+PhzuPifIkxht1eelFybSC01mQguss7hVNg==
545545
dependencies:
546546
"@api3/airnode-abi" "^0.10.0"
547-
"@api3/chains" "^4.17.1"
547+
"@api3/chains" "^7.0.0"
548548
ethers "^6.1.0"
549549

550550
"@nodelib/fs.scandir@2.1.5":
@@ -5216,20 +5216,6 @@ viem@^2.9.29:
52165216
isows "1.0.3"
52175217
ws "8.13.0"
52185218

5219-
viem@^2.9.6:
5220-
version "2.9.15"
5221-
resolved "https://registry.yarnpkg.com/viem/-/viem-2.9.15.tgz#a176f3c3504a6785333ac0f948666854c3a29e30"
5222-
integrity sha512-7kcmHqybc3JhpjL8gKY7YxBYpZt1//qhoTZIU5Ez9JdyRCnYMMnJu20s7wd7Gv6a3zPbq8jV8dCp94a/NLJJcA==
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-
52335219
web3-utils@^1.3.6:
52345220
version "1.8.2"
52355221
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.8.2.tgz#c32dec5e9b955acbab220eefd7715bc540b75cc9"
@@ -5473,11 +5459,6 @@ zksync-ethers@^5.0.0:
54735459
dependencies:
54745460
ethers "~5.7.0"
54755461

5476-
zod@^3.22.4:
5477-
version "3.22.4"
5478-
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
5479-
integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==
5480-
54815462
zod@^3.23.5:
54825463
version "3.23.6"
54835464
resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.6.tgz#c08a977e2255dab1fdba933651584a05fcbf19e1"

0 commit comments

Comments
 (0)