From 05da497eb40795edeaf7ba50b0469f0ddac38f0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:13:05 +0000 Subject: [PATCH] Update api3 minor updates --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 3ea1679..702a53e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index b8299ff..39f8635 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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"