From e90663d31fc3e93991f6ed0ec1b06660318c829f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 17:17:56 +1100 Subject: [PATCH] Bump react-hook-form from 7.47.0 to 7.48.2 in /notegraf-web (#616) Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.47.0 to 7.48.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.47.0...v7.48.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- notegraf-web/package-lock.json | 8 ++++---- notegraf-web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/notegraf-web/package-lock.json b/notegraf-web/package-lock.json index f330a400..d00cbac2 100644 --- a/notegraf-web/package-lock.json +++ b/notegraf-web/package-lock.json @@ -18,7 +18,7 @@ "marked-highlight": "^2.0.6", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.47.0", + "react-hook-form": "^7.48.2", "react-router-dom": "^6.16.0" }, "devDependencies": { @@ -4363,9 +4363,9 @@ "dev": true }, "node_modules/react-hook-form": { - "version": "7.47.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.47.0.tgz", - "integrity": "sha512-F/TroLjTICipmHeFlMrLtNLceO2xr1jU3CyiNla5zdwsGUGu2UOxxR4UyJgLlhMwLW/Wzp4cpJ7CPfgJIeKdSg==", + "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==", "engines": { "node": ">=12.22.0" }, diff --git a/notegraf-web/package.json b/notegraf-web/package.json index 737441cc..14b389e3 100644 --- a/notegraf-web/package.json +++ b/notegraf-web/package.json @@ -36,7 +36,7 @@ "marked-highlight": "^2.0.6", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.47.0", + "react-hook-form": "^7.48.2", "react-router-dom": "^6.16.0" }, "devDependencies": {