Skip to content

Commit 4c1bd2b

Browse files
Update dependency undici to v7
1 parent 9d3112a commit 4c1bd2b

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

packages/plugin-hardhat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"debug": "^4.1.1",
4444
"ethereumjs-util": "^7.1.5",
4545
"proper-lockfile": "^4.1.1",
46-
"undici": "^6.11.1"
46+
"undici": "^7.0.0"
4747
},
4848
"peerDependencies": {
4949
"@nomicfoundation/hardhat-ethers": "^3.0.0",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5098,7 +5098,16 @@ [email protected]:
50985098
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
50995099
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
51005100

5101-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", 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:
5101+
"string-width-cjs@npm:string-width@^4.2.0":
5102+
version "4.2.3"
5103+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5104+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5105+
dependencies:
5106+
emoji-regex "^8.0.0"
5107+
is-fullwidth-code-point "^3.0.0"
5108+
strip-ansi "^6.0.1"
5109+
5110+
"string-width@^1.0.2 || 2 || 3 || 4", 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:
51025111
version "4.2.3"
51035112
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
51045113
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5169,7 +5178,7 @@ string_decoder@^1.1.1:
51695178
dependencies:
51705179
safe-buffer "~5.2.0"
51715180

5172-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5181+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
51735182
version "6.0.1"
51745183
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
51755184
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5183,6 +5192,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
51835192
dependencies:
51845193
ansi-regex "^4.1.0"
51855194

5195+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5196+
version "6.0.1"
5197+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5198+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5199+
dependencies:
5200+
ansi-regex "^5.0.1"
5201+
51865202
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
51875203
version "7.1.0"
51885204
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -5514,10 +5530,10 @@ undici@^5.14.0:
55145530
dependencies:
55155531
"@fastify/busboy" "^2.0.0"
55165532

5517-
undici@^6.11.1:
5518-
version "6.19.8"
5519-
resolved "https://registry.yarnpkg.com/undici/-/undici-6.19.8.tgz#002d7c8a28f8cc3a44ff33c3d4be4d85e15d40e1"
5520-
integrity sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==
5533+
undici@^7.0.0:
5534+
version "7.0.0"
5535+
resolved "https://registry.yarnpkg.com/undici/-/undici-7.0.0.tgz#3697f99304ea625d804ae087a635291a65affcbb"
5536+
integrity sha512-c4xi3kWnQJrb7h2q8aJYKvUzmz7boCgz1cUCC6OwdeM5Tr2P0hDuthr2iut4ggqsz+Cnh20U/LoTzbKIdDS/Nw==
55215537

55225538
unfetch@^4.2.0:
55235539
version "4.2.0"
@@ -5655,7 +5671,7 @@ workerpool@^6.5.1:
56555671
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
56565672
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
56575673

5658-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5674+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
56595675
version "7.0.0"
56605676
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
56615677
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5682,6 +5698,15 @@ wrap-ansi@^6.2.0:
56825698
string-width "^4.1.0"
56835699
strip-ansi "^6.0.0"
56845700

5701+
wrap-ansi@^7.0.0:
5702+
version "7.0.0"
5703+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5704+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5705+
dependencies:
5706+
ansi-styles "^4.0.0"
5707+
string-width "^4.1.0"
5708+
strip-ansi "^6.0.0"
5709+
56855710
wrap-ansi@^8.1.0:
56865711
version "8.1.0"
56875712
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)