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" },