Skip to content

Commit 0eea63d

Browse files
Update dependency react-hook-form to v7.65.0
1 parent 7444746 commit 0eea63d

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

yarn.lock

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3241,9 +3241,9 @@ react-dom@^19.0.0:
32413241
scheduler "^0.26.0"
32423242

32433243
react-hook-form@^7.53.1:
3244-
version "7.62.0"
3245-
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.62.0.tgz#2d81e13c2c6b6d636548e440818341ca753218d0"
3246-
integrity sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA==
3244+
version "7.65.0"
3245+
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.65.0.tgz#6139dac77ed1081d0178b6830dc6f5ff6ff86361"
3246+
integrity sha512-xtOzDz063WcXvGWaHgLNrNzlsdFgtUWcb32E6WFaGTd7kPZG3EeDusjdZfUsPwKCKVXy1ZlntifaHZ4l8pAsmw==
32473247

32483248
react-is@^16.13.1:
32493249
version "16.13.1"
@@ -3618,7 +3618,16 @@ string-ts@^2.2.1:
36183618
resolved "https://registry.yarnpkg.com/string-ts/-/string-ts-2.2.1.tgz#9cf9a93d210f778080a9db86ca37cba37f55e44c"
36193619
integrity sha512-Q2u0gko67PLLhbte5HmPfdOjNvUKbKQM+mCNQae6jE91DmoFHY6HH9GcdqCeNx87DZ2KKjiFxmA0R/42OneGWw==
36203620

3621-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
3621+
"string-width-cjs@npm:string-width@^4.2.0":
3622+
version "4.2.3"
3623+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3624+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3625+
dependencies:
3626+
emoji-regex "^8.0.0"
3627+
is-fullwidth-code-point "^3.0.0"
3628+
strip-ansi "^6.0.1"
3629+
3630+
string-width@^4.1.0:
36223631
version "4.2.3"
36233632
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
36243633
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3653,7 +3662,14 @@ string-width@^8.0.0:
36533662
get-east-asian-width "^1.3.0"
36543663
strip-ansi "^7.1.0"
36553664

3656-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3665+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3666+
version "6.0.1"
3667+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3668+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3669+
dependencies:
3670+
ansi-regex "^5.0.1"
3671+
3672+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
36573673
version "6.0.1"
36583674
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
36593675
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)