From 88e9eb21a7d21246fc47f8ce33685f04709932d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:39:41 +0000 Subject: [PATCH] Bump react-hook-form from 7.53.1 to 7.53.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.53.1 to 7.53.2. - [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.53.1...v7.53.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fb5ce777..188d3b891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "react": "^18.3.1", "react-day-picker": "^7.3.2", "react-dom": "^18.3.1", - "react-hook-form": "^7.53.1", + "react-hook-form": "^7.53.2", "react-modal": "^3.16.1", "react-redux": "^7.2.0", "react-router": "^5.2.0", @@ -6776,9 +6776,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.53.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.1.tgz", - "integrity": "sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg==", + "version": "7.53.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.2.tgz", + "integrity": "sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw==", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index fdcc6fc60..474ab5e60 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "react": "^18.3.1", "react-day-picker": "^7.3.2", "react-dom": "^18.3.1", - "react-hook-form": "^7.53.1", + "react-hook-form": "^7.53.2", "react-modal": "^3.16.1", "react-redux": "^7.2.0", "react-router": "^5.2.0",