From b121efee113ed3a467f4e0c6166ac58e2af83474 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 20:27:23 -0400 Subject: [PATCH] chore(deps): update non-major-dev-dependencies (#794) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e5d01682..b0861ba5 100644 --- a/package.json +++ b/package.json @@ -32,13 +32,13 @@ "axios": "^1.7.2", "colors": "^1.4.0", "diff": "^5.2.0", - "ethers": "^6.13.1", + "ethers": "^6.13.2", "file": "^0.2.2", "flexsearch": "^0.7.43", "fs-extra": "^11.2.0", "gray-matter": "^4.0.3", "html-dom-parser": "^5.0.9", - "husky": "^9.1.1", + "husky": "^9.1.4", "js-yaml": "^4.1.0", "medium-zoom": "^1.1.0", "oust": "^2.0.4", diff --git a/yarn.lock b/yarn.lock index 2bcfa86d..a16c7d79 100644 --- a/yarn.lock +++ b/yarn.lock @@ -891,10 +891,10 @@ estree-walker@^2.0.2: resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== -ethers@^6.13.1: - version "6.13.1" - resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.1.tgz#2b9f9c7455cde9d38b30fe6589972eb083652961" - integrity sha512-hdJ2HOxg/xx97Lm9HdCWk949BfYqYWpyw4//78SiwOLgASyfrNszfMUNB2joKjvGUdwhHfaiMMFFwacVVoLR9A== +ethers@^6.13.2: + version "6.13.2" + resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.2.tgz#4b67d4b49e69b59893931a032560999e5e4419fe" + integrity sha512-9VkriTTed+/27BGuY1s0hf441kqwHJ1wtN2edksEtiRvXx+soxRX3iSXTfFqq2+YwrOqbDoTHjIhQnjJRlzKmg== dependencies: "@adraffy/ens-normalize" "1.10.1" "@noble/curves" "1.2.0" @@ -1014,10 +1014,10 @@ htmlparser2@^8.0.1: domutils "^3.0.1" entities "^4.3.0" -husky@^9.1.1: - version "9.1.3" - resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.3.tgz#46cddff01f9a551f87b39accc67860bce5d00680" - integrity sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ== +husky@^9.1.4: + version "9.1.4" + resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.4.tgz#926fd19c18d345add5eab0a42b2b6d9a80259b34" + integrity sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA== is-extendable@^0.1.0: version "0.1.1"