diff --git a/package-lock.json b/package-lock.json index ae45e5c0..bb8c1cdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6438,9 +6438,9 @@ "dev": true }, "@typechain/ethers-v5": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@typechain/ethers-v5/-/ethers-v5-10.0.0.tgz", - "integrity": "sha512-Kot7fwAqnH96ZbI8xrRgj5Kpv9yCEdjo7mxRqrH7bYpEgijT5MmuOo8IVsdhOu7Uog4ONg7k/d5UdbAtTKUgsA==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/@typechain/ethers-v5/-/ethers-v5-10.2.1.tgz", + "integrity": "sha512-n3tQmCZjRE6IU4h6lqUGiQ1j866n5MTCBJreNEHHVWXa2u9GJTaeYyU1/k+1qLutkyw+sS6VAN+AbeiTqsxd/A==", "requires": { "lodash": "^4.17.15", "ts-essentials": "^7.0.1" diff --git a/package.json b/package.json index 28d1f61d..c6181887 100644 --- a/package.json +++ b/package.json @@ -118,6 +118,6 @@ "access": "public" }, "dependencies": { - "@typechain/ethers-v5": "~10.0.0" + "@typechain/ethers-v5": "~10.2.1" } }