From 6095d1db8cc025bc25f386be266db48343913cfc Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Wed, 8 Feb 2023 09:31:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Upgrade=20react-hook-form=20from?= =?UTF-8?q?=207.39.3=20to=207.42.1=20(#493)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Snyk has created this PR to upgrade react-hook-form from 7.39.3 to 7.42.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/ralllyco/project/c6e9409b-5e6c-4984-a2ef-0a8025133bd8?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b3d864e71..e4935ff9a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "react": "^18.2.0", "react-big-calendar": "^1.5.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.39.3", + "react-hook-form": "^7.42.1", "react-hot-toast": "^2.4.0", "react-i18next": "^12.0.0", "react-linkify": "^1.0.0-alpha", diff --git a/yarn.lock b/yarn.lock index 6764a9de5..967a0fc9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6937,10 +6937,10 @@ react-dom@^18.2.0: loose-envify "^1.1.0" scheduler "^0.23.0" -react-hook-form@^7.39.3: - version "7.39.3" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.39.3.tgz#d5e66dae44187606992ba01f26460cca2565ea58" - integrity sha512-H/vwk1vBf+TiXuyW6+hWz+zCujiDO6NqHlN5sPE/a+NGKKGK95XTM65DZz3NmEgs2M20Wka+g4uv4VD367wDBA== +react-hook-form@^7.42.1: + version "7.43.1" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.43.1.tgz#0d0d7822f3f7fc05ffc41d5f012b49b90fcfa0f0" + integrity sha512-+s3+s8LLytRMriwwuSqeLStVjRXFGxgjjx2jED7Z+wz1J/88vpxieRQGvJVvzrzVxshZ0BRuocFERb779m2kNg== react-hot-toast@^2.4.0: version "2.4.0"