diff --git a/package-lock.json b/package-lock.json index 49fe4e385..2e0041b20 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.47.0", + "react-hook-form": "^7.48.0", "react-instantsearch-dom": "^6.40.4", "uuid": "^9.0.1" }, @@ -6169,9 +6169,9 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "node_modules/react-hook-form": { - "version": "7.47.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.47.0.tgz", - "integrity": "sha512-F/TroLjTICipmHeFlMrLtNLceO2xr1jU3CyiNla5zdwsGUGu2UOxxR4UyJgLlhMwLW/Wzp4cpJ7CPfgJIeKdSg==", + "version": "7.48.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.0.tgz", + "integrity": "sha512-XCjPkTtpvjMSSCuL1MymdoeALeasKV4WAx093K8txqTiBzVTPwpBLo8dZdgPAmH4AHog8c4gfRRYxrvk0nKUow==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index 0ada4d7eb..02575426c 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.47.0", + "react-hook-form": "^7.48.0", "react-instantsearch-dom": "^6.40.4", "uuid": "^9.0.1" },