Skip to content

Commit

Permalink
Update dev dependencies on hardhat and hardhat-ethers
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Nov 22, 2023
1 parent 93c9e6f commit 86f786a
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"version": "node ../../scripts/bump-changelog.js"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-verify": "^1.1.0",
"@openzeppelin/contracts": "4.8.3",
"@openzeppelin/contracts-5.0": "npm:@openzeppelin/contracts@^5.0.0-rc.0",
"@openzeppelin/contracts-upgradeable": "4.8.3",
"@types/mocha": "^7.0.2",
"ava": "^5.0.0",
"fgbg": "^0.1.4",
"hardhat": "^2.0.2",
"hardhat": "^2.19.1",
"promisified": "^0.5.0",
"proxyquire": "^2.1.3",
"rimraf": "^5.0.0",
Expand Down
196 changes: 196 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,19 @@
ethereum-cryptography "0.1.3"
ethers "^5.7.1"

"@nomicfoundation/[email protected]":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-block/-/ethereumjs-block-5.0.2.tgz#13a7968f5964f1697da941281b7f7943b0465d04"
integrity sha512-hSe6CuHI4SsSiWWjHDIzWhSiAVpzMUcDRpWYzN0T9l8/Rz7xNn3elwVOJ/tAyS0LqL6vitUD78Uk7lQDXZun7Q==
dependencies:
"@nomicfoundation/ethereumjs-common" "4.0.2"
"@nomicfoundation/ethereumjs-rlp" "5.0.2"
"@nomicfoundation/ethereumjs-trie" "6.0.2"
"@nomicfoundation/ethereumjs-tx" "5.0.2"
"@nomicfoundation/ethereumjs-util" "9.0.2"
ethereum-cryptography "0.1.3"
ethers "^5.7.1"

"@nomicfoundation/[email protected]":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-blockchain/-/ethereumjs-blockchain-7.0.1.tgz#80e0bd3535bfeb9baa29836b6f25123dab06a726"
Expand All @@ -1860,6 +1873,25 @@
lru-cache "^5.1.1"
memory-level "^1.0.0"

"@nomicfoundation/[email protected]":
version "7.0.2"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-blockchain/-/ethereumjs-blockchain-7.0.2.tgz#45323b673b3d2fab6b5008535340d1b8fea7d446"
integrity sha512-8UUsSXJs+MFfIIAKdh3cG16iNmWzWC/91P40sazNvrqhhdR/RtGDlFk2iFTGbBAZPs2+klZVzhRX8m2wvuvz3w==
dependencies:
"@nomicfoundation/ethereumjs-block" "5.0.2"
"@nomicfoundation/ethereumjs-common" "4.0.2"
"@nomicfoundation/ethereumjs-ethash" "3.0.2"
"@nomicfoundation/ethereumjs-rlp" "5.0.2"
"@nomicfoundation/ethereumjs-trie" "6.0.2"
"@nomicfoundation/ethereumjs-tx" "5.0.2"
"@nomicfoundation/ethereumjs-util" "9.0.2"
abstract-level "^1.0.3"
debug "^4.3.3"
ethereum-cryptography "0.1.3"
level "^8.0.0"
lru-cache "^5.1.1"
memory-level "^1.0.0"

"@nomicfoundation/[email protected]":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-common/-/ethereumjs-common-4.0.1.tgz#4702d82df35b07b5407583b54a45bf728e46a2f0"
Expand All @@ -1868,6 +1900,14 @@
"@nomicfoundation/ethereumjs-util" "9.0.1"
crc-32 "^1.2.0"

"@nomicfoundation/[email protected]":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-common/-/ethereumjs-common-4.0.2.tgz#a15d1651ca36757588fdaf2a7d381a150662a3c3"
integrity sha512-I2WGP3HMGsOoycSdOTSqIaES0ughQTueOsddJ36aYVpI3SN8YSusgRFLwzDJwRFVIYDKx/iJz0sQ5kBHVgdDwg==
dependencies:
"@nomicfoundation/ethereumjs-util" "9.0.2"
crc-32 "^1.2.0"

