From e153e53290385e070758b01c1d105e62144b00ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:34:05 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.54.2 to 7.72.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.54.2 to 7.72.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.54.2...v7.72.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.72.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++-------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb1eb76..8a9dd3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "nextjs-google-analytics": "^2.3.3", "react": "^18.3.0", "react-dom": "^18.3.0", - "react-hook-form": "^7.54.2", + "react-hook-form": "^7.72.0", "react-i18next": "^15.4.1", "react-redux": "^9.2.0", "react-swipeable": "^7.0.2", @@ -9148,22 +9148,6 @@ "semver": "bin/semver.js" } }, - "node_modules/hardhat/node_modules/utf-8-validate": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz", - "integrity": "sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "node-gyp-build": "^4.3.0" - }, - "engines": { - "node": ">=6.14.2" - } - }, "node_modules/hardhat/node_modules/ws": { "version": "7.5.10", "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", @@ -14341,9 +14325,10 @@ } }, "node_modules/react-hook-form": { - "version": "7.54.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.2.tgz", - "integrity": "sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==", + "version": "7.72.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.72.0.tgz", + "integrity": "sha512-V4v6jubaf6JAurEaVnT9aUPKFbNtDgohj5CIgVGyPHvT9wRx5OZHVjz31GsxnPNI278XMu+ruFz+wGOscHaLKw==", + "license": "MIT", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 33a8285..3a65f27 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "nextjs-google-analytics": "^2.3.3", "react": "^18.3.0", "react-dom": "^18.3.0", - "react-hook-form": "^7.54.2", + "react-hook-form": "^7.72.0", "react-i18next": "^15.4.1", "react-redux": "^9.2.0", "react-swipeable": "^7.0.2",