Skip to content

Commit 9091834

Browse files
fix deploy:prepare
1 parent ce67d19 commit 9091834

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,10 @@
139139
},
140140
"resolutions": {
141141
"@tenderly/hardhat-tenderly/@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13",
142-
"solhint/@solidity-parser/parser": "0.16",
143-
"solidity-coverage/@solidity-parser/parser": "0.16"
142+
"solhint/@solidity-parser/parser": "0.16",
143+
"solidity-coverage/@solidity-parser/parser": "0.16",
144+
"@bancor/contracts-solidity/hardhat": "2.15.0",
145+
"glob/path-scurry/lru-cache": "11.0.1"
144146
},
145147
"snyk": true
146148
}

0 commit comments

Comments
 (0)