From 1d5de8d55430532057aec9317fe63ab6d75901c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 04:38:31 +0000 Subject: [PATCH] Update dependency ethers to v6.13.7 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0cb8c252c..11fcdee7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint": "8.57.1", "eslint-config-prettier": "10.1.2", "eslint-plugin-functional": "4.4.1", - "ethers": "6.13.5", + "ethers": "6.13.7", "glob": "11.0.2", "husky": "9.1.7", "npm-run-all2": "7.0.2", @@ -4132,9 +4132,9 @@ } }, "node_modules/ethers": { - "version": "6.13.5", - "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.5.tgz", - "integrity": "sha512-+knKNieu5EKRThQJWwqaJ10a6HE9sSehGeqWN65//wE7j47ZpFhKAnHB/JJFibwwg61I/koxaPsXbXpD/skNOQ==", + "version": "6.13.7", + "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.7.tgz", + "integrity": "sha512-qbaJ0uIrjh+huP1Lad2f2QtzW5dcqSVjIzVH6yWB4dKoMuj2WqYz5aMeeQTCNpAKgTJBM5J9vcc2cYJ23UAimQ==", "dev": true, "funding": [ { @@ -10880,9 +10880,9 @@ "dev": true }, "ethers": { - "version": "6.13.5", - "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.5.tgz", - "integrity": "sha512-+knKNieu5EKRThQJWwqaJ10a6HE9sSehGeqWN65//wE7j47ZpFhKAnHB/JJFibwwg61I/koxaPsXbXpD/skNOQ==", + "version": "6.13.7", + "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.7.tgz", + "integrity": "sha512-qbaJ0uIrjh+huP1Lad2f2QtzW5dcqSVjIzVH6yWB4dKoMuj2WqYz5aMeeQTCNpAKgTJBM5J9vcc2cYJ23UAimQ==", "dev": true, "requires": { "@adraffy/ens-normalize": "1.10.1", diff --git a/package.json b/package.json index fd4377139..067080749 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint": "8.57.1", "eslint-config-prettier": "10.1.2", "eslint-plugin-functional": "4.4.1", - "ethers": "6.13.5", + "ethers": "6.13.7", "glob": "11.0.2", "husky": "9.1.7", "npm-run-all2": "7.0.2",