diff --git a/package-lock.json b/package-lock.json index e25455229..bb114e791 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "postcss": "^8.4.31", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.46.2", + "react-hook-form": "^7.47.0", "react-instantsearch-dom": "^6.40.4", "uuid": "^9.0.1" }, @@ -7899,9 +7899,9 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "node_modules/react-hook-form": { - "version": "7.46.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.2.tgz", - "integrity": "sha512-x1DWmHQchV7x2Rq9l99M/cQHC8JGchAnw9Z0uTz5KrPa0bTl/Inm1NR7ceOARfIrkNuQNAhuSuZPYa6k7QYn3Q==", + "version": "7.47.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.47.0.tgz", + "integrity": "sha512-F/TroLjTICipmHeFlMrLtNLceO2xr1jU3CyiNla5zdwsGUGu2UOxxR4UyJgLlhMwLW/Wzp4cpJ7CPfgJIeKdSg==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index 21a419db9..ced644c60 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "postcss": "^8.4.31", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.46.2", + "react-hook-form": "^7.47.0", "react-instantsearch-dom": "^6.40.4", "uuid": "^9.0.1" },