Skip to content

Commit

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

Bump hardhat from 2.10.0 to 2.10.1 in /test/test_solidity_project
  • Loading branch information
DimaStebaev authored Jul 19, 2022
2 parents 76705e9 + e8c83fc commit 291704c
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.0",
"hardhat": "^2.10.1",
"ts-node": "^10.8.2",
"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.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.10.0.tgz#23a640293d52ce79388660b2872624b2c6f94e5d"
integrity sha512-9VUorKvWNyW96qFXkwkpDUSeWND3gOZpm0oJ8l63JQJvWhxyxTJ92BcOrNylOKy9hzNNGdMfM2QWNP80fGOjpA==
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==
dependencies:
"@ethereumjs/block" "^3.6.2"
"@ethereumjs/blockchain" "^5.5.2"
Expand Down

0 comments on commit 291704c

Please sign in to comment.