"@nomicfoundation/[email protected]":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-ethash/-/ethereumjs-ethash-3.0.1.tgz#65ca494d53e71e8415c9a49ef48bc921c538fc41"
Expand All @@ -1880,6 +1920,18 @@
bigint-crypto-utils "^3.0.23"
ethereum-cryptography "0.1.3"

"@nomicfoundation/[email protected]":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-ethash/-/ethereumjs-ethash-3.0.2.tgz#da77147f806401ee996bfddfa6487500118addca"
integrity sha512-8PfoOQCcIcO9Pylq0Buijuq/O73tmMVURK0OqdjhwqcGHYC2PwhbajDh7GZ55ekB0Px197ajK3PQhpKoiI/UPg==
dependencies:
"@nomicfoundation/ethereumjs-block" "5.0.2"
"@nomicfoundation/ethereumjs-rlp" "5.0.2"
"@nomicfoundation/ethereumjs-util" "9.0.2"
abstract-level "^1.0.3"
bigint-crypto-utils "^3.0.23"
ethereum-cryptography "0.1.3"

"@nomicfoundation/[email protected]":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-evm/-/ethereumjs-evm-2.0.1.tgz#f35681e203363f69ce2b3d3bf9f44d4e883ca1f1"
Expand All @@ -1894,11 +1946,30 @@
mcl-wasm "^0.7.1"
rustbn.js "~0.2.0"

"@nomicfoundation/[email protected]":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-evm/-/ethereumjs-evm-2.0.2.tgz#4c2f4b84c056047102a4fa41c127454e3f0cfcf6"
integrity sha512-rBLcUaUfANJxyOx9HIdMX6uXGin6lANCulIm/pjMgRqfiCRMZie3WKYxTSd8ZE/d+qT+zTedBF4+VHTdTSePmQ==
dependencies:
"@ethersproject/providers" "^5.7.1"
"@nomicfoundation/ethereumjs-common" "4.0.2"
"@nomicfoundation/ethereumjs-tx" "5.0.2"
"@nomicfoundation/ethereumjs-util" "9.0.2"
debug "^4.3.3"
ethereum-cryptography "0.1.3"
mcl-wasm "^0.7.1"
rustbn.js "~0.2.0"

"@nomicfoundation/[email protected]":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-rlp/-/ethereumjs-rlp-5.0.1.tgz#0b30c1cf77d125d390408e391c4bb5291ef43c28"
integrity sha512-xtxrMGa8kP4zF5ApBQBtjlSbN5E2HI8m8FYgVSYAnO6ssUoY5pVPGy2H8+xdf/bmMa22Ce8nWMH3aEW8CcqMeQ==

"@nomicfoundation/[email protected]":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-rlp/-/ethereumjs-rlp-5.0.2.tgz#4fee8dc58a53ac6ae87fb1fca7c15dc06c6b5dea"
integrity sha512-QwmemBc+MMsHJ1P1QvPl8R8p2aPvvVcKBbvHnQOKBpBztEo0omN0eaob6FeZS/e3y9NSe+mfu3nNFBHszqkjTA==

"@nomicfoundation/[email protected]":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-statemanager/-/ethereumjs-statemanager-2.0.1.tgz#8824a97938db4471911e2d2f140f79195def5935"
Expand All @@ -1911,6 +1982,18 @@
ethers "^5.7.1"
js-sdsl "^4.1.4"

"@nomicfoundation/[email protected]":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-statemanager/-/ethereumjs-statemanager-2.0.2.tgz#3ba4253b29b1211cafe4f9265fee5a0d780976e0"
integrity sha512-dlKy5dIXLuDubx8Z74sipciZnJTRSV/uHG48RSijhgm1V7eXYFC567xgKtsKiVZB1ViTP9iFL4B6Je0xD6X2OA==
dependencies:
"@nomicfoundation/ethereumjs-common" "4.0.2"
"@nomicfoundation/ethereumjs-rlp" "5.0.2"
debug "^4.3.3"
ethereum-cryptography "0.1.3"
ethers "^5.7.1"
js-sdsl "^4.1.4"

