From 839646c20b6c718b25c54c327e5d2e097f2d59c0 Mon Sep 17 00:00:00 2001 From: Juhani Koivulainen Date: Mon, 28 Oct 2024 10:19:35 +0200 Subject: [PATCH] OPHJOD-851: Upgrade react-hook-form from 7.51.5 to 7.53.0 --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 037b69b7..6102115f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react-dom": "^18.3.1", "react-dropzone": "^14.2.3", "react-helmet-async": "^2.0.4", - "react-hook-form": "^7.51.5", + "react-hook-form": "^7.53.0", "react-i18next": "^14.1.3", "react-icons": "^5.3.0", "react-router": "^6.26.2", @@ -7247,18 +7247,19 @@ } }, "node_modules/react-hook-form": { - "version": "7.51.5", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", - "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", + "version": "7.53.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz", + "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==", + "license": "MIT", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-i18next": { diff --git a/package.json b/package.json index 86f81abe..b6794c3b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-dom": "^18.3.1", "react-dropzone": "^14.2.3", "react-helmet-async": "^2.0.4", - "react-hook-form": "^7.51.5", + "react-hook-form": "^7.53.0", "react-i18next": "^14.1.3", "react-icons": "^5.3.0", "react-router": "^6.26.2",