Skip to content

Commit

Permalink
Update api3 minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 71c4fcd commit dfd6bfb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"update-proxy": "hardhat run scripts/update-proxy.js --network $NETWORK"
},
"devDependencies": {
"@api3/chains": "^4.16.2",
"@api3/contracts": "^2.4.0",
"@api3/chains": "^4.17.0",
"@api3/contracts": "^2.5.0",
"@nodary/utilities": "^2.2.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,26 @@
ethers "^5.7.2"
lodash "^4.17.21"

"@api3/chains@^4.16.1", "@api3/chains@^4.16.2":
"@api3/chains@^4.16.1":
version "4.16.2"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-4.16.2.tgz#09cb82f68a9f1a0ddc2845d4f36e7c7b791abf8a"
integrity sha512-rMjfjb0jBgJo9hLahBw2lBdaUhnMRNb3JQngMRgvC/XdpyRJQQHRkHEebA7BfFiYhfbRTWczUNhky6qzc2Hr9w==
dependencies:
viem "^2.9.6"
zod "^3.22.4"

"@api3/contracts@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-2.4.0.tgz#48f2f338d233e7b9022d4ffa3fd6b299721f530b"
integrity sha512-jfBBB/pJKnQccSCi9qOdzGOY30mq7HtQn11xi38w8pHbhVl5HLhpDsXkeOrQTGnw09R48QVvr60KkDVCmrZD8w==
"@api3/chains@^4.17.0":
version "4.17.0"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-4.17.0.tgz#e990112dd33938dc36911638509dce5a405c3647"
integrity sha512-3o2f6DUwaKnjHJ3pZruWFpe2j9UvKtJsYDIhOYAGe02P0voWyDh+xVbCKPjPr1q75EGbftyK4OezK6vYx8LNTQ==
dependencies:
viem "^2.9.6"
zod "^3.22.4"

"@api3/contracts@^2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-2.5.0.tgz#2958077499d134e8dbafc3cf971dd8b99a2623bc"
integrity sha512-tPrzkF2oA98wYT07fvJ1eu6LwJuXcUVI0Sljs4G17vXQopClkMyKcVUMcI9b6aI3ygwbqgy6XC1RONMSA3xFbA==
dependencies:
ethers "^6.11.1"

Expand Down

0 comments on commit dfd6bfb

Please sign in to comment.