Skip to content

Commit

Permalink
Merge pull request #103 from skalenetwork/dependabot/npm_and_yarn/tes…
Browse files Browse the repository at this point in the history
…t/test_solidity_project/hardhat-2.19.1

Bump hardhat from 2.19.0 to 2.19.1 in /test/test_solidity_project
  • Loading branch information
DimaStebaev authored Nov 22, 2023
2 parents 2006c55 + dd57db2 commit 03fc403
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.19.0",
"hardhat": "^2.19.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
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 @@ -1493,10 +1493,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.19.0:
version "2.19.0"
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.19.0.tgz#1e08658863550ba351788ea128e544ff80584a31"
integrity sha512-kMpwovOEfrFRQXEopCP+JTcKVwSYVj8rnXE0LynxDqnh06yvyKCQknmXL6IVYTHQL6Csysc/yNbCHQbjSeJGpA==
hardhat@^2.19.1:
version "2.19.1"
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.19.1.tgz#5e09e8070ecfc6109ba9d3a4a117ec2b0643032a"
integrity sha512-bsWa63g1GB78ZyMN08WLhFElLPA+J+pShuKD1BFO2+88g3l+BL3R07vj9deIi9dMbssxgE714Gof1dBEDGqnCw==
dependencies:
"@ethersproject/abi" "^5.1.2"
"@metamask/eth-sig-util" "^4.0.0"
Expand Down

0 comments on commit 03fc403

Please sign in to comment.