From 3d7fd0e8cad6217268b250a5b0695942d5b9d708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 23:22:34 +0000 Subject: [PATCH] Bump typechain from 8.1.1 to 8.3.1 Bumps [typechain](https://github.com/ethereum-ts/Typechain) from 8.1.1 to 8.3.1. - [Release notes](https://github.com/ethereum-ts/Typechain/releases) - [Commits](https://github.com/ethereum-ts/Typechain/compare/typechain@8.1.1...typechain@8.3.1) --- updated-dependencies: - dependency-name: typechain dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 486900f..becabd6 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "rollup-plugin-typescript2": "^0.34.1", "sinon": "^15.0.4", "ts-node": "^10.9.1", - "typechain": "^8.1.1", + "typechain": "^8.3.1", "typescript": "^5.1.6" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 16bdce1..122552c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2248,10 +2248,10 @@ type-fest@^0.20.2: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== -typechain@^8.1.1: - version "8.1.1" - resolved "https://registry.yarnpkg.com/typechain/-/typechain-8.1.1.tgz#9c2e8012c2c4c586536fc18402dcd7034c4ff0bd" - integrity sha512-uF/sUvnXTOVF2FHKhQYnxHk4su4JjZR8vr4mA2mBaRwHTbwh0jIlqARz9XJr1tA0l7afJGvEa1dTSi4zt039LQ== +typechain@^8.3.1: + version "8.3.1" + resolved "https://registry.yarnpkg.com/typechain/-/typechain-8.3.1.tgz#dccbc839b94877997536c356380eff7325395cfb" + integrity sha512-fA7clol2IP/56yq6vkMTR+4URF1nGjV82Wx6Rf09EsqD4tkzMAvEaqYxVFCavJm/1xaRga/oD55K+4FtuXwQOQ== dependencies: "@types/prettier" "^2.1.1" debug "^4.3.1"