From d228db77baecdd667a63d2ba8d52a8c3288ce93e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 04:54:42 +0000 Subject: [PATCH] chore(deps): bump react-hook-form in /FrontEnd/interactive-quiz-app Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.48.2 to 7.51.4. - [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.48.2...v7.51.4) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- FrontEnd/interactive-quiz-app/package-lock.json | 8 ++++---- FrontEnd/interactive-quiz-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FrontEnd/interactive-quiz-app/package-lock.json b/FrontEnd/interactive-quiz-app/package-lock.json index 5d847a23..f76f0b2a 100644 --- a/FrontEnd/interactive-quiz-app/package-lock.json +++ b/FrontEnd/interactive-quiz-app/package-lock.json @@ -39,7 +39,7 @@ "react-chartjs-2": "^5.2.0", "react-cookie-consent": "^8.0.1", "react-dom": "18.2.0", - "react-hook-form": "^7.48.2", + "react-hook-form": "^7.51.4", "react-icons": "^4.10.1", "react-toastify": "^9.1.3", "react-type-animation": "^3.2.0", @@ -5238,9 +5238,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.48.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.2.tgz", - "integrity": "sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==", + "version": "7.51.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.4.tgz", + "integrity": "sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==", "engines": { "node": ">=12.22.0" }, diff --git a/FrontEnd/interactive-quiz-app/package.json b/FrontEnd/interactive-quiz-app/package.json index d9d51843..bae32b1b 100644 --- a/FrontEnd/interactive-quiz-app/package.json +++ b/FrontEnd/interactive-quiz-app/package.json @@ -40,7 +40,7 @@ "react-chartjs-2": "^5.2.0", "react-cookie-consent": "^8.0.1", "react-dom": "18.2.0", - "react-hook-form": "^7.48.2", + "react-hook-form": "^7.51.4", "react-icons": "^4.10.1", "react-toastify": "^9.1.3", "react-type-animation": "^3.2.0",