"@nomicfoundation/[email protected]":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-trie/-/ethereumjs-trie-6.0.1.tgz#662c55f6b50659fd4b22ea9f806a7401cafb7717"
Expand All @@ -1922,6 +2005,17 @@
ethereum-cryptography "0.1.3"
readable-stream "^3.6.0"

"@nomicfoundation/[email protected]":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-trie/-/ethereumjs-trie-6.0.2.tgz#9a6dbd28482dca1bc162d12b3733acab8cd12835"
integrity sha512-yw8vg9hBeLYk4YNg5MrSJ5H55TLOv2FSWUTROtDtTMMmDGROsAu+0tBjiNGTnKRi400M6cEzoFfa89Fc5k8NTQ==
dependencies:
"@nomicfoundation/ethereumjs-rlp" "5.0.2"
"@nomicfoundation/ethereumjs-util" "9.0.2"
"@types/readable-stream" "^2.3.13"
ethereum-cryptography "0.1.3"
readable-stream "^3.6.0"

"@nomicfoundation/[email protected]":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-tx/-/ethereumjs-tx-5.0.1.tgz#7629dc2036b4a33c34e9f0a592b43227ef4f0c7d"
Expand All @@ -1934,6 +2028,18 @@
"@nomicfoundation/ethereumjs-util" "9.0.1"
ethereum-cryptography "0.1.3"

"@nomicfoundation/[email protected]":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-tx/-/ethereumjs-tx-5.0.2.tgz#117813b69c0fdc14dd0446698a64be6df71d7e56"
integrity sha512-T+l4/MmTp7VhJeNloMkM+lPU3YMUaXdcXgTGCf8+ZFvV9NYZTRLFekRwlG6/JMmVfIfbrW+dRRJ9A6H5Q/Z64g==
dependencies:
"@chainsafe/ssz" "^0.9.2"
"@ethersproject/providers" "^5.7.2"
"@nomicfoundation/ethereumjs-common" "4.0.2"
"@nomicfoundation/ethereumjs-rlp" "5.0.2"
"@nomicfoundation/ethereumjs-util" "9.0.2"
ethereum-cryptography "0.1.3"

"@nomicfoundation/[email protected]":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-util/-/ethereumjs-util-9.0.1.tgz#530cda8bae33f8b5020a8f199ed1d0a2ce48ec89"
Expand All @@ -1943,6 +2049,15 @@
"@nomicfoundation/ethereumjs-rlp" "5.0.1"
ethereum-cryptography "0.1.3"

"@nomicfoundation/[email protected]":
version "9.0.2"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-util/-/ethereumjs-util-9.0.2.tgz#16bdc1bb36f333b8a3559bbb4b17dac805ce904d"
integrity sha512-4Wu9D3LykbSBWZo8nJCnzVIYGvGCuyiYLIJa9XXNVt1q1jUzHdB+sJvx95VGCpPkCT+IbLecW6yfzy3E1bQrwQ==
dependencies:
"@chainsafe/ssz" "^0.10.0"
"@nomicfoundation/ethereumjs-rlp" "5.0.2"
ethereum-cryptography "0.1.3"

"@nomicfoundation/[email protected]":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-vm/-/ethereumjs-vm-7.0.1.tgz#7d035e0993bcad10716c8b36e61dfb87fa3ca05f"
Expand All @@ -1962,6 +2077,25 @@
mcl-wasm "^0.7.1"
rustbn.js "~0.2.0"

