diff --git a/web/package-lock.json b/web/package-lock.json index 5d4a4e106..99388af89 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -59,7 +59,7 @@ "react-dom": "^18.3.1", "react-dropzone": "^14.3.8", "react-grid-layout": "^1.5.0", - "react-hook-form": "^7.52.1", + "react-hook-form": "^7.61.0", "react-i18next": "^15.2.0", "react-icons": "^5.5.0", "react-konva": "^18.2.10", @@ -7479,12 +7479,12 @@ } }, "node_modules/react-hook-form": { - "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==", + "version": "7.61.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.61.0.tgz", + "integrity": "sha512-o8S/HcCeuaAQVib36fPCgOLaaQN/v7Anj8zlYjcLMcz+4FnNfMsoDAEvVCefLb3KDnS43wq3pwcifehhkwowuQ==", "license": "MIT", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", diff --git a/web/package.json b/web/package.json index 907960cc7..c1bb448ce 100644 --- a/web/package.json +++ b/web/package.json @@ -65,7 +65,7 @@ "react-dom": "^18.3.1", "react-dropzone": "^14.3.8", "react-grid-layout": "^1.5.0", - "react-hook-form": "^7.52.1", + "react-hook-form": "^7.61.0", "react-i18next": "^15.2.0", "react-icons": "^5.5.0", "react-konva": "^18.2.10",