Skip to content

Commit 43b160c

Browse files
Update eslint
1 parent 1077729 commit 43b160c

File tree

1 file changed

+68
-99
lines changed

1 file changed

+68
-99
lines changed

yarn.lock

Lines changed: 68 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -154,30 +154,30 @@
154154
lru-cache "^5.1.1"
155155
semver "^6.3.1"
156156

157-
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.25.9":
158-
version "7.26.9"
159-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.26.9.tgz#d6f83e3039547fbb39967e78043cd3c8b7820c71"
160-
integrity sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==
157+
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.27.0":
158+
version "7.27.0"
159+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz#518fad6a307c6a96f44af14912b2c20abe9bfc30"
160+
integrity sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==
161161
dependencies:
162162
"@babel/helper-annotate-as-pure" "^7.25.9"
163163
"@babel/helper-member-expression-to-functions" "^7.25.9"
164164
"@babel/helper-optimise-call-expression" "^7.25.9"
165165
"@babel/helper-replace-supers" "^7.26.5"
166166
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
167-
"@babel/traverse" "^7.26.9"
167+
"@babel/traverse" "^7.27.0"
168168
semver "^6.3.1"
169169

170-
"@babel/helper-create-class-features-plugin@^7.27.0":
171-
version "7.27.0"
172-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz#518fad6a307c6a96f44af14912b2c20abe9bfc30"
173-
integrity sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==
170+
"@babel/helper-create-class-features-plugin@^7.25.9":
171+
version "7.26.9"
172+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.26.9.tgz#d6f83e3039547fbb39967e78043cd3c8b7820c71"
173+
integrity sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==
174174
dependencies:
175175
"@babel/helper-annotate-as-pure" "^7.25.9"
176176
"@babel/helper-member-expression-to-functions" "^7.25.9"
177177
"@babel/helper-optimise-call-expression" "^7.25.9"
178178
"@babel/helper-replace-supers" "^7.26.5"
179179
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
180-
"@babel/traverse" "^7.27.0"
180+
"@babel/traverse" "^7.26.9"
181181
semver "^6.3.1"
182182

183183
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.25.9":
@@ -317,14 +317,7 @@
317317
dependencies:
318318
"@babel/types" "^7.25.8"
319319

320-
"@babel/parser@^7.24.4":
321-
version "7.26.10"
322-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
323-
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
324-
dependencies:
325-
"@babel/types" "^7.26.10"
326-
327-
"@babel/parser@^7.26.10", "@babel/parser@^7.26.9", "@babel/parser@^7.27.0":
320+
"@babel/parser@^7.24.4", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9", "@babel/parser@^7.27.0":
328321
version "7.27.0"
329322
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
330323
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
@@ -1172,7 +1165,7 @@
11721165
debug "^4.3.1"
11731166
globals "^11.1.0"
11741167

1175-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.27.0":
1168+
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.9", "@babel/traverse@^7.27.0":
11761169
version "7.27.0"
11771170
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70"
11781171
integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==
@@ -1198,19 +1191,6 @@
11981191
debug "^4.3.1"
11991192
globals "^11.1.0"
12001193

1201-
"@babel/traverse@^7.26.9":
1202-
version "7.26.10"
1203-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
1204-
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
1205-
dependencies:
1206-
"@babel/code-frame" "^7.26.2"
1207-
"@babel/generator" "^7.26.10"
1208-
"@babel/parser" "^7.26.10"
1209-
"@babel/template" "^7.26.9"
1210-
"@babel/types" "^7.26.10"
1211-
debug "^4.3.1"
1212-
globals "^11.1.0"
1213-
12141194
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.21.3", "@babel/types@^7.25.8", "@babel/types@^7.3.3":
12151195
version "7.25.8"
12161196
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1"
@@ -4665,15 +4645,7 @@ cacheable@^1.8.9:
46654645
hookified "^1.8.1"
46664646
keyv "^5.3.2"
46674647

