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 Oct 16, 2024
1 parent 4fbf38b commit 05da497
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"update-proxy": "hardhat run scripts/update-proxy.js --network $NETWORK"
},
"devDependencies": {
"@api3/chains": "^10.2.2",
"@api3/contracts": "^9.0.0",
"@api3/chains": "^10.4.0",
"@api3/contracts": "^9.1.0",
"@nodary/utilities": "^3.12.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
ethers "^5.7.2"
lodash "^4.17.21"

"@api3/chains@^10.2.2":
version "10.2.2"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-10.2.2.tgz#bea4b74396d866af80a762df47a98650b3a069ab"
integrity sha512-B9tSTO9IBNAE7D1bG6/7Vzfo1GS730BfcXT9wL5TbYJAf6jGDSEayfq6TBY0s3mZPX84VlFzjE01cKnwVxBNwg==
"@api3/chains@^10.4.0":
version "10.4.0"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-10.4.0.tgz#d4438996023aa94596a1410175221496f03bec43"
integrity sha512-09hY7nOVvNy35Ca8v/f2cyw0ltFtD9MeIh/+LKJH9gclnwTOUibUmgn4l0GwHSYy2Z6mR9TcVUisd/bVqfuGkA==
dependencies:
viem "^2.21.1"
zod "^3.23.8"
Expand All @@ -41,10 +41,10 @@
viem "^2.13.3"
zod "^3.23.8"

"@api3/contracts@^9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-9.0.0.tgz#ffadc4c597da33d5e3a9e4ff77ee312f5d390cbf"
integrity sha512-9HoxAHBW+OpVkFEr5pKh8pkRtEjB1eQp9igFzieD24pLcqiTjo6cn1qOF3HjdC7FU+bteCHREEiDqKWVVuhoSg==
"@api3/contracts@^9.1.0":
version "9.1.0"
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-9.1.0.tgz#2c99465e968dd0a83792d8fa92ee83b32a850724"
integrity sha512-oXmRtP0CXBC9x3HyKztoOriK9P0c7KhwB3fBVxESQHWXSGWO79kLWrz4XZmrd7+975/p66Z8BJBZl20Wm5npCQ==
dependencies:
ethers "^6.13.2"

Expand Down

0 comments on commit 05da497

Please sign in to comment.