diff --git a/web/package-lock.json b/web/package-lock.json index 6b8a0d2a4..4bde005ea 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.53.0", "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.53.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz", + "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", diff --git a/web/package.json b/web/package.json index 54cb39ebd..111b23c93 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.53.0", "react-icons": "^5.2.1", "react-konva": "^18.2.10", "react-router-dom": "^6.26.0",