diff --git a/website/package-lock.json b/website/package-lock.json index cb672376fb..bbb6c3db79 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -53,7 +53,7 @@ "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-feature-flags": "^1.0.0", - "react-hook-form": "^7.44.3", + "react-hook-form": "^7.45.4", "react-i18next": "^12.2.2", "react-markdown": "^8.0.7", "react-syntax-highlighter": "^15.5.0", @@ -28216,9 +28216,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.44.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.44.3.tgz", - "integrity": "sha512-/tHId6p2ViAka1wECMw8FEPn/oz/w226zehHrJyQ1oIzCBNMIJCaj6ZkQcv+MjDxYh9MWR7RQic7Qqwe4a5nkw==", + "version": "7.45.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.4.tgz", + "integrity": "sha512-HGDV1JOOBPZj10LB3+OZgfDBTn+IeEsNOKiq/cxbQAIbKaiJUe/KV8DBUzsx0Gx/7IG/orWqRRm736JwOfUSWQ==", "engines": { "node": ">=12.22.0" }, diff --git a/website/package.json b/website/package.json index c8ccc287a0..8f3207c006 100644 --- a/website/package.json +++ b/website/package.json @@ -74,7 +74,7 @@ "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-feature-flags": "^1.0.0", - "react-hook-form": "^7.44.3", + "react-hook-form": "^7.45.4", "react-i18next": "^12.2.2", "react-markdown": "^8.0.7", "react-syntax-highlighter": "^15.5.0",