Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 056523b

Browse files
chore(deps): update devdependencies
1 parent af2920b commit 056523b

2 files changed

Lines changed: 147 additions & 19 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
},
5454
"devDependencies": {
5555
"@bgd-labs/aave-address-book": "^4.18.0",
56-
"@google-cloud/functions-framework": "^3.4.3",
56+
"@google-cloud/functions-framework": "^4.0.0",
5757
"@google-cloud/storage": "^7.16.0",
5858
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
5959
"@nomicfoundation/hardhat-ethers": "^3.0.8",
6060
"@nomicfoundation/hardhat-ignition": "^0.15.10",
6161
"@nomicfoundation/hardhat-ignition-viem": "^0.15.10",
6262
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
63-
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
63+
"@nomicfoundation/hardhat-toolbox-viem": "^4.0.0",
6464
"@nomicfoundation/hardhat-verify": "^2.0.13",
6565
"@nomicfoundation/hardhat-viem": "^2.0.6",
6666
"@openzeppelin/contracts": "5.2.0",
@@ -105,7 +105,7 @@
105105
"typedoc-plugin-markdown": "^4.6.4",
106106
"typescript": "^5.8.3",
107107
"unzipper": "^0.12.3",
108-
"yargs": "^17.7.2"
108+
"yargs": "^18.0.0"
109109
},
110110
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
111111
}

yarn.lock

Lines changed: 144 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
dependencies:
483483
tslib "^2.3.1"
484484

485-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.27.1":
485+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.26.2", "@babel/code-frame@^7.27.1":
486486
version "7.27.1"
487487
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
488488
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
@@ -1138,7 +1138,7 @@
11381138
retry-request "^7.0.0"
11391139
teeny-request "^9.0.0"
11401140

1141-
"@google-cloud/functions-framework@^3.1.3", "@google-cloud/functions-framework@^3.4.3":
1141+
"@google-cloud/functions-framework@^3.1.3":
11421142
version "3.5.1"
11431143
resolved "https://registry.yarnpkg.com/@google-cloud/functions-framework/-/functions-framework-3.5.1.tgz#5066c8841f4393ea97b8745c8c2d9ecda3a08695"
11441144
integrity sha512-J01F8mCAb9SEsEGOJjKR/1UHmZTzBWIBNjAETtiPx7Xie3WgeWTvMnfrbsZbaBG0oePkepRxo28R8Fi9B2J++A==
@@ -1152,6 +1152,20 @@
11521152
read-pkg-up "^7.0.1"
11531153
semver "^7.6.3"
11541154

1155+
"@google-cloud/functions-framework@^4.0.0":
1156+
version "4.0.0"
1157+
resolved "https://registry.yarnpkg.com/@google-cloud/functions-framework/-/functions-framework-4.0.0.tgz#a21a8d1ef68e28e157304555214ec822fc5489db"
1158+
integrity sha512-CNcYrz0/hw35Oq0D9RipHUB8KzH4ixq7o12L//qoOg0TFYv4953KrzCo0L2VP++19P39RShKTftDKMFmQhCeEw==
1159+
dependencies:
1160+
"@types/express" "^4.17.21"
1161+
body-parser "1.20.3"
1162+
cloudevents "^8.0.2"
1163+
express "^4.21.2"
1164+
minimist "^1.2.8"
1165+
on-finished "^2.3.0"
1166+
read-package-up "^11.0.0"
1167+
semver "^7.7.1"
1168+
11551169
"@google-cloud/logging-bunyan@^5.1.0":
11561170
version "5.1.0"
11571171
resolved "https://registry.yarnpkg.com/@google-cloud/logging-bunyan/-/logging-bunyan-5.1.0.tgz#443eb338988554e459d21247c67386922e1e9a1c"
@@ -1827,10 +1841,10 @@
18271841
dependencies:
18281842
ethereumjs-util "^7.1.4"
18291843

