From ff9f6d51808879d3401bdefd2e40b9ea88e078fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:33:19 +0000 Subject: [PATCH] build(deps): Bump react-hook-form from 7.53.0 to 7.53.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.53.0 to 7.53.1. - [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.0...v7.53.1) --- 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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e3405ea5..4cce1afbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "react-error-boundary": "^4.0.13", "react-helmet-async": "^2.0.5", "react-highlight-words": "^0.20.0", - "react-hook-form": "^7.53.0", + "react-hook-form": "^7.53.1", "react-i18next": "^15.1.0", "react-redux": "^8.1.3", "react-router-dom": "^6.26.2", @@ -25575,10 +25575,9 @@ "integrity": "sha512-QmpUu4KqDmX0plH4u+tf0riMc1KHE1+lw95cMrLlXQAFOx/xnBtwhZ52XJxd9X2O6kwKBqX32kmhbhlobD0cuw==" }, "node_modules/react-hook-form": { - "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", + "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==", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 7a883d2d1..e7fc82165 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-error-boundary": "^4.0.13", "react-helmet-async": "^2.0.5", "react-highlight-words": "^0.20.0", - "react-hook-form": "^7.53.0", + "react-hook-form": "^7.53.1", "react-i18next": "^15.1.0", "react-redux": "^8.1.3", "react-router-dom": "^6.26.2",