From 3a5159a46f29bfa5e0ae81ceb804b21c2eaf6ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:41:45 +0000 Subject: [PATCH] Bump react-hook-form from 7.52.1 to 7.54.0 in /web Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.1 to 7.54.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.52.1...v7.54.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 11 +++++------ web/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 7ce6345af2..e004907dc0 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -54,7 +54,7 @@ "react-device-detect": "^2.2.3", "react-dom": "^18.3.1", "react-grid-layout": "^1.4.4", - "react-hook-form": "^7.52.1", + "react-hook-form": "^7.54.0", "react-icons": "^5.2.1", "react-konva": "^18.2.10", "react-router-dom": "^6.26.0", @@ -7260,12 +7260,11 @@ } }, "node_modules/react-hook-form": { - "version": "7.52.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.1.tgz", - "integrity": "sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg==", - "license": "MIT", + "version": "7.54.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.0.tgz", + "integrity": "sha512-PS05+UQy/IdSbJNojBypxAo9wllhHgGmyr8/dyGQcPoiMf3e7Dfb9PWYVRco55bLbxH9S+1yDDJeTdlYCSxO3A==", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", diff --git a/web/package.json b/web/package.json index d76e6ad100..24df5ee490 100644 --- a/web/package.json +++ b/web/package.json @@ -60,7 +60,7 @@ "react-device-detect": "^2.2.3", "react-dom": "^18.3.1", "react-grid-layout": "^1.4.4", - "react-hook-form": "^7.52.1", + "react-hook-form": "^7.54.0", "react-icons": "^5.2.1", "react-konva": "^18.2.10", "react-router-dom": "^6.26.0",