From e8215e22cfe388c4038b9135ffcc22469de5c4d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 08:14:12 +0000 Subject: [PATCH] Bump @typechain/hardhat from 6.1.4 to 6.1.5 Bumps [@typechain/hardhat](https://github.com/ethereum-ts/Typechain) from 6.1.4 to 6.1.5. - [Release notes](https://github.com/ethereum-ts/Typechain/releases) - [Commits](https://github.com/ethereum-ts/Typechain/compare/@typechain/hardhat@6.1.4...@typechain/hardhat@6.1.5) --- updated-dependencies: - dependency-name: "@typechain/hardhat" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index bbc6dd5..8fe9cd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@nomiclabs/hardhat-etherscan": "^3.1.3", "@openzeppelin/contracts": "^4.7.3", "@typechain/ethers-v5": "^10.2.0", - "@typechain/hardhat": "^6.1.4", + "@typechain/hardhat": "^6.1.5", "@types/chai": "^4.3.4", "@types/mocha": "^9.1.0", "@types/node": ">=18.11.14", @@ -1784,9 +1784,9 @@ } }, "node_modules/@typechain/hardhat": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/@typechain/hardhat/-/hardhat-6.1.4.tgz", - "integrity": "sha512-S8k5d1Rjc+plwKpkorlifmh72M7Ki0XNUOVVLtdbcA/vLaEkuqZSJFdddpBgS5QxiJP+6CbRa/yO6EVTE2+fMQ==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/@typechain/hardhat/-/hardhat-6.1.5.tgz", + "integrity": "sha512-lg7LW4qDZpxFMknp3Xool61Fg6Lays8F8TXdFGBG+MxyYcYU5795P1U2XdStuzGq9S2Dzdgh+1jGww9wvZ6r4Q==", "dev": true, "dependencies": { "fs-extra": "^9.1.0" @@ -1794,7 +1794,7 @@ "peerDependencies": { "@ethersproject/abi": "^5.4.7", "@ethersproject/providers": "^5.4.7", - "@typechain/ethers-v5": "^10.1.1", + "@typechain/ethers-v5": "^10.2.0", "ethers": "^5.4.7", "hardhat": "^2.9.9", "typechain": "^8.1.1" @@ -13147,9 +13147,9 @@ } }, "@typechain/hardhat": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/@typechain/hardhat/-/hardhat-6.1.4.tgz", - "integrity": "sha512-S8k5d1Rjc+plwKpkorlifmh72M7Ki0XNUOVVLtdbcA/vLaEkuqZSJFdddpBgS5QxiJP+6CbRa/yO6EVTE2+fMQ==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/@typechain/hardhat/-/hardhat-6.1.5.tgz", + "integrity": "sha512-lg7LW4qDZpxFMknp3Xool61Fg6Lays8F8TXdFGBG+MxyYcYU5795P1U2XdStuzGq9S2Dzdgh+1jGww9wvZ6r4Q==", "dev": true, "requires": { "fs-extra": "^9.1.0" diff --git a/package.json b/package.json index 93b1389..cec66e7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@nomiclabs/hardhat-etherscan": "^3.1.3", "@openzeppelin/contracts": "^4.7.3", "@typechain/ethers-v5": "^10.2.0", - "@typechain/hardhat": "^6.1.4", + "@typechain/hardhat": "^6.1.5", "@types/chai": "^4.3.4", "@types/mocha": "^9.1.0", "@types/node": ">=18.11.14",