From 26125dfe14a4a55f3cd1074bf2040d757f95d02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 16:51:13 +0000 Subject: [PATCH] Bump react-hook-form from 7.54.2 to 7.56.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.54.2 to 7.56.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.54.2...v7.56.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.56.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c9e56eea..7c7bb300b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-colorful": "^5.6.1", "react-dom": "^19.1.0", "react-error-boundary": "^5.0.0", - "react-hook-form": "^7.54.2", + "react-hook-form": "^7.56.1", "react-imask": "^7.6.1", "react-plotly.js": "^2.5.1", "sass": "^1.87.0", @@ -46,7 +46,7 @@ }, "devDependencies": { "@isrd-isi-edu/ermrest-data-utils": "^0.0.7", - "@playwright/test": "latest", + "@playwright/test": "*", "@typescript-eslint/eslint-plugin": "~7.18.0", "@typescript-eslint/parser": "~7.18.0", "chance": "x", @@ -8613,9 +8613,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.56.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.56.1.tgz", + "integrity": "sha512-qWAVokhSpshhcEuQDSANHx3jiAEFzu2HAaaQIzi/r9FNPm1ioAvuJSD4EuZzWd7Al7nTRKcKPnBKO7sRn+zavQ==", + "license": "MIT", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 84629d98d..ea8c1d300 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "react-colorful": "^5.6.1", "react-dom": "^19.1.0", "react-error-boundary": "^5.0.0", - "react-hook-form": "^7.54.2", + "react-hook-form": "^7.56.1", "react-imask": "^7.6.1", "react-plotly.js": "^2.5.1", "sass": "^1.87.0",