From 1af2dc58c33754b211bfb458f892e5063876075a Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Tue, 4 Jun 2024 17:24:37 -0400 Subject: [PATCH] build: update react-hook-form to 7.51.5 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39c85e1d9..16adfdb18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "react-error-boundary": "^4.0.13", "react-helmet-async": "^2.0.5", "react-highlight-words": "^0.20.0", - "react-hook-form": "^7.51.4", + "react-hook-form": "^7.51.5", "react-i18next": "^14.1.2", "react-redux": "^8.1.3", "react-router-dom": "^6.23.1", @@ -25664,9 +25664,10 @@ "integrity": "sha512-QmpUu4KqDmX0plH4u+tf0riMc1KHE1+lw95cMrLlXQAFOx/xnBtwhZ52XJxd9X2O6kwKBqX32kmhbhlobD0cuw==" }, "node_modules/react-hook-form": { - "version": "7.51.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.4.tgz", - "integrity": "sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==", + "version": "7.51.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", + "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", + "license": "MIT", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index c23f40faa..ce8fe11bc 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-error-boundary": "^4.0.13", "react-helmet-async": "^2.0.5", "react-highlight-words": "^0.20.0", - "react-hook-form": "^7.51.4", + "react-hook-form": "^7.51.5", "react-i18next": "^14.1.2", "react-redux": "^8.1.3", "react-router-dom": "^6.23.1",