From 69a8d600896f928f5432bea9dcd9c2b0eab6206c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:23:35 +0000 Subject: [PATCH] Bump react-hook-form from 7.52.0 to 7.53.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.0 to 7.53.0. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.52.0...v7.53.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebd403d9b..bf3ab820f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-device-detect": "^2.2.3", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", - "react-hook-form": "^7.52.0", + "react-hook-form": "^7.53.0", "react-number-format": "^4.9.4", "react-redux": "^8.1.3", "react-router": "^6.3.0", @@ -16804,11 +16804,11 @@ } }, "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.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/package.json b/package.json index 59e6916ba..af5f7b362 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-device-detect": "^2.2.3", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", - "react-hook-form": "^7.52.0", + "react-hook-form": "^7.53.0", "react-number-format": "^4.9.4", "react-redux": "^8.1.3", "react-router": "^6.3.0",