diff --git a/web/package-lock.json b/web/package-lock.json index 6b8a0d2a4..b15edb389 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -51,7 +51,7 @@ "react-device-detect": "^2.2.3", "react-dom": "^18.3.1", "react-grid-layout": "^1.4.4", - "react-hook-form": "^7.52.1", + "react-hook-form": "^7.52.2", "react-icons": "^5.2.1", "react-konva": "^18.2.10", "react-router-dom": "^6.26.0", @@ -6623,12 +6623,11 @@ } }, "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==", - "license": "MIT", + "version": "7.52.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.2.tgz", + "integrity": "sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", diff --git a/web/package.json b/web/package.json index 54cb39ebd..15cba7efa 100644 --- a/web/package.json +++ b/web/package.json @@ -57,7 +57,7 @@ "react-device-detect": "^2.2.3", "react-dom": "^18.3.1", "react-grid-layout": "^1.4.4", - "react-hook-form": "^7.52.1", + "react-hook-form": "^7.52.2", "react-icons": "^5.2.1", "react-konva": "^18.2.10", "react-router-dom": "^6.26.0",