4668-
call-bind-apply-helpers@^1.0.0:
4669-
version "1.0.1"
4670-
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz#32e5892e6361b29b0b545ba6f7763378daca2840"
4671-
integrity sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==
4672-
dependencies:
4673-
es-errors "^1.3.0"
4674-
function-bind "^1.1.2"
4675-
4676-
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
4648+
call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
46774649
version "1.0.2"
46784650
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
46794651
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
@@ -4691,22 +4663,14 @@ call-bind@^1.0.2, call-bind@^1.0.7, call-bind@^1.0.8:
46914663
get-intrinsic "^1.2.4"
46924664
set-function-length "^1.2.2"
46934665

4694-
call-bound@^1.0.2:
4666+
call-bound@^1.0.2, call-bound@^1.0.3, call-bound@^1.0.4:
46954667
version "1.0.4"
46964668
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
46974669
integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
46984670
dependencies:
46994671
call-bind-apply-helpers "^1.0.2"
47004672
get-intrinsic "^1.3.0"
47014673

4702-
call-bound@^1.0.3:
4703-
version "1.0.3"
4704-
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.3.tgz#41cfd032b593e39176a71533ab4f384aa04fd681"
4705-
integrity sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==
4706-
dependencies:
4707-
call-bind-apply-helpers "^1.0.1"
4708-
get-intrinsic "^1.2.6"
4709-
47104674
callsites@^3.0.0:
47114675
version "3.1.0"
47124676
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -6085,13 +6049,20 @@ es-set-tostringtag@^2.0.3, es-set-tostringtag@^2.1.0:
60856049
has-tostringtag "^1.0.2"
60866050
hasown "^2.0.2"
60876051

6088-
es-shim-unscopables@^1.0.0, es-shim-unscopables@^1.0.2:
6052+
es-shim-unscopables@^1.0.0:
60896053
version "1.0.2"
60906054
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
60916055
integrity sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==
60926056
dependencies:
60936057
hasown "^2.0.0"
60946058

6059+
es-shim-unscopables@^1.0.2:
6060+
version "1.1.0"
6061+
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz#438df35520dac5d105f3943d927549ea3b00f4b5"
6062+
integrity sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==
6063+
dependencies:
6064+
hasown "^2.0.2"
6065+
60956066
es-to-primitive@^1.3.0:
60966067
version "1.3.0"
60976068
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.3.0.tgz#96c89c82cc49fd8794a24835ba3e1ff87f214e18"
@@ -6222,14 +6193,14 @@ eslint-plugin-jsx-a11y@^6.5.1:
62226193
string.prototype.includes "^2.0.1"
62236194

62246195
eslint-plugin-matrix-org@^2.0.2:
6225-
version "2.1.0"
6226-
resolved "https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-2.1.0.tgz#9053726119f107154f5210665c2f84219425c190"
6227-
integrity sha512-YjVQ0qunzVV34tpUchLWhOrOalGfRLm0tclS4dPYnXS8Ui+p12o/YtRHt+26Mg5tJ0QH76HsGC0LJKLVLNoqfg==
6196+
version "2.2.1"
6197+
resolved "https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-2.2.1.tgz#97304c0c1f74c200bf461f69bef76ac2c742cf96"
6198+
integrity sha512-TiNxZ/O/QZCfaeYG5OcL96dPV2A4qvt06+I4z/YjLBCtvb9aRSuUV8Kvrgb7FJha0TyB9V4p3LPDhfMni8N9LQ==
62286199