1830-
"@nomicfoundation/hardhat-toolbox-viem@^3.0.0":
1831-
version "3.0.0"
1832-
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-toolbox-viem/-/hardhat-toolbox-viem-3.0.0.tgz#d50b6e2e3be220ccf6557c5072e999fbb4958aee"
1833-
integrity sha512-cr+aRozCtTwaRz5qc9OVY1kegWrnVwyhHZonICmlcm21cvJ31uvJnuPG688tMbjUvwRDw8tpZYZK0kI5M+4CKg==
1844+
"@nomicfoundation/hardhat-toolbox-viem@^4.0.0":
1845+
version "4.0.0"
1846+
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-toolbox-viem/-/hardhat-toolbox-viem-4.0.0.tgz#56b9e1c812aad6c17c65e387868e91bc64f11cd9"
1847+
integrity sha512-SRpbrF1y3b9Za5cW5SVKUcPyRkJtlWC6LORA77ZtdWId6nEOEnX3nzBAbwvqal1x++0tosSdAsR/7bqDfj4NnA==
18341848
dependencies:
18351849
chai-as-promised "^7.1.1"
18361850

@@ -3086,7 +3100,7 @@
30863100
dependencies:
30873101
undici-types "~6.19.2"
30883102

3089-
"@types/normalize-package-data@^2.4.0":
3103+
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.3":
30903104
version "2.4.4"
30913105
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
30923106
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
@@ -3631,7 +3645,7 @@ ansi-styles@^5.2.0:
36313645
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
36323646
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
36333647

3634-
ansi-styles@^6.1.0:
3648+
ansi-styles@^6.1.0, ansi-styles@^6.2.1:
36353649
version "6.2.1"
36363650
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
36373651
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
@@ -4318,6 +4332,15 @@ cliui@^8.0.1:
43184332
strip-ansi "^6.0.1"
43194333
wrap-ansi "^7.0.0"
43204334

4335+
cliui@^9.0.1:
4336+
version "9.0.1"
4337+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-9.0.1.tgz#6f7890f386f6f1f79953adc1f78dec46fcc2d291"
4338+
integrity sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==
4339+
dependencies:
4340+
string-width "^7.2.0"
4341+
strip-ansi "^7.1.0"
4342+
wrap-ansi "^9.0.0"
4343+
43214344
clone@^1.0.2:
43224345
version "1.0.4"
43234346
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
@@ -4863,6 +4886,11 @@ emittery@^0.13.1:
48634886
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
48644887
integrity sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==
48654888

4889+
emoji-regex@^10.3.0:
4890+
version "10.4.0"
4891+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.4.0.tgz#03553afea80b3975749cfcb36f776ca268e413d4"
4892+
integrity sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==
4893+
48664894
emoji-regex@^8.0.0:
48674895
version "8.0.0"
48684896
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
@@ -5561,6 +5589,11 @@ finalhandler@1.3.1:
55615589
statuses "2.0.1"
55625590
unpipe "~1.0.0"
55635591

5592+
find-up-simple@^1.0.0:
5593+
version "1.0.1"
5594+
resolved "https://registry.yarnpkg.com/find-up-simple/-/find-up-simple-1.0.1.tgz#18fb90ad49e45252c4d7fca56baade04fa3fca1e"
5595+
integrity sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==
5596+
55645597
find-up@^4.0.0, find-up@^4.1.0:
55655598
version "4.1.0"
55665599
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
@@ -5768,6 +5801,11 @@ get-caller-file@^2.0.5:
57685801
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
57695802
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
57705803

5804+
get-east-asian-width@^1.0.0:
5805+
version "1.3.0"
5806+
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz#21b4071ee58ed04ee0db653371b55b4299875389"
5807+
integrity sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==
5808+
57715809
get-func-name@^2.0.1, get-func-name@^2.0.2:
57725810
version "2.0.2"
57735811
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
@@ -6233,6 +6271,13 @@ hosted-git-info@^2.1.4:
62336271
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
62346272
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
62356273

6274+
hosted-git-info@^7.0.0:
6275+
version "7.0.2"
6276+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-7.0.2.tgz#9b751acac097757667f30114607ef7b661ff4f17"
6277+
integrity sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==
6278+
dependencies:
6279+
lru-cache "^10.0.1"
6280+
62366281
html-encoding-sniffer@^4.0.0:
62376282
version "4.0.0"
62386283
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz#696df529a7cfd82446369dc5193e590a3735b448"
@@ -6372,6 +6417,11 @@ indent-string@^4.0.0:
63726417
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
63736418
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
63746419

