diff --git a/app/package-lock.json b/app/package-lock.json index 001e8648..f23b94d0 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -42,7 +42,7 @@ "openai": "4.52.3", "react": "18.3.1", "react-dom": "18.3.1", - "react-hook-form": "7.52.0", + "react-hook-form": "7.52.1", "react-hot-toast": "2.4.1", "react-hotkeys-hook": "4.5.0", "react-icons": "5.2.1", @@ -12559,9 +12559,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.52.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.0.tgz", - "integrity": "sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==", + "version": "7.52.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.1.tgz", + "integrity": "sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg==", "license": "MIT", "engines": { "node": ">=12.22.0" diff --git a/app/package.json b/app/package.json index 948a4a03..2f75e930 100644 --- a/app/package.json +++ b/app/package.json @@ -44,7 +44,7 @@ "openai": "4.52.3", "react": "18.3.1", "react-dom": "18.3.1", - "react-hook-form": "7.52.0", + "react-hook-form": "7.52.1", "react-hot-toast": "2.4.1", "react-hotkeys-hook": "4.5.0", "react-icons": "5.2.1",