Skip to content

Commit f382267

Browse files
committed
chore(config): removed vulnerable dependency hardhat-docgen
1 parent 13db49b commit f382267

File tree

3 files changed

+24
-902
lines changed

3 files changed

+24
-902
lines changed

contracts/hardhat.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import "solidity-coverage";
99
import "hardhat-deploy";
1010
import "hardhat-deploy-ethers";
1111
import "hardhat-watcher";
12-
import "hardhat-docgen";
1312
import "hardhat-contract-sizer";
1413
import "hardhat-tracer";
1514

@@ -188,11 +187,6 @@ const config: HardhatUserConfig = {
188187
files: ["./test/**/*", "./src/**/*"],
189188
},
190189
},
191-
docgen: {
192-
path: "./docs",
193-
clear: true,
194-
runOnCompile: false,
195-
},
196190
tenderly: {
197191
project: process.env.TENDERLY_PROJECT !== undefined ? process.env.TENDERLY_PROJECT : "kleros-v2",
198192
username: process.env.TENDERLY_USERNAME !== undefined ? process.env.TENDERLY_USERNAME : "",

contracts/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
"hardhat-deploy": "^0.14.0",
9090
"hardhat-deploy-ethers": "^0.4.2",
9191
"hardhat-deploy-tenderly": "^0.2.0",
92-
"hardhat-docgen": "^1.3.0",
9392
"hardhat-gas-reporter": "^2.2.1",
9493
"hardhat-tracer": "^3.1.0",
9594
"hardhat-watcher": "^2.5.0",

0 commit comments

Comments
 (0)