Skip to content

Commit b34baac

Browse files
chore(deps): update dependency @nomicfoundation/hardhat-verify to v2.0.14
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae530c9 commit b34baac

1 file changed

Lines changed: 37 additions & 7 deletions

File tree

yarn.lock

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,16 +1337,16 @@
13371337
integrity sha512-jhcWHp0aHaL0aDYj8IJl80v4SZXWMS1A2XxXa1CA6pBiFfJKuZinCkO6wb+POAt0LIfXB3gA3AgdcOccrcwBwA==
13381338

13391339
"@nomicfoundation/hardhat-verify@^2.0.0":
1340-
version "2.0.4"
1341-
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-verify/-/hardhat-verify-2.0.4.tgz#65b86787fc7b47d38fd941862266065c7eb9bca4"
1342-
integrity sha512-B8ZjhOrmbbRWqJi65jvQblzjsfYktjqj2vmOm+oc2Vu8drZbT2cjeSCRHZKbS7lOtfW78aJZSFvw+zRLCiABJA==
1340+
version "2.0.14"
1341+
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-verify/-/hardhat-verify-2.0.14.tgz#ba80918fac840f1165825f2a422a694486f82f6f"
1342+
integrity sha512-z3iVF1WYZHzcdMMUuureFpSAfcnlfJbJx3faOnGrOYg6PRTki1Ut9JAuRccnFzMHf1AmTEoSUpWcyvBCoxL5Rg==
13431343
dependencies:
13441344
"@ethersproject/abi" "^5.1.2"
13451345
"@ethersproject/address" "^5.0.2"
13461346
cbor "^8.1.0"
1347-
chalk "^2.4.2"
13481347
debug "^4.1.1"
13491348
lodash.clonedeep "^4.5.0"
1349+
picocolors "^1.1.0"
13501350
semver "^6.3.0"
13511351
table "^6.8.0"
13521352
undici "^5.14.0"
@@ -7101,6 +7101,11 @@ picocolors@^1.0.0:
71017101
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz"
71027102
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
71037103

7104+
picocolors@^1.1.0:
7105+
version "1.1.1"
7106+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
7107+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
7108+
71047109
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
71057110
version "2.3.1"
71067111
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
@@ -8127,7 +8132,7 @@ string-format@^2.0.0:
81278132
resolved "https://registry.yarnpkg.com/string-format/-/string-format-2.0.0.tgz#f2df2e7097440d3b65de31b6d40d54c96eaffb9b"
81288133
integrity sha512-bbEs3scLeYNXLecRRuk6uJxdXUSj6le/8rNPHChIJTn2V79aXVTR1EH2OH5zLKKoz0V02fOUKZZcw01pLUShZA==
81298134

8130-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
8135+
"string-width-cjs@npm:string-width@^4.2.0":
81318136
version "4.2.3"
81328137
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
81338138
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8144,6 +8149,15 @@ string-width@^2.1.1:
81448149
is-fullwidth-code-point "^2.0.0"
81458150
strip-ansi "^4.0.0"
81468151

8152+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
8153+
version "4.2.3"
8154+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
8155+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8156+
dependencies:
8157+
emoji-regex "^8.0.0"
8158+
is-fullwidth-code-point "^3.0.0"
8159+
strip-ansi "^6.0.1"
8160+
81478161
string-width@^5.0.1, string-width@^5.1.2:
81488162
version "5.1.2"
81498163
resolved "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz"
@@ -8216,7 +8230,7 @@ string_decoder@~1.1.1:
82168230
dependencies:
82178231
safe-buffer "~5.1.0"
82188232

8219-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8233+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
82208234
version "6.0.1"
82218235
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
82228236
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8230,6 +8244,13 @@ strip-ansi@^4.0.0:
82308244
dependencies:
82318245
ansi-regex "^3.0.0"
82328246

8247+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8248+
version "6.0.1"
8249+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
8250+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8251+
dependencies:
8252+
ansi-regex "^5.0.1"
8253+
82338254
strip-ansi@^7.0.1:
82348255
version "7.1.0"
82358256
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz"
@@ -9086,7 +9107,7 @@ workerpool@6.2.1:
90869107
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz"
90879108
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
90889109

9089-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9110+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
90909111
version "7.0.0"
90919112
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
90929113
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9104,6 +9125,15 @@ wrap-ansi@^6.2.0:
91049125
string-width "^4.1.0"
91059126
strip-ansi "^6.0.0"
91069127

9128+
wrap-ansi@^7.0.0:
9129+
version "7.0.0"
9130+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
9131+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9132+
dependencies:
9133+
ansi-styles "^4.0.0"
9134+
string-width "^4.1.0"
9135+
strip-ansi "^6.0.0"
9136+
91079137
wrap-ansi@^8.1.0:
91089138
version "8.1.0"
91099139
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)