Skip to content

Commit 9e8fd7e

Browse files
authored
Merge pull request #364 from api3dao/renovate/api3
chore(deps): update api3
2 parents ca3ae3f + 14bd816 commit 9e8fd7e

2 files changed

Lines changed: 35 additions & 12 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"update-proxy": "hardhat run scripts/update-proxy.js --network $NETWORK"
2323
},
2424
"devDependencies": {
25-
"@api3/contracts": "^32.0.0",
26-
"@api3/dapi-management": "^3.75.0",
25+
"@api3/contracts": "^32.0.1",
26+
"@api3/dapi-management": "^3.76.0",
2727
"@api3/eslint-plugin-commons": "^3.0.0",
2828
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
2929
"@nomicfoundation/hardhat-network-helpers": "^1.1.2",

yarn.lock

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@
117117
yargs "^17.7.2"
118118
zod "^3.22.4"
119119

120-
"@api3/api-integrations@^8.6.0":
121-
version "8.6.0"
122-
resolved "https://registry.yarnpkg.com/@api3/api-integrations/-/api-integrations-8.6.0.tgz#b68d2ebe2df2139c197251129d156add9c9ff9d5"
123-
integrity sha512-vWmRcH/Gp4bPTq5sDszAIVjrqcp7raU9uXsedV0XpDBo9d6Sawt4H/9Z5q0bVHb5D2EZg4e9znw2MWKywOvqIQ==
120+
"@api3/api-integrations@^8.8.0":
121+
version "8.8.0"
122+
resolved "https://registry.yarnpkg.com/@api3/api-integrations/-/api-integrations-8.8.0.tgz#5d6792e5ff58e18c5b86a3b5730846024b9b3ccf"
123+
integrity sha512-37rhLSAk8FS1lU665tErP2B50+C2tO1oYS76Bd8KiojblDOqXke1E3DdxfsZbHB5olzc4h8ndCBQnJYYtRq4KQ==
124124
dependencies:
125125
"@api3/airnode-abi" "^0.15.0"
126126
"@api3/contracts" "^32.0.0"
@@ -195,15 +195,25 @@
195195
yargs "^17.7.2"
196196
zod "^4.0.15"
197197

198-
"@api3/dapi-management@^3.75.0":
199-
version "3.75.0"
200-
resolved "https://registry.yarnpkg.com/@api3/dapi-management/-/dapi-management-3.75.0.tgz#4ab0d8ddff84589997a74fbc70a5364f05e2c420"
201-
integrity sha512-CTno4qfX+ZMtpILZB+qJdMqc08kWVvN9HGngzfSNbOvSn62j+hnttvOGtj/uoL7PCbkFg7tjBPQEPz5hAwXv9A==
198+
"@api3/contracts@^32.0.1":
199+
version "32.0.1"
200+
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-32.0.1.tgz#22967cae591e4f42a742340286417d44f9245190"
201+
integrity sha512-364yivC7L4tBDvK9rMVv3SI7ou8DGRfcMdtGUeAUDrkwW/iMUQ19fhr+MbWV3vRXqLUKXteDPnQtiSYlgSJ/1w==
202202
dependencies:
203-
"@api3/api-integrations" "^8.6.0"
203+
ethers "^6.15.0"
204+
viem "^2.23.2"
205+
yargs "^17.7.2"
206+
zod "^4.0.15"
207+
208+
"@api3/dapi-management@^3.76.0":
209+
version "3.76.0"
210+
resolved "https://registry.yarnpkg.com/@api3/dapi-management/-/dapi-management-3.76.0.tgz#eec8225ad401ee5d8b21c5b5a8743693c6fad311"
211+
integrity sha512-cf3Cx/4olB8tEG5BlUpJzqZ2wjlNF/u3jIQ7MXke61zpVr4DlBfmejWJeD9/ecyS1Mm335Auy5NXDdsTallN7g==
212+
dependencies:
213+
"@api3/api-integrations" "^8.8.0"
204214
"@api3/commons" "^0.13.4"
205215
"@api3/contracts" "^32.0.0"
206-
ethers "^6.15.0"
216+
ethers "^6.16.0"
207217
zod "^3.25.76"
208218

209219
"@api3/eslint-plugin-commons@^3.0.0":
@@ -6330,6 +6340,19 @@ ethers@^6.15.0:
63306340
tslib "2.7.0"
63316341
ws "8.17.1"
63326342

6343+
ethers@^6.16.0:
6344+
version "6.16.0"
6345+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.16.0.tgz#fff9b4f05d7a359c774ad6e91085a800f7fccf65"
6346+
integrity sha512-U1wulmetNymijEhpSEQ7Ct/P/Jw9/e7R1j5XIbPRydgV2DjLVMsULDlNksq3RQnFgKoLlZf88ijYtWEXcPa07A==
6347+
dependencies:
6348+
"@adraffy/ens-normalize" "1.10.1"
6349+
"@noble/curves" "1.2.0"
6350+
"@noble/hashes" "1.3.2"
6351+
"@types/node" "22.7.5"
6352+
aes-js "4.0.0-beta.5"
6353+
tslib "2.7.0"
6354+
ws "8.17.1"
6355+
63336356
ethjs-unit@0.1.6:
63346357
version "0.1.6"
63356358
resolved "https://registry.yarnpkg.com/ethjs-unit/-/ethjs-unit-0.1.6.tgz#c665921e476e87bce2a9d588a6fe0405b2c41699"

0 commit comments

Comments
 (0)