From d3e64f33b0b872bee4962817a0ce9b539e5f6ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 12:17:13 +0000 Subject: [PATCH] Bump react-hook-form from 7.52.1 to 7.56.0 in /web Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.1 to 7.56.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.56.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.56.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 10 +++++----- web/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index ebcdba5191..68a9b1e367 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -58,7 +58,7 @@ "react-dom": "^18.3.1", "react-dropzone": "^14.3.8", "react-grid-layout": "^1.5.0", - "react-hook-form": "^7.52.1", + "react-hook-form": "^7.56.0", "react-i18next": "^15.2.0", "react-icons": "^5.5.0", "react-konva": "^18.2.10", @@ -7279,12 +7279,12 @@ } }, "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==", + "version": "7.56.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.56.0.tgz", + "integrity": "sha512-U2QQgx5z2Y8Z0qlXv3W19hWHJgfKdWMz0O/osuY+o+CYq568V2R/JhzC6OAXfR8k24rIN0Muan2Qliaq9eKs/g==", "license": "MIT", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", diff --git a/web/package.json b/web/package.json index 7bcffad790..9b8c5f818b 100644 --- a/web/package.json +++ b/web/package.json @@ -64,7 +64,7 @@ "react-dom": "^18.3.1", "react-dropzone": "^14.3.8", "react-grid-layout": "^1.5.0", - "react-hook-form": "^7.52.1", + "react-hook-form": "^7.56.0", "react-i18next": "^15.2.0", "react-icons": "^5.5.0", "react-konva": "^18.2.10",