"@nomicfoundation/[email protected]":
version "7.0.2"
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-vm/-/ethereumjs-vm-7.0.2.tgz#3b0852cb3584df0e18c182d0672a3596c9ca95e6"
integrity sha512-Bj3KZT64j54Tcwr7Qm/0jkeZXJMfdcAtRBedou+Hx0dPOSIgqaIr0vvLwP65TpHbak2DmAq+KJbW2KNtIoFwvA==
dependencies:
"@nomicfoundation/ethereumjs-block" "5.0.2"
"@nomicfoundation/ethereumjs-blockchain" "7.0.2"
"@nomicfoundation/ethereumjs-common" "4.0.2"
"@nomicfoundation/ethereumjs-evm" "2.0.2"
"@nomicfoundation/ethereumjs-rlp" "5.0.2"
"@nomicfoundation/ethereumjs-statemanager" "2.0.2"
"@nomicfoundation/ethereumjs-trie" "6.0.2"
"@nomicfoundation/ethereumjs-tx" "5.0.2"
"@nomicfoundation/ethereumjs-util" "9.0.2"
debug "^4.3.3"
ethereum-cryptography "0.1.3"
mcl-wasm "^0.7.1"
rustbn.js "~0.2.0"

"@nomicfoundation/hardhat-ethers@^3.0.0":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-ethers/-/hardhat-ethers-3.0.4.tgz#6f0df2424e687e26d6574610de7a36bd69485cc1"
Expand All @@ -1970,6 +2104,14 @@
debug "^4.1.1"
lodash.isequal "^4.5.0"

"@nomicfoundation/hardhat-ethers@^3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-ethers/-/hardhat-ethers-3.0.5.tgz#0422c2123dec7c42e7fb2be8e1691f1d9708db56"
integrity sha512-RNFe8OtbZK6Ila9kIlHp0+S80/0Bu/3p41HUpaRIoHLm6X3WekTd83vob3rE54Duufu1edCiBDxspBzi2rxHHw==
dependencies:
debug "^4.1.1"
lodash.isequal "^4.5.0"

"@nomicfoundation/hardhat-verify@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-verify/-/hardhat-verify-1.1.0.tgz#36c7f78adebd641d641ab5dd4660111520bb3055"
Expand Down Expand Up @@ -7235,6 +7377,60 @@ hardhat@^2.0.2:
uuid "^8.3.2"
ws "^7.4.6"

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"
"@nomicfoundation/ethereumjs-block" "5.0.2"
"@nomicfoundation/ethereumjs-blockchain" "7.0.2"
"@nomicfoundation/ethereumjs-common" "4.0.2"
"@nomicfoundation/ethereumjs-evm" "2.0.2"
"@nomicfoundation/ethereumjs-rlp" "5.0.2"
"@nomicfoundation/ethereumjs-statemanager" "2.0.2"
"@nomicfoundation/ethereumjs-trie" "6.0.2"
"@nomicfoundation/ethereumjs-tx" "5.0.2"
"@nomicfoundation/ethereumjs-util" "9.0.2"
"@nomicfoundation/ethereumjs-vm" "7.0.2"
"@nomicfoundation/solidity-analyzer" "^0.1.0"
"@sentry/node" "^5.18.1"
"@types/bn.js" "^5.1.0"
"@types/lru-cache" "^5.1.0"
adm-zip "^0.4.16"
aggregate-error "^3.0.0"
ansi-escapes "^4.3.0"
chalk "^2.4.2"
chokidar "^3.4.0"
ci-info "^2.0.0"
debug "^4.1.1"
enquirer "^2.3.0"
env-paths "^2.2.0"
ethereum-cryptography "^1.0.3"
ethereumjs-abi "^0.6.8"
find-up "^2.1.0"
fp-ts "1.19.3"
fs-extra "^7.0.1"
glob "7.2.0"
immutable "^4.0.0-rc.12"
io-ts "1.10.4"
keccak "^3.0.2"
lodash "^4.17.11"
mnemonist "^0.38.0"
mocha "^10.0.0"
p-map "^4.0.0"
raw-body "^2.4.1"
resolve "1.17.0"
semver "^6.3.0"
solc "0.7.3"
source-map-support "^0.5.13"
stacktrace-parser "^0.1.10"
tsort "0.0.1"
undici "^5.14.0"
uuid "^8.3.2"
ws "^7.4.6"

has-bigints@^1.0.1, has-bigints@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
Expand Down

0 comments on commit 86f786a

Please sign in to comment.