From 6de30bbb69279f89b5eb051e2ba2662a7c2b9469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:05:39 +0000 Subject: [PATCH] Bump react-hook-form from 7.50.0 to 7.51.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.50.0 to 7.51.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.50.0...v7.51.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 | 8 ++++---- wordpress-plugin/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ef2b97..05f350e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30538,9 +30538,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.50.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.0.tgz", - "integrity": "sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==", + "version": "7.51.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.0.tgz", + "integrity": "sha512-BggOy5j58RdhdMzzRUHGOYhSz1oeylFAv6jUSG86OvCIvlAvS7KvnRY7yoAf2pfEiPN7BesnR0xx73nEk3qIiw==", "engines": { "node": ">=12.22.0" }, @@ -36301,7 +36301,7 @@ "@tanstack/react-query": "^5.13.4", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.49.0", + "react-hook-form": "^7.51.0", "react-router-dom": "^6.20.1", "shikiji": "^0.8.1", "tailwind-merge": "^2.1.0", diff --git a/wordpress-plugin/package.json b/wordpress-plugin/package.json index 1a808ad..0864a0b 100644 --- a/wordpress-plugin/package.json +++ b/wordpress-plugin/package.json @@ -28,7 +28,7 @@ "@tanstack/react-query": "^5.13.4", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.49.0", + "react-hook-form": "^7.51.0", "react-router-dom": "^6.20.1", "shikiji": "^0.8.1", "tailwind-merge": "^2.1.0",