diff --git a/package-lock.json b/package-lock.json index f4f4294f86..24850d1f84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-final-form": "^6.5.9", - "react-hook-form": "^7.41.3", + "react-hook-form": "^7.43.1", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" }, @@ -15227,9 +15227,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.0.tgz", - "integrity": "sha512-/rVEz7T0gLdSFwPqutJ1kn2e0sQNyb9ci/hmwEYr2YG0KF/LSuRLvNrf9QWJM+gj88CjDpDW5Bh/1AD7B2+z9Q==", + "version": "7.43.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.1.tgz", + "integrity": "sha512-+s3+s8LLytRMriwwuSqeLStVjRXFGxgjjx2jED7Z+wz1J/88vpxieRQGvJVvzrzVxshZ0BRuocFERb779m2kNg==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index 02006d5582..c56e3a1a89 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-final-form": "^6.5.9", - "react-hook-form": "^7.41.3", + "react-hook-form": "^7.43.1", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" },