From 2c433a605f50ab0dadd84a541c68f8444a26396e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 06:14:24 +0000 Subject: [PATCH] Chore(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 add0a5f..2b18c62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "prettier": "3.3.3", "react": "18", "react-dom": "18", - "react-hook-form": "7.53.0", + "react-hook-form": "7.53.1", "react-icons": "4.12.0", "react-map-gl": "7.1.7", "react-markdown": "9.0.1", @@ -8610,10 +8610,9 @@ } }, "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 ec7c359..5589774 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "prettier": "3.3.3", "react": "18", "react-dom": "18", - "react-hook-form": "7.53.0", + "react-hook-form": "7.53.1", "react-icons": "4.12.0", "react-map-gl": "7.1.7", "react-markdown": "9.0.1",