62296200
eslint-plugin-react-compiler@^19.0.0-beta-df7b47d-20241124:
6230-
version "19.0.0-beta-e552027-20250112"
6231-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-compiler/-/eslint-plugin-react-compiler-19.0.0-beta-e552027-20250112.tgz#f4ad9cebe47615ebf6097a8084a30d761ee164f4"
6232-
integrity sha512-VjkIXHouCYyJHgk5HmZ1LH+fAK5CX+ULRX9iNYtwYJ+ljbivFhIT+JJyxNT/USQpCeS2Dt5ahjFeeMv0RRwTww==
6201+
version "19.0.0-beta-ebf51a3-20250411"
6202+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-compiler/-/eslint-plugin-react-compiler-19.0.0-beta-ebf51a3-20250411.tgz#39dccdffed99a331b0d4b7fb39bd0efcb29f0672"
6203+
integrity sha512-R7ncuwbCPFAoeMlS56DGGSJFxmRtlWafYH/iWyep5Ks0RaPqTCL4k5gA87axUBBcITsaIgUGkbqAxDxl8Xfm5A==
62336204
dependencies:
62346205
"@babel/core" "^7.24.4"
62356206
"@babel/parser" "^7.24.4"
@@ -6244,9 +6215,9 @@ eslint-plugin-react-hooks@^5.0.0:
62446215
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
62456216

62466217
eslint-plugin-react@^7.28.0:
6247-
version "7.37.4"
6248-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181"
6249-
integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==
6218+
version "7.37.5"
6219+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz#2975511472bdda1b272b34d779335c9b0e877065"
6220+
integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==
62506221
dependencies:
62516222
array-includes "^3.1.8"
62526223
array.prototype.findlast "^1.2.5"
@@ -6258,7 +6229,7 @@ eslint-plugin-react@^7.28.0:
62586229
hasown "^2.0.2"
62596230
jsx-ast-utils "^2.4.1 || ^3.0.0"
62606231
minimatch "^3.1.2"
6261-
object.entries "^1.1.8"
6232+
object.entries "^1.1.9"
62626233
object.fromentries "^2.0.8"
62636234
object.values "^1.2.1"
62646235
prop-types "^15.8.1"
@@ -6823,10 +6794,10 @@ follow-redirects@^1.0.0, follow-redirects@^1.15.6:
68236794
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
68246795
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
68256796

6826-
for-each@^0.3.3:
6827-
version "0.3.4"
6828-
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.4.tgz#814517ffc303d1399b2564d8165318e735d0341c"
6829-
integrity sha512-kKaIINnFpzW6ffJNDjjyjrk21BkDx38c0xa/klsT8VzLCaMEefv4ZTacrcVR4DmgTeBra++jMDAfS/tS799YDw==
6797+
for-each@^0.3.3, for-each@^0.3.5:
6798+
version "0.3.5"
6799+
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.5.tgz#d650688027826920feeb0af747ee7b9421a41d47"
6800+
integrity sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==
68306801
dependencies:
68316802
is-callable "^1.2.7"
68326803

@@ -6950,23 +6921,7 @@ get-east-asian-width@^1.0.0:
69506921
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz#21b4071ee58ed04ee0db653371b55b4299875389"
69516922
integrity sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==
69526923

6953-
get-intrinsic@^1.2.4, get-intrinsic@^1.2.7:
6954-
version "1.2.7"
6955-
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.7.tgz#dcfcb33d3272e15f445d15124bc0a216189b9044"
6956-
integrity sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==
6957-
dependencies:
6958-
call-bind-apply-helpers "^1.0.1"
6959-
es-define-property "^1.0.1"
6960-
es-errors "^1.3.0"
6961-
es-object-atoms "^1.0.0"
6962-
function-bind "^1.1.2"
6963-
get-proto "^1.0.0"
6964-
gopd "^1.2.0"
6965-
has-symbols "^1.1.0"
6966-
hasown "^2.0.2"
6967-
math-intrinsics "^1.1.0"
6968-
6969-
get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.3.0:
6924+
get-intrinsic@^1.2.4, get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.2.7, get-intrinsic@^1.3.0:
69706925
version "1.3.0"
69716926
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
69726927
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
@@ -7667,11 +7622,11 @@ is-binary-path@~2.1.0:
76677622
binary-extensions "^2.0.0"
76687623

