-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.12.5 to 2.19.4. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/[email protected]@2.19.4) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
57b6d91
commit 9d53080
Showing
1 changed file
with
201 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -652,6 +652,42 @@ | |
resolved "https://registry.npmjs.org/@chainlink/contracts/-/contracts-0.3.1.tgz" | ||
integrity sha512-A8DRvmfNCwLS1iduPPj7wNAZJMe9/ZimMhoHhbbBiq+7Vq/HFjiNcdoQ5NinFdXD5aTsoNUGG5pAYKj7YMpm9A== | ||
|
||
"@chainsafe/as-sha256@^0.3.1": | ||
version "0.3.1" | ||
resolved "https://registry.yarnpkg.com/@chainsafe/as-sha256/-/as-sha256-0.3.1.tgz#3639df0e1435cab03f4d9870cc3ac079e57a6fc9" | ||
integrity sha512-hldFFYuf49ed7DAakWVXSJODuq3pzJEguD8tQ7h+sGkM18vja+OFoJI9krnGmgzyuZC2ETX0NOIcCTy31v2Mtg== | ||
|
||
"@chainsafe/persistent-merkle-tree@^0.4.2": | ||
version "0.4.2" | ||
resolved "https://registry.yarnpkg.com/@chainsafe/persistent-merkle-tree/-/persistent-merkle-tree-0.4.2.tgz#4c9ee80cc57cd3be7208d98c40014ad38f36f7ff" | ||
integrity sha512-lLO3ihKPngXLTus/L7WHKaw9PnNJWizlOF1H9NNzHP6Xvh82vzg9F2bzkXhYIFshMZ2gTCEz8tq6STe7r5NDfQ== | ||
dependencies: | ||
"@chainsafe/as-sha256" "^0.3.1" | ||
|
||
"@chainsafe/persistent-merkle-tree@^0.5.0": | ||
version "0.5.0" | ||
resolved "https://registry.yarnpkg.com/@chainsafe/persistent-merkle-tree/-/persistent-merkle-tree-0.5.0.tgz#2b4a62c9489a5739dedd197250d8d2f5427e9f63" | ||
integrity sha512-l0V1b5clxA3iwQLXP40zYjyZYospQLZXzBVIhhr9kDg/1qHZfzzHw0jj4VPBijfYCArZDlPkRi1wZaV2POKeuw== | ||
dependencies: | ||
"@chainsafe/as-sha256" "^0.3.1" | ||
|
||
"@chainsafe/ssz@^0.10.0": | ||
version "0.10.2" | ||
resolved "https://registry.yarnpkg.com/@chainsafe/ssz/-/ssz-0.10.2.tgz#c782929e1bb25fec66ba72e75934b31fd087579e" | ||
integrity sha512-/NL3Lh8K+0q7A3LsiFq09YXS9fPE+ead2rr7vM2QK8PLzrNsw3uqrif9bpRX5UxgeRjM+vYi+boCM3+GM4ovXg== | ||
dependencies: | ||
"@chainsafe/as-sha256" "^0.3.1" | ||
"@chainsafe/persistent-merkle-tree" "^0.5.0" | ||
|
||
"@chainsafe/ssz@^0.9.2": | ||
version "0.9.4" | ||
resolved "https://registry.yarnpkg.com/@chainsafe/ssz/-/ssz-0.9.4.tgz#696a8db46d6975b600f8309ad3a12f7c0e310497" | ||
integrity sha512-77Qtg2N1ayqs4Bg/wvnWfg5Bta7iy7IRh8XqXh7oNMeP2HBbBwx8m6yTpA8p0EHItWPEBkgZd5S5/LSlp3GXuQ== | ||
dependencies: | ||
"@chainsafe/as-sha256" "^0.3.1" | ||
"@chainsafe/persistent-merkle-tree" "^0.4.2" | ||
case "^1.6.3" | ||
|
||
"@changesets/apply-release-plan@^6.1.3": | ||
version "6.1.3" | ||
resolved "https://registry.npmjs.org/@changesets/apply-release-plan/-/apply-release-plan-6.1.3.tgz" | ||
|
@@ -1359,7 +1395,7 @@ | |
dependencies: | ||
"@ethersproject/logger" "^5.7.0" | ||
|
||
"@ethersproject/[email protected]", "@ethersproject/providers@^5.0.0", "@ethersproject/providers@^5.4.4", "@ethersproject/providers@^5.5.0", "@ethersproject/providers@^5.5.3", "@ethersproject/providers@^5.7.0": | ||
"@ethersproject/[email protected]", "@ethersproject/providers@^5.0.0", "@ethersproject/providers@^5.4.4", "@ethersproject/providers@^5.5.0", "@ethersproject/providers@^5.5.3", "@ethersproject/providers@^5.7.0", "@ethersproject/providers@^5.7.1", "@ethersproject/providers@^5.7.2": | ||
version "5.7.2" | ||
resolved "https://registry.npmjs.org/@ethersproject/providers/-/providers-5.7.2.tgz" | ||
integrity sha512-g34EWZ1WWAVgr4aptGlVBF8mhl3VWjv+8hoAnzStu8Ah22VHBsuGzP17eb6xDVRzw895G4W7vvx60lFFur/1Rg== | ||
|
@@ -2480,6 +2516,19 @@ | |
"@nodelib/fs.scandir" "2.1.5" | ||
fastq "^1.6.0" | ||
|
||
"@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/ethereumjs-block@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.npmjs.org/@nomicfoundation/ethereumjs-block/-/ethereumjs-block-4.0.0.tgz" | ||
|
@@ -2492,6 +2541,25 @@ | |
"@nomicfoundation/ethereumjs-util" "^8.0.0" | ||
ethereum-cryptography "0.1.3" | ||
|
||
"@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/ethereumjs-blockchain@^6.0.0": | ||
version "6.0.0" | ||
resolved "https://registry.npmjs.org/@nomicfoundation/ethereumjs-blockchain/-/ethereumjs-blockchain-6.0.0.tgz" | ||
|
@@ -2510,6 +2578,14 @@ | |
lru-cache "^5.1.1" | ||
memory-level "^1.0.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/ethereumjs-common@^3.0.0": | ||
version "3.0.0" | ||
resolved "https://registry.npmjs.org/@nomicfoundation/ethereumjs-common/-/ethereumjs-common-3.0.0.tgz" | ||
|
@@ -2518,6 +2594,18 @@ | |
"@nomicfoundation/ethereumjs-util" "^8.0.0" | ||
crc-32 "^1.2.0" | ||
|
||
"@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/ethereumjs-ethash@^2.0.0": | ||
version "2.0.0" | ||
resolved "https://registry.npmjs.org/@nomicfoundation/ethereumjs-ethash/-/ethereumjs-ethash-2.0.0.tgz" | ||
|
@@ -2544,11 +2632,42 @@ | |
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.2" | ||
resolved "https://registry.yarnpkg.com/@nomicfoundation/ethereumjs-rlp/-/ethereumjs-rlp-5.0.2.tgz#4fee8dc58a53ac6ae87fb1fca7c15dc06c6b5dea" | ||
integrity sha512-QwmemBc+MMsHJ1P1QvPl8R8p2aPvvVcKBbvHnQOKBpBztEo0omN0eaob6FeZS/e3y9NSe+mfu3nNFBHszqkjTA== | ||
|
||
"@nomicfoundation/ethereumjs-rlp@^4.0.0", "@nomicfoundation/ethereumjs-rlp@^4.0.0-beta.2": | ||
version "4.0.0" | ||
resolved "https://registry.npmjs.org/@nomicfoundation/ethereumjs-rlp/-/ethereumjs-rlp-4.0.0.tgz" | ||
integrity sha512-GaSOGk5QbUk4eBP5qFbpXoZoZUj/NrW7MRa0tKY4Ew4c2HAS0GXArEMAamtFrkazp0BO4K5p2ZCG3b2FmbShmw== | ||
|
||
"@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/ethereumjs-statemanager@^1.0.0": | ||
version "1.0.0" | ||
resolved "https://registry.npmjs.org/@nomicfoundation/ethereumjs-statemanager/-/ethereumjs-statemanager-1.0.0.tgz" | ||
|
@@ -2562,6 +2681,17 @@ | |
ethereum-cryptography "0.1.3" | ||
functional-red-black-tree "^1.0.1" | ||
|
||
"@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/ethereumjs-trie@^5.0.0": | ||
version "5.0.0" | ||
resolved "https://registry.npmjs.org/@nomicfoundation/ethereumjs-trie/-/ethereumjs-trie-5.0.0.tgz" | ||
|
@@ -2572,6 +2702,18 @@ | |
ethereum-cryptography "0.1.3" | ||
readable-stream "^3.6.0" | ||
|
||
"@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/ethereumjs-tx@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.npmjs.org/@nomicfoundation/ethereumjs-tx/-/ethereumjs-tx-4.0.0.tgz" | ||
|
@@ -2582,6 +2724,15 @@ | |
"@nomicfoundation/ethereumjs-util" "^8.0.0" | ||
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/ethereumjs-util@^8.0.0", "@nomicfoundation/ethereumjs-util@^8.0.0-rc.3": | ||
version "8.0.0" | ||
resolved "https://registry.npmjs.org/@nomicfoundation/ethereumjs-util/-/ethereumjs-util-8.0.0.tgz" | ||
|
@@ -2590,7 +2741,26 @@ | |
"@nomicfoundation/ethereumjs-rlp" "^4.0.0-beta.2" | ||
ethereum-cryptography "0.1.3" | ||
|
||
"@nomicfoundation/ethereumjs-vm@^6.0.0", "@nomicfoundation/ethereumjs-vm@^6.0.0-rc.3": | ||
"@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/ethereumjs-vm@^6.0.0-rc.3": | ||
version "6.0.0" | ||
resolved "https://registry.npmjs.org/@nomicfoundation/ethereumjs-vm/-/ethereumjs-vm-6.0.0.tgz" | ||
integrity sha512-JMPxvPQ3fzD063Sg3Tp+UdwUkVxMoo1uML6KSzFhMH3hoQi/LMuXBoEHAoW83/vyNS9BxEe6jm6LmT5xdeEJ6w== | ||
|
@@ -4176,6 +4346,14 @@ | |
resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz" | ||
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== | ||
|
||
"@types/readable-stream@^2.3.13": | ||
version "2.3.15" | ||
resolved "https://registry.yarnpkg.com/@types/readable-stream/-/readable-stream-2.3.15.tgz#3d79c9ceb1b6a57d5f6e6976f489b9b5384321ae" | ||
integrity sha512-oM5JSKQCcICF1wvGgmecmHldZ48OZamtMxcGGVICOJA8o8cahXC1zEVAif8iwoc5j8etxFaRFnf095+CDsuoFQ== | ||
dependencies: | ||
"@types/node" "*" | ||
safe-buffer "~5.1.1" | ||
|
||
"@types/resolve@^0.0.8": | ||
version "0.0.8" | ||
resolved "https://registry.npmjs.org/@types/resolve/-/resolve-0.0.8.tgz" | ||
|
@@ -6634,6 +6812,11 @@ cardinal@^2.1.1: | |
ansicolors "~0.3.2" | ||
redeyed "~2.1.0" | ||
|
||
case@^1.6.3: | ||
version "1.6.3" | ||
resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9" | ||
integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== | ||
|
||
caseless@^0.12.0, caseless@~0.12.0: | ||
version "0.12.0" | ||
resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz" | ||
|
@@ -9469,7 +9652,7 @@ ethers@^4.0.32, ethers@^4.0.40: | |
uuid "2.0.1" | ||
xmlhttprequest "1.8.0" | ||
|
||
ethers@^5.0.1, ethers@^5.0.13, ethers@^5.0.2, ethers@^5.5.2, ethers@^5.5.3, ethers@^5.5.4, ethers@^5.7.0: | ||
ethers@^5.0.1, ethers@^5.0.13, ethers@^5.0.2, ethers@^5.5.2, ethers@^5.5.3, ethers@^5.5.4, ethers@^5.7.0, ethers@^5.7.1: | ||
version "5.7.2" | ||
resolved "https://registry.npmjs.org/ethers/-/ethers-5.7.2.tgz" | ||
integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg== | ||
|
@@ -10884,27 +11067,26 @@ hardhat-watcher@^2.1.1: | |
chokidar "^3.5.3" | ||
|
||
hardhat@^2.12.5: | ||
version "2.12.5" | ||
resolved "https://registry.npmjs.org/hardhat/-/hardhat-2.12.5.tgz" | ||
integrity sha512-f/t7+hLlhsnQZ6LDXyV+8rHGRZFZY1sgFvgrwr9fBjMdGp1Bu6hHq1KXS4/VFZfZcVdL1DAWWEkryinZhqce+A== | ||
version "2.19.4" | ||
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.19.4.tgz#5112c30295d8be2e18e55d847373c50483ed1902" | ||
integrity sha512-fTQJpqSt3Xo9Mn/WrdblNGAfcANM6XC3tAEi6YogB4s02DmTf93A8QsGb8uR0KR8TFcpcS8lgiW4ugAIYpnbrQ== | ||
dependencies: | ||
"@ethersproject/abi" "^5.1.2" | ||
"@metamask/eth-sig-util" "^4.0.0" | ||
"@nomicfoundation/ethereumjs-block" "^4.0.0" | ||
"@nomicfoundation/ethereumjs-blockchain" "^6.0.0" | ||
"@nomicfoundation/ethereumjs-common" "^3.0.0" | ||
"@nomicfoundation/ethereumjs-evm" "^1.0.0" | ||
"@nomicfoundation/ethereumjs-rlp" "^4.0.0" | ||
"@nomicfoundation/ethereumjs-statemanager" "^1.0.0" | ||
"@nomicfoundation/ethereumjs-trie" "^5.0.0" | ||
"@nomicfoundation/ethereumjs-tx" "^4.0.0" | ||
"@nomicfoundation/ethereumjs-util" "^8.0.0" | ||
"@nomicfoundation/ethereumjs-vm" "^6.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" | ||
abort-controller "^3.0.0" | ||
adm-zip "^0.4.16" | ||
aggregate-error "^3.0.0" | ||
ansi-escapes "^4.3.0" | ||
|
@@ -10927,15 +11109,14 @@ hardhat@^2.12.5: | |
mnemonist "^0.38.0" | ||
mocha "^10.0.0" | ||
p-map "^4.0.0" | ||
qs "^6.7.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.4.0" | ||
undici "^5.14.0" | ||
uuid "^8.3.2" | ||
ws "^7.4.6" | ||
|
||
|
@@ -16065,7 +16246,7 @@ q@^1.5.1: | |
resolved "https://registry.npmjs.org/q/-/q-1.5.1.tgz" | ||
integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw== | ||
|
||
[email protected], qs@^6.10.5, qs@^6.11.0, qs@^6.4.0, qs@^6.7.0, qs@^6.9.4: | ||
[email protected], qs@^6.10.5, qs@^6.11.0, qs@^6.4.0, qs@^6.9.4: | ||
version "6.11.0" | ||
resolved "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz" | ||
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== | ||
|