Skip to content

Commit 93cc4a1

Browse files
committed
Update dependency hardhat-abi-exporter to v2.7.2
1 parent e4f998c commit 93cc4a1

2 files changed

Lines changed: 25 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"ethereum-waffle": "3.4.0",
4444
"ethers": "5.5.3",
4545
"hardhat": "2.8.2",
46-
"hardhat-abi-exporter": "2.3.0",
46+
"hardhat-abi-exporter": "2.7.2",
4747
"hardhat-gas-reporter": "1.0.7",
4848
"prettier": "2.5.1",
4949
"prettier-plugin-solidity": "1.0.0-beta.19",

yarn.lock

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@ ansi-colors@3.2.3:
16781678
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.3.tgz#57d35b8686e851e2cc04c403f1c00203976a1813"
16791679
integrity sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==
16801680

1681-
ansi-colors@^4.1.1:
1681+
ansi-colors@^4.1.0, ansi-colors@^4.1.1:
16821682
version "4.1.1"
16831683
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
16841684
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
@@ -3536,6 +3536,16 @@ delayed-stream@~1.0.0:
35363536
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
35373537
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
35383538

3539+
delete-empty@^3.0.0:
3540+
version "3.0.0"
3541+
resolved "https://registry.yarnpkg.com/delete-empty/-/delete-empty-3.0.0.tgz#f8040f2669f26fa7060bc2304e9859c593b685e8"
3542+
integrity sha512-ZUyiwo76W+DYnKsL3Kim6M/UOavPdBJgDYWOmuQhYaZvJH0AXAHbUNyEDtRbBra8wqqr686+63/0azfEk1ebUQ==
3543+
dependencies:
3544+
ansi-colors "^4.1.0"
3545+
minimist "^1.2.0"
3546+
path-starts-with "^2.0.0"
3547+
rimraf "^2.6.2"
3548+
35393549
depd@~1.1.2:
35403550
version "1.1.2"
35413551
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
@@ -5532,10 +5542,13 @@ har-validator@~5.1.3:
55325542
ajv "^6.12.3"
55335543
har-schema "^2.0.0"
55345544

5535-
hardhat-abi-exporter@2.3.0:
5536-
version "2.3.0"
5537-
resolved "https://registry.yarnpkg.com/hardhat-abi-exporter/-/hardhat-abi-exporter-2.3.0.tgz#f7aeb56f2ceef1ccdb75a5b8d81dc80cbbfeefc4"
5538-
integrity sha512-9EVhogHgFWsi4Bc46tv+WirOR+auGBZrv9V5/qAHBjOqYiZPbNXoFUo/yQhOAsF8Bz4Q9p4jHpdeQXnYt7g6Yw==
5545+
hardhat-abi-exporter@2.7.2:
5546+
version "2.7.2"
5547+
resolved "https://registry.yarnpkg.com/hardhat-abi-exporter/-/hardhat-abi-exporter-2.7.2.tgz#b1837d5fb980e785ba3e823daffd8a872818c58b"
5548+
integrity sha512-/do2VgS/aqpyrB0P93Pc9flsW7d2nknVLU8rQCMUNjJNa3S7ZLbNaFwuwvieM1V9hejUu6AIm1o6p2Vw5dHlOg==
5549+
dependencies:
5550+
"@ethersproject/abi" "^5.5.0"
5551+
delete-empty "^3.0.0"
55395552

55405553
hardhat-gas-reporter@1.0.7:
55415554
version "1.0.7"
@@ -7887,6 +7900,11 @@ path-parse@^1.0.6:
78877900
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
78887901
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
78897902

7903+
path-starts-with@^2.0.0:
7904+
version "2.0.0"
7905+
resolved "https://registry.yarnpkg.com/path-starts-with/-/path-starts-with-2.0.0.tgz#ffd6d51926cd497022b44d392196033d5451892f"
7906+
integrity sha512-3UHTHbJz5+NLkPafFR+2ycJOjoc4WV2e9qCZCnm71zHiWaFrm1XniLVTkZXvaRgxr1xFh9JsTdicpH2yM03nLA==
7907+
78907908
path-to-regexp@0.1.7:
78917909
version "0.1.7"
78927910
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -8589,7 +8607,7 @@ rimraf@2.6.3:
85898607
dependencies:
85908608
glob "^7.1.3"
85918609

8592-
rimraf@^2.2.8, rimraf@^2.6.3:
8610+
rimraf@^2.2.8, rimraf@^2.6.2, rimraf@^2.6.3:
85938611
version "2.7.1"
85948612
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
85958613
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==

0 commit comments

Comments
 (0)