From 0299d49d4322104034909bdc07684c950c1e7e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:51:24 +0000 Subject: [PATCH] chore(deps): bump ethers from 6.13.5 to 6.16.0 Bumps [ethers](https://github.com/ethers-io/ethers.js) from 6.13.5 to 6.16.0. - [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.5...v6.16.0) --- updated-dependencies: - dependency-name: ethers dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++-------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb1eb76..2b3d251 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "bufferutil": "^4.1.0", "dayjs": "^1.11.10", "encoding": "^0.1.13", - "ethers": "^6.13.5", + "ethers": "^6.16.0", "ethers-decode-error": "^2.1.3", "i18next": "^24.2.3", "jazzicon": "^1.5.0", @@ -8375,9 +8375,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.16.0", + "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.16.0.tgz", + "integrity": "sha512-U1wulmetNymijEhpSEQ7Ct/P/Jw9/e7R1j5XIbPRydgV2DjLVMsULDlNksq3RQnFgKoLlZf88ijYtWEXcPa07A==", "funding": [ { "type": "individual", @@ -8388,6 +8388,7 @@ "url": "https://www.buymeacoffee.com/ricmoo" } ], + "license": "MIT", "dependencies": { "@adraffy/ens-normalize": "1.10.1", "@noble/curves": "1.2.0", @@ -9148,22 +9149,6 @@ "semver": "bin/semver.js" } }, - "node_modules/hardhat/node_modules/utf-8-validate": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz", - "integrity": "sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "node-gyp-build": "^4.3.0" - }, - "engines": { - "node": ">=6.14.2" - } - }, "node_modules/hardhat/node_modules/ws": { "version": "7.5.10", "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", diff --git a/package.json b/package.json index 33a8285..4143c4d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "bufferutil": "^4.1.0", "dayjs": "^1.11.10", "encoding": "^0.1.13", - "ethers": "^6.13.5", + "ethers": "^6.16.0", "ethers-decode-error": "^2.1.3", "i18next": "^24.2.3", "jazzicon": "^1.5.0",