From c7e8db35fe0cf397ac0478684232d385cb65a60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:37:15 +0000 Subject: [PATCH] Bump react-hook-form from 7.52.1 to 7.53.2 in /web Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.1 to 7.53.2. - [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.53.2) --- 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 a0971c361..34390d7e5 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.53.2", "react-icons": "^5.2.1", "react-konva": "^18.2.10", "react-router-dom": "^6.26.0", @@ -7259,12 +7259,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.53.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.2.tgz", + "integrity": "sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw==", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", diff --git a/web/package.json b/web/package.json index 73b2ed309..4ccbf3133 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.53.2", "react-icons": "^5.2.1", "react-konva": "^18.2.10", "react-router-dom": "^6.26.0",