6420+
index-to-position@^1.1.0:
6421+
version "1.1.0"
6422+
resolved "https://registry.yarnpkg.com/index-to-position/-/index-to-position-1.1.0.tgz#2e50bd54c8040bdd6d9b3d95ec2a8fedf86b4d44"
6423+
integrity sha512-XPdx9Dq4t9Qk1mTMbWONJqU7boCoumEH7fRET37HX5+khDUl3J2W6PdALxhILYlIYx2amlwYcRPp28p0tSiojg==
6424+
63756425
inflight@^1.0.4:
63766426
version "1.0.6"
63776427
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
@@ -7453,7 +7503,7 @@ lowercase-keys@^3.0.0:
74537503
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-3.0.0.tgz#c5e7d442e37ead247ae9db117a9d0a467c89d4f2"
74547504
integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==
74557505

7456-
lru-cache@^10.2.0, lru-cache@^10.4.3:
7506+
lru-cache@^10.0.1, lru-cache@^10.2.0, lru-cache@^10.4.3:
74577507
version "10.4.3"
74587508
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
74597509
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
@@ -7843,6 +7893,15 @@ normalize-package-data@^2.5.0:
78437893
semver "2 || 3 || 4 || 5"
78447894
validate-npm-package-license "^3.0.1"
78457895

7896+
normalize-package-data@^6.0.0:
7897+
version "6.0.2"
7898+
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-6.0.2.tgz#a7bc22167fe24025412bcff0a9651eb768b03506"
7899+
integrity sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==
7900+
dependencies:
7901+
hosted-git-info "^7.0.0"
7902+
semver "^7.3.5"
7903+
validate-npm-package-license "^3.0.4"
7904+
78467905
normalize-path@^3.0.0, normalize-path@~3.0.0:
78477906
version "3.0.0"
78487907
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
@@ -8094,6 +8153,15 @@ parse-json@^5.0.0, parse-json@^5.2.0:
80948153
json-parse-even-better-errors "^2.3.0"
80958154
lines-and-columns "^1.1.6"
80968155

8156+
parse-json@^8.0.0:
8157+
version "8.3.0"
8158+
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-8.3.0.tgz#88a195a2157025139a2317a4f2f9252b61304ed5"
8159+
integrity sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==
8160+
dependencies:
8161+
"@babel/code-frame" "^7.26.2"
8162+
index-to-position "^1.1.0"
8163+
type-fest "^4.39.1"
8164+
80978165
parse-ms@^4.0.0:
80988166
version "4.0.0"
80998167
resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-4.0.0.tgz#c0c058edd47c2a590151a718990533fd62803df4"
@@ -8426,6 +8494,15 @@ react-is@^18.3.1:
84268494
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
84278495
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
84288496

8497+
read-package-up@^11.0.0:
8498+
version "11.0.0"
8499+
resolved "https://registry.yarnpkg.com/read-package-up/-/read-package-up-11.0.0.tgz#71fb879fdaac0e16891e6e666df22de24a48d5ba"
8500+
integrity sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==
8501+
dependencies:
8502+
find-up-simple "^1.0.0"
8503+
read-pkg "^9.0.0"
8504+
type-fest "^4.6.0"
8505+
84298506
read-pkg-up@^7.0.1:
84308507
version "7.0.1"
84318508
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
@@ -8445,6 +8522,17 @@ read-pkg@^5.2.0:
84458522
parse-json "^5.0.0"
84468523
type-fest "^0.6.0"
84478524

8525+
read-pkg@^9.0.0:
8526+
version "9.0.1"
8527+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-9.0.1.tgz#b1b81fb15104f5dbb121b6bbdee9bbc9739f569b"
8528+
integrity sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==
8529+
dependencies:
8530+
"@types/normalize-package-data" "^2.4.3"
8531+
normalize-package-data "^6.0.0"
8532+
parse-json "^8.0.0"
8533+
type-fest "^4.6.0"
8534+
unicorn-magic "^0.1.0"
8535+
84488536
readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.1.1, readable-stream@^3.6.0:
84498537
version "3.6.2"
84508538
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
@@ -8783,7 +8871,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
87838871
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
87848872
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
87858873

8786-
semver@^7.3.4, semver@^7.3.7, semver@^7.5.2, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2:
8874+
semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.2, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2:
87878875
version "7.7.2"
87888876
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
87898877
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
@@ -9198,6 +9286,15 @@ string-width@^5.0.1, string-width@^5.1.2:
91989286
emoji-regex "^9.2.2"
91999287
strip-ansi "^7.0.1"
92009288

