Skip to content

Commit f01d2f3

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

1 file changed

Lines changed: 31 additions & 6 deletions

File tree

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,9 +1307,9 @@
13071307
rustbn.js "~0.2.0"
13081308

13091309
"@nomicfoundation/hardhat-chai-matchers@^2.0.0":
1310-
version "2.0.4"
1311-
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-chai-matchers/-/hardhat-chai-matchers-2.0.4.tgz#90ec0ce4a590fef76c7d07686710ef166b06740d"
1312-
integrity sha512-nvCeGgcN5mBQPP8TeWTrUB63JathBNj6igtpBC43za4CDglK1/UxzbYBl2WiLlNbzSQXACk3+gm/2xEbWanu5g==
1310+
version "2.0.7"
1311+
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-chai-matchers/-/hardhat-chai-matchers-2.0.7.tgz#89d90b2d77a00f6fd8fe42eabe40a82b5e065075"
1312+
integrity sha512-RQfsiTwdf0SP+DtuNYvm4921X6VirCQq0Xyh+mnuGlTwEFSPZ/o27oQC+l+3Y/l48DDU7+ZcYBR+Fp+Rp94LfQ==
13131313
dependencies:
13141314
"@types/chai-as-promised" "^7.1.3"
13151315
chai-as-promised "^7.1.1"
@@ -8127,7 +8127,7 @@ string-format@^2.0.0:
81278127
resolved "https://registry.yarnpkg.com/string-format/-/string-format-2.0.0.tgz#f2df2e7097440d3b65de31b6d40d54c96eaffb9b"
81288128
integrity sha512-bbEs3scLeYNXLecRRuk6uJxdXUSj6le/8rNPHChIJTn2V79aXVTR1EH2OH5zLKKoz0V02fOUKZZcw01pLUShZA==
81298129

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:
8130+
"string-width-cjs@npm:string-width@^4.2.0":
81318131
version "4.2.3"
81328132
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
81338133
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8144,6 +8144,15 @@ string-width@^2.1.1:
81448144
is-fullwidth-code-point "^2.0.0"
81458145
strip-ansi "^4.0.0"
81468146

8147+
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:
8148+
version "4.2.3"
8149+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
8150+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8151+
dependencies:
8152+
emoji-regex "^8.0.0"
8153+
is-fullwidth-code-point "^3.0.0"
8154+
strip-ansi "^6.0.1"
8155+
81478156
string-width@^5.0.1, string-width@^5.1.2:
81488157
version "5.1.2"
81498158
resolved "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz"
@@ -8216,7 +8225,7 @@ string_decoder@~1.1.1:
82168225
dependencies:
82178226
safe-buffer "~5.1.0"
82188227

8219-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8228+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
82208229
version "6.0.1"
82218230
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
82228231
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8230,6 +8239,13 @@ strip-ansi@^4.0.0:
82308239
dependencies:
82318240
ansi-regex "^3.0.0"
82328241

8242+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8243+
version "6.0.1"
8244+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
8245+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8246+
dependencies:
8247+
ansi-regex "^5.0.1"
8248+
82338249
strip-ansi@^7.0.1:
82348250
version "7.1.0"
82358251
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz"
@@ -9086,7 +9102,7 @@ workerpool@6.2.1:
90869102
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz"
90879103
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
90889104

9089-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9105+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
90909106
version "7.0.0"
90919107
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
90929108
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9104,6 +9120,15 @@ wrap-ansi@^6.2.0:
91049120
string-width "^4.1.0"
91059121
strip-ansi "^6.0.0"
91069122

9123+
wrap-ansi@^7.0.0:
9124+
version "7.0.0"
9125+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
9126+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9127+
dependencies:
9128+
ansi-styles "^4.0.0"
9129+
string-width "^4.1.0"
9130+
strip-ansi "^6.0.0"
9131+
91079132
wrap-ansi@^8.1.0:
91089133
version "8.1.0"
91099134
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)