76697624
is-boolean-object@^1.2.1:
7670-
version "1.2.1"
7671-
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.2.1.tgz#c20d0c654be05da4fbc23c562635c019e93daf89"
7672-
integrity sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==
7625+
version "1.2.2"
7626+
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.2.2.tgz#7067f47709809a393c71ff5bb3e135d8a9215d9e"
7627+
integrity sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==
76737628
dependencies:
7674-
call-bound "^1.0.2"
7629+
call-bound "^1.0.3"
76757630
has-tostringtag "^1.0.2"
76767631

76777632
is-buffer@^2.0.5:
@@ -9523,14 +9478,15 @@ object.assign@^4.1.4, object.assign@^4.1.7:
95239478
has-symbols "^1.1.0"
95249479
object-keys "^1.1.1"
95259480

9526-
object.entries@^1.1.8:
9527-
version "1.1.8"
9528-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41"
9529-
integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
9481+
object.entries@^1.1.9:
9482+
version "1.1.9"
9483+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9.tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3"
9484+
integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==
95309485
dependencies:
9531-
call-bind "^1.0.7"
9486+
call-bind "^1.0.8"
9487+
call-bound "^1.0.4"
95329488
define-properties "^1.2.1"
9533-
es-object-atoms "^1.0.0"
9489+
es-object-atoms "^1.1.1"
95349490

95359491
object.fromentries@^2.0.8:
95369492
version "2.0.8"
@@ -9960,9 +9916,9 @@ pngjs@^5.0.0:
99609916
integrity sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==
99619917

99629918
possible-typed-array-names@^1.0.0:
9963-
version "1.0.0"
9964-
resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f"
9965-
integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==
9919+
version "1.1.0"
9920+
resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz#93e3582bc0e5426586d9d07b79ee40fc841de4ae"
9921+
integrity sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==
99669922

99679923
postcss-attribute-case-insensitive@^7.0.1:
99689924
version "7.0.1"
@@ -13283,7 +13239,7 @@ which-module@^2.0.0:
1328313239
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409"
1328413240
integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==
1328513241

13286-
which-typed-array@^1.1.14, which-typed-array@^1.1.16, which-typed-array@^1.1.18:
13242+
which-typed-array@^1.1.14:
1328713243
version "1.1.18"
1328813244
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.18.tgz#df2389ebf3fbb246a71390e90730a9edb6ce17ad"
1328913245
integrity sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==
@@ -13295,6 +13251,19 @@ which-typed-array@^1.1.14, which-typed-array@^1.1.16, which-typed-array@^1.1.18:
1329513251
gopd "^1.2.0"
1329613252
has-tostringtag "^1.0.2"
1329713253

13254+
which-typed-array@^1.1.16, which-typed-array@^1.1.18:
13255+
version "1.1.19"
13256+
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.19.tgz#df03842e870b6b88e117524a4b364b6fc689f956"
13257+
integrity sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==
13258+
dependencies:
13259+
available-typed-arrays "^1.0.7"
13260+
call-bind "^1.0.8"
13261+
call-bound "^1.0.4"
13262+
for-each "^0.3.5"
13263+
get-proto "^1.0.1"
13264+
gopd "^1.2.0"
13265+
has-tostringtag "^1.0.2"
13266+
1329813267
which-typed-array@^1.1.2:
1329913268
version "1.1.15"
1330013269
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.15.tgz#264859e9b11a649b388bfaaf4f767df1f779b38d"
@@ -13501,6 +13470,6 @@ zod-validation-error@^3.0.3:
1350113470
integrity sha512-ZOPR9SVY6Pb2qqO5XHt+MkkTRxGXb4EVtnjc9JpXUOtUB1T9Ru7mZOT361AN3MsetVe7R0a1KZshJDZdgp9miQ==
1350213471

1350313472
zod@^3.22.4:
13504-
version "3.24.2"
13505-
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.2.tgz#8efa74126287c675e92f46871cfc8d15c34372b3"
13506-
integrity sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==
13473+
version "3.24.3"
13474+
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.3.tgz#1f40f750a05e477396da64438e0e1c0995dafd87"
13475+
integrity sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==

0 commit comments

Comments
 (0)