9289+
string-width@^7.0.0, string-width@^7.2.0:
9290+
version "7.2.0"
9291+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
9292+
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
9293+
dependencies:
9294+
emoji-regex "^10.3.0"
9295+
get-east-asian-width "^1.0.0"
9296+
strip-ansi "^7.1.0"
9297+
92019298
string.prototype.trim@^1.2.10:
92029299
version "1.2.10"
92039300
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz#40b2dd5ee94c959b4dcfb1d65ce72e90da480c81"
@@ -9251,7 +9348,7 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
92519348
dependencies:
92529349
ansi-regex "^5.0.1"
92539350

9254-
strip-ansi@^7.0.1:
9351+
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
92559352
version "7.1.0"
92569353
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
92579354
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
@@ -9633,10 +9730,10 @@ type-fest@^0.8.1:
96339730
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
96349731
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
96359732

9636-
type-fest@^4.37.0:
9637-
version "4.38.0"
9638-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.38.0.tgz#659fa14d1a71c2811400aa3b5272627e0c1e6b96"
9639-
integrity sha512-2dBz5D5ycHIoliLYLi0Q2V7KRaDlH0uWIvmk7TYlAg5slqwiPv1ezJdZm1QEM0xgk29oYWMCbIG7E6gHpvChlg==
9733+
type-fest@^4.37.0, type-fest@^4.39.1, type-fest@^4.6.0:
9734+
version "4.41.0"
9735+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58"
9736+
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
96409737

96419738
type-is@~1.6.18:
96429739
version "1.6.18"
@@ -9754,6 +9851,11 @@ unfetch@^4.2.0:
97549851
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"
97559852
integrity sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==
97569853

9854+
unicorn-magic@^0.1.0:
9855+
version "0.1.0"
9856+
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
9857+
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
9858+
97579859
universalify@^0.1.0:
97589860
version "0.1.2"
97599861
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
@@ -9872,7 +9974,7 @@ v8-to-istanbul@^9.0.1:
98729974
"@types/istanbul-lib-coverage" "^2.0.1"
98739975
convert-source-map "^1.6.0"
98749976

9875-
validate-npm-package-license@^3.0.1:
9977+
validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4:
98769978
version "3.0.4"
98779979
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
98789980
integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
@@ -10102,6 +10204,15 @@ wrap-ansi@^8.1.0:
1010210204
string-width "^5.0.1"
1010310205
strip-ansi "^7.0.1"
1010410206

10207+
wrap-ansi@^9.0.0:
10208+
version "9.0.0"
10209+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"
10210+
integrity sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==
10211+
dependencies:
10212+
ansi-styles "^6.2.1"
10213+
string-width "^7.0.0"
10214+
strip-ansi "^7.1.0"
10215+
1010510216
wrappy@1:
1010610217
version "1.0.2"
1010710218
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
@@ -10170,6 +10281,11 @@ yargs-parser@^21.1.1:
1017010281
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
1017110282
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
1017210283

10284+
yargs-parser@^22.0.0:
10285+
version "22.0.0"
10286+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-22.0.0.tgz#87b82094051b0567717346ecd00fd14804b357c8"
10287+
integrity sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==
10288+
1017310289
yargs-unparser@^2.0.0:
1017410290
version "2.0.0"
1017510291
resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb"
@@ -10206,6 +10322,18 @@ yargs@^17.7.2:
1020610322
y18n "^5.0.5"
1020710323
yargs-parser "^21.1.1"
1020810324

10325+
yargs@^18.0.0:
10326+
version "18.0.0"
10327+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-18.0.0.tgz#6c84259806273a746b09f579087b68a3c2d25bd1"
10328+
integrity sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==
10329+
dependencies:
10330+
cliui "^9.0.1"
10331+
escalade "^3.1.1"
10332+
get-caller-file "^2.0.5"
10333+
string-width "^7.2.0"
10334+
y18n "^5.0.5"
10335+
yargs-parser "^22.0.0"
10336+
1020910337
yn@3.1.1:
1021010338
version "3.1.1"
1021110339
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"

0 commit comments

Comments
 (0)