From 6f67d6c5edfd3b3105bf51f11191bc58d2149a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 02:23:23 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.43.1 to 7.43.7 in /frontend Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.1 to 7.43.7. - [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.43.1...v7.43.7) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5089a5a3..19613b3d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "ramda": "^0.28.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.43.1", + "react-hook-form": "^7.43.7", "react-router-dom": "^6.9.0", "swr": "^2.1.0" }, @@ -6221,9 +6221,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.1.tgz", - "integrity": "sha512-+s3+s8LLytRMriwwuSqeLStVjRXFGxgjjx2jED7Z+wz1J/88vpxieRQGvJVvzrzVxshZ0BRuocFERb779m2kNg==", + "version": "7.43.7", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.7.tgz", + "integrity": "sha512-38yehQkQQ5uufaPKFScs7jhLE8n3+LG9H/BZfFAiBL2+7piDmw/BrdNJV4irzMaPnWZGhmGLHVICHXNVGIuXZg==", "engines": { "node": ">=12.22.0" }, @@ -11815,9 +11815,9 @@ } }, "react-hook-form": { - "version": "7.43.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.1.tgz", - "integrity": "sha512-+s3+s8LLytRMriwwuSqeLStVjRXFGxgjjx2jED7Z+wz1J/88vpxieRQGvJVvzrzVxshZ0BRuocFERb779m2kNg==", + "version": "7.43.7", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.7.tgz", + "integrity": "sha512-38yehQkQQ5uufaPKFScs7jhLE8n3+LG9H/BZfFAiBL2+7piDmw/BrdNJV4irzMaPnWZGhmGLHVICHXNVGIuXZg==", "requires": {} }, "react-is": { diff --git a/frontend/package.json b/frontend/package.json index c1f80945..267f6890 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "ramda": "^0.28.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.43.1", + "react-hook-form": "^7.43.7", "react-router-dom": "^6.9.0", "swr": "^2.1.0" },