From 53dc95b0ba61767cd519ea6fc63e6298acb35e7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:29:55 +0000 Subject: [PATCH] deps: bump ethers from 6.13.4 to 6.13.5 (#481) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/package.json | 2 +- package-lock.json | 10 +++++----- publish/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/package.json b/api/package.json index f08cf89..c1050f8 100644 --- a/api/package.json +++ b/api/package.json @@ -23,7 +23,7 @@ "@influxdata/influxdb-client": "^1.35.0", "@sentry/node": "^8.47.0", "compare-versions": "^6.1.1", - "ethers": "^6.13.4", + "ethers": "^6.13.5", "http-assert": "^1.5.0", "http-responders": "^2.0.2", "multiformats": "^13.3.1", diff --git a/package-lock.json b/package-lock.json index efd3e4d..b75941b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@influxdata/influxdb-client": "^1.35.0", "@sentry/node": "^8.47.0", "compare-versions": "^6.1.1", - "ethers": "^6.13.4", + "ethers": "^6.13.5", "http-assert": "^1.5.0", "http-responders": "^2.0.2", "multiformats": "^13.3.1", @@ -3313,9 +3313,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", @@ -6713,7 +6713,7 @@ "@web3-storage/access": "^20.0.0", "@web3-storage/w3up-client": "^16.5.2", "cancel-stuck-transactions": "^4.0.3", - "ethers": "^6.13.4", + "ethers": "^6.13.5", "p-retry": "^6.2.1", "pg": "^8.13.1" }, diff --git a/publish/package.json b/publish/package.json index 6adfa83..faf778e 100644 --- a/publish/package.json +++ b/publish/package.json @@ -16,7 +16,7 @@ "@web3-storage/access": "^20.0.0", "@web3-storage/w3up-client": "^16.5.2", "cancel-stuck-transactions": "^4.0.3", - "ethers": "^6.13.4", + "ethers": "^6.13.5", "p-retry": "^6.2.1", "pg": "^8.13.1" },