From 018ba5615472064c5d307c9998f856f4c8c6d6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:42:55 +0000 Subject: [PATCH] deps: bump ethers from 6.13.4 to 6.13.5 Bumps [ethers](https://github.com/ethers-io/ethers.js) from 6.13.4 to 6.13.5. - [Release notes](https://github.com/ethers-io/ethers.js/releases) - [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/ethers-io/ethers.js/compare/v6.13.4...v6.13.5) --- updated-dependencies: - dependency-name: ethers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13f28ef..9cb52b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@web3-storage/w3up-client": "^16.5.2", "debug": "^4.4.0", "drand-client": "^1.2.6", - "ethers": "^6.13.4", + "ethers": "^6.13.5", "ipfs-car": "^1.2.0", "ipfs-unixfs-exporter": "^13.6.1", "just-percentile": "^4.2.0", @@ -3732,9 +3732,9 @@ } }, "node_modules/ethers": { - "version": "6.13.4", - "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.4.tgz", - "integrity": "sha512-21YtnZVg4/zKkCQPjrDj38B1r4nQvTZLopUGMLQ1ePU2zV/joCfDC3t3iKQjWRzjjjbzR+mdAIoikeBRNkdllA==", + "version": "6.13.5", + "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.5.tgz", + "integrity": "sha512-+knKNieu5EKRThQJWwqaJ10a6HE9sSehGeqWN65//wE7j47ZpFhKAnHB/JJFibwwg61I/koxaPsXbXpD/skNOQ==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 62ae216..6872e22 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@web3-storage/w3up-client": "^16.5.2", "debug": "^4.4.0", "drand-client": "^1.2.6", - "ethers": "^6.13.4", + "ethers": "^6.13.5", "ipfs-car": "^1.2.0", "ipfs-unixfs-exporter": "^13.6.1", "just-percentile": "^4.2.0",