Skip to content

Commit b38473b

Browse files
fix(deps): update react monorepo
1 parent c206b57 commit b38473b

File tree

2 files changed

+129
-46
lines changed

2 files changed

+129
-46
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@vitejs/plugin-react": "4.7.0",
2323
"date-fns": "3.6.0",
2424
"object-hash": "3.0.0",
25-
"react": "18.3.1",
26-
"react-dom": "18.3.1",
25+
"react": "19.2.0",
26+
"react-dom": "19.2.0",
2727
"react-redux": "9.2.0",
2828
"react-router": "6.30.1",
2929
"react-router-dom": "6.30.1",
@@ -50,8 +50,8 @@
5050
"devDependencies": {
5151
"@types/node": "20.19.14",
5252
"@types/object-hash": "3.0.6",
53-
"@types/react": "18.3.24",
54-
"@types/react-dom": "18.3.7",
53+
"@types/react": "19.2.0",
54+
"@types/react-dom": "19.2.0",
5555
"@types/react-router": "5.1.20",
5656
"@types/react-router-dom": "5.3.3",
5757
"@types/react-window": "1.8.8",
@@ -67,7 +67,7 @@
6767
"eslint-plugin-prettier": "5.5.4",
6868
"eslint-plugin-promise": "7.2.1",
6969
"eslint-plugin-react": "7.37.5",
70-
"eslint-plugin-react-hooks": "5.2.0",
70+
"eslint-plugin-react-hooks": "6.1.0",
7171
"prettier": "3.6.2",
7272
"typescript": "5.9.2"
7373
},
@@ -101,7 +101,7 @@
101101
"endOfLine": "lf"
102102
},
103103
"resolutions": {
104-
"@types/react": "18.3.24"
104+
"@types/react": "19.2.0"
105105
},
106106
"engines": {
107107
"node": ">=20 <21"

yarn.lock

Lines changed: 123 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@
129129
dependencies:
130130
"@babel/types" "^7.25.9"
131131

132+
"@babel/helper-annotate-as-pure@^7.27.3":
133+
version "7.27.3"
134+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
135+
integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==
136+
dependencies:
137+
"@babel/types" "^7.27.3"
138+
132139
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5":
133140
version "7.27.0"
134141
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.0.tgz#de0c753b1cd1d9ab55d473c5a5cf7170f0a81880"
@@ -151,6 +158,19 @@
151158
lru-cache "^5.1.1"
152159
semver "^6.3.1"
153160

161+
"@babel/helper-create-class-features-plugin@^7.18.6":
162+
version "7.28.3"
163+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
164+
integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==
165+
dependencies:
166+
"@babel/helper-annotate-as-pure" "^7.27.3"
167+
"@babel/helper-member-expression-to-functions" "^7.27.1"
168+
"@babel/helper-optimise-call-expression" "^7.27.1"
169+
"@babel/helper-replace-supers" "^7.27.1"
170+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
171+
"@babel/traverse" "^7.28.3"
172+
semver "^6.3.1"
173+
154174
"@babel/helper-create-class-features-plugin@^7.25.9":
155175
version "7.27.0"
156176
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz#518fad6a307c6a96f44af14912b2c20abe9bfc30"
@@ -197,6 +217,14 @@
197217
"@babel/traverse" "^7.25.9"
198218
"@babel/types" "^7.25.9"
199219

220+
"@babel/helper-member-expression-to-functions@^7.27.1":
221+
version "7.27.1"
222+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44"
223+
integrity sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==
224+
dependencies:
225+
"@babel/traverse" "^7.27.1"
226+
"@babel/types" "^7.27.1"
227+
200228
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.25.9":
201229
version "7.25.9"
202230
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
@@ -238,6 +266,13 @@
238266
dependencies:
239267
"@babel/types" "^7.25.9"
240268

269+
"@babel/helper-optimise-call-expression@^7.27.1":
270+
version "7.27.1"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
272+
integrity sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==
273+
dependencies:
274+
"@babel/types" "^7.27.1"
275+
241276
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.26.5":
242277
version "7.26.5"
243278
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
@@ -266,6 +301,15 @@
266301
"@babel/helper-optimise-call-expression" "^7.25.9"
267302
"@babel/traverse" "^7.26.5"
268303

304+
"@babel/helper-replace-supers@^7.27.1":
305+
version "7.27.1"
306+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz#b1ed2d634ce3bdb730e4b52de30f8cccfd692bc0"
307+
integrity sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==
308+
dependencies:
309+
"@babel/helper-member-expression-to-functions" "^7.27.1"
310+
"@babel/helper-optimise-call-expression" "^7.27.1"
311+
"@babel/traverse" "^7.27.1"
312+
269313
"@babel/helper-skip-transparent-expression-wrappers@^7.25.9":
270314
version "7.25.9"
271315
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz#0b2e1b62d560d6b1954893fd2b705dc17c91f0c9"
@@ -274,6 +318,14 @@
274318
"@babel/traverse" "^7.25.9"
275319
"@babel/types" "^7.25.9"
276320

321+
"@babel/helper-skip-transparent-expression-wrappers@^7.27.1":
322+
version "7.27.1"
323+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz#62bb91b3abba8c7f1fec0252d9dbea11b3ee7a56"
324+
integrity sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==
325+
dependencies:
326+
"@babel/traverse" "^7.27.1"
327+
"@babel/types" "^7.27.1"
328+
277329
"@babel/helper-string-parser@^7.25.9":
278330
version "7.25.9"
279331
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
@@ -336,20 +388,20 @@
336388
dependencies:
337389
"@babel/types" "^7.27.0"
338390

391+
"@babel/parser@^7.24.4", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4":
392+
version "7.28.4"
393+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
394+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
395+
dependencies:
396+
"@babel/types" "^7.28.4"
397+
339398
"@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5":
340399
version "7.27.5"
341400
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
342401
integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
343402
dependencies:
344403
"@babel/types" "^7.27.3"
345404

346-
"@babel/parser@^7.28.3", "@babel/parser@^7.28.4":
347-
version "7.28.4"
348-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
349-
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
350-
dependencies:
351-
"@babel/types" "^7.28.4"
352-
353405
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
354406
version "7.25.9"
355407
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
@@ -389,6 +441,14 @@
389441
"@babel/helper-plugin-utils" "^7.25.9"
390442
"@babel/traverse" "^7.25.9"
391443

444+
"@babel/plugin-proposal-private-methods@^7.18.6":
445+
version "7.18.6"
446+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea"
447+
integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==
448+
dependencies:
449+
"@babel/helper-create-class-features-plugin" "^7.18.6"
450+
"@babel/helper-plugin-utils" "^7.18.6"
451+
392452
"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
393453
version "7.21.0-placeholder-for-preset-env.2"
394454
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703"
@@ -1867,15 +1927,15 @@
18671927
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
18681928
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
18691929

1870-
"@types/prop-types@*", "@types/prop-types@^15.7.12", "@types/prop-types@^15.7.14":
1930+
"@types/prop-types@^15.7.12", "@types/prop-types@^15.7.14":
18711931
version "15.7.14"
18721932
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.14.tgz#1433419d73b2a7ebfc6918dcefd2ec0d5cd698f2"
18731933
integrity sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==
18741934

1875-
"@types/react-dom@18.3.7":
1876-
version "18.3.7"
1877-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.7.tgz#b89ddf2cd83b4feafcc4e2ea41afdfb95a0d194f"
1878-
integrity sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==
1935+
"@types/react-dom@19.2.0":
1936+
version "19.2.0"
1937+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.0.tgz#97ebfc8400702db00d1177b06ade6720dda641c1"
1938+
integrity sha512-brtBs0MnE9SMx7px208g39lRmC5uHZs96caOJfTjFcYSLHNamvaSMfJNagChVNkup2SdtOxKX1FDBkRSJe1ZAg==
18791939

18801940
18811941
version "5.3.3"
@@ -1906,12 +1966,11 @@
19061966
dependencies:
19071967
"@types/react" "*"
19081968

1909-
"@types/react@*", "@types/react@18.3.24":
1910-
version "18.3.24"
1911-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.24.tgz#f6a5a4c613242dfe3af0dcee2b4ec47b92d9b6bd"
1912-
integrity sha512-0dLEBsA1kI3OezMBF8nSsb7Nk19ZnsyE1LLhB8r27KbgU5H4pvuqZLdtE+aUkJVoXgTVuA+iLIwmZ0TuK4tx6A==
1969+
"@types/react@*", "@types/react@19.2.0":
1970+
version "19.2.0"
1971+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.0.tgz#8412946e7e1efb0de9bb59b3aa87676d96add385"
1972+
integrity sha512-1LOH8xovvsKsCBq1wnT4ntDUdCJKmnEakhsuoUSy6ExlHCkGP2hqnatagYTgFk6oeL0VU31u7SNjunPN+GchtA==
19131973
dependencies:
1914-
"@types/prop-types" "*"
19151974
csstype "^3.0.2"
19161975

19171976
@@ -3016,10 +3075,17 @@ [email protected]:
30163075
dependencies:
30173076
"@eslint-community/eslint-utils" "^4.4.0"
30183077

3019-
3020-
version "5.2.0"
3021-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
3022-
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
3078+
3079+
version "6.1.0"
3080+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-6.1.0.tgz#1d8b9f031234ea20371aafe4fd9156f7223b1433"
3081+
integrity sha512-72mucw/WLzEqGvL2vwE6fWR6geO6UbmDjz3eAb3pezxTpFzgbfyUeFKzmZKr9LhwUWMXfTVh1g0rKEJoyKNdoA==
3082+
dependencies:
3083+
"@babel/core" "^7.24.4"
3084+
"@babel/parser" "^7.24.4"
3085+
"@babel/plugin-proposal-private-methods" "^7.18.6"
3086+
hermes-parser "^0.25.1"
3087+
zod "^3.22.4"
3088+
zod-validation-error "^3.0.3"
30233089

30243090
30253091
version "7.37.5"
@@ -3459,6 +3525,18 @@ hasown@^2.0.2:
34593525
dependencies:
34603526
function-bind "^1.1.2"
34613527

3528+
3529+
version "0.25.1"
3530+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
3531+
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
3532+
3533+
hermes-parser@^0.25.1:
3534+
version "0.25.1"
3535+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
3536+
integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==
3537+
dependencies:
3538+
hermes-estree "0.25.1"
3539+
34623540
hoist-non-react-statics@^3.3.1:
34633541
version "3.3.2"
34643542
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
@@ -3929,7 +4007,7 @@ lodash@^4.17.20:
39294007
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
39304008
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
39314009

3932-
loose-envify@^1.1.0, loose-envify@^1.4.0:
4010+
loose-envify@^1.4.0:
39334011
version "1.4.0"
39344012
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
39354013
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -4261,13 +4339,12 @@ randombytes@^2.1.0:
42614339
dependencies:
42624340
safe-buffer "^5.1.0"
42634341

4264-
react-dom@18.3.1:
4265-
version "18.3.1"
4266-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
4267-
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
4342+
react-dom@19.2.0:
4343+
version "19.2.0"
4344+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.0.tgz#00ed1e959c365e9a9d48f8918377465466ec3af8"
4345+
integrity sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==
42684346
dependencies:
4269-
loose-envify "^1.1.0"
4270-
scheduler "^0.23.2"
4347+
scheduler "^0.27.0"
42714348

42724349
react-is@^16.13.1, react-is@^16.7.0:
42734350
version "16.13.1"
@@ -4325,12 +4402,10 @@ [email protected]:
43254402
"@babel/runtime" "^7.0.0"
43264403
memoize-one ">=3.1.1 <6"
43274404

4328-
4329-
version "18.3.1"
4330-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
4331-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
4332-
dependencies:
4333-
loose-envify "^1.1.0"
4405+
4406+
version "19.2.0"
4407+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.0.tgz#d33dd1721698f4376ae57a54098cb47fc75d93a5"
4408+
integrity sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==
43344409

43354410
redux-thunk@^3.1.0:
43364411
version "3.1.0"
@@ -4542,12 +4617,10 @@ safe-regex-test@^1.0.3, safe-regex-test@^1.1.0:
45424617
es-errors "^1.3.0"
45434618
is-regex "^1.2.1"
45444619

4545-
scheduler@^0.23.2:
4546-
version "0.23.2"
4547-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
4548-
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
4549-
dependencies:
4550-
loose-envify "^1.1.0"
4620+
scheduler@^0.27.0:
4621+
version "0.27.0"
4622+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.27.0.tgz#0c4ef82d67d1e5c1e359e8fc76d3a87f045fe5bd"
4623+
integrity sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==
45514624

45524625
semver@^6.3.1:
45534626
version "6.3.1"
@@ -5377,3 +5450,13 @@ yocto-queue@^0.1.0:
53775450
version "0.1.0"
53785451
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
53795452
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
5453+
5454+
zod-validation-error@^3.0.3:
5455+
version "3.5.3"
5456+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-3.5.3.tgz#85ba33290200d8db9f043621e284f40dddefb7e5"
5457+
integrity sha512-OT5Y8lbUadqVZCsnyFaTQ4/O2mys4tj7PqhdbBCp7McPwvIEKfPtdA6QfPeFQK2/Rz5LgwmAXRJTugBNBi0btw==
5458+
5459+
zod@^3.22.4:
5460+
version "3.25.76"
5461+
resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.76.tgz#26841c3f6fd22a6a2760e7ccb719179768471e34"
5462+
integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==

0 commit comments

Comments
 (0)