Skip to content

Commit

Permalink
Merge pull request #50 from skalenetwork/dependabot/npm_and_yarn/test…
Browse files Browse the repository at this point in the history
…/test_solidity_project/hardhat-2.10.2

Bump hardhat from 2.10.1 to 2.10.2 in /test/test_solidity_project
  • Loading branch information
DimaStebaev authored Aug 23, 2022
2 parents 7ca51e3 + d3f1edb commit fedb2c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/test_solidity_project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prepare": "yarn compile"
},
"devDependencies": {
"hardhat": "^2.10.1",
"hardhat": "^2.10.2",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
Expand Down
8 changes: 4 additions & 4 deletions test/test_solidity_project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1199,10 +1199,10 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9:
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==

hardhat@^2.10.1:
version "2.10.1"
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.10.1.tgz#37fdc0c96d6a5d16b322269db2ad8f9f115c4046"
integrity sha512-0FN9TyCtn7Lt25SB2ei2G7nA2rZjP+RN6MvFOm+zYwherxLZNo6RbD8nDz88eCbhRapevmXqOiL2nM8INKsjmA==
hardhat@^2.10.2:
version "2.10.2"
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.10.2.tgz#ff94ee4cb144a9c114641581ff5e4d7bea5f93a9"
integrity sha512-L/KvDDT/MA6332uAtYTqdcHoSABljw4pPjHQe5SHdIJ+xKfaSc6vDKw03CmrQ5Xup0gHs8XnVSBpZo1AbbIW7g==
dependencies:
"@ethereumjs/block" "^3.6.2"
"@ethereumjs/blockchain" "^5.5.2"
Expand Down

0 comments on commit fedb2c2

Please sign in to comment.