From 457d49fb1d3ab262d3f03af30a2761c343f84f91 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Apr 2022 07:18:39 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.27.1 to 7.28.0 Snyk has created this PR to upgrade react-hook-form from 7.27.1 to 7.28.0. See this package in npm: https://www.npmjs.com/package/react-hook-form See this project in Snyk: https://app.snyk.io/org/rahmaniftaliyev/project/bce62b65-0ae4-4469-b592-7d93fe1250f3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1213960..1c95482 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-google-maps": "^9.4.5", "react-google-maps-loader": "^4.3.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.27.1", + "react-hook-form": "^7.28.0", "react-icons": "^4.3.1", "react-intl": "^5.24.6", "react-pro-sidebar": "^0.7.1", @@ -15283,9 +15283,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.27.1.tgz", - "integrity": "sha512-N3a7A6zIQ8DJeThisVZGtOUabTbJw+7DHJidmB9w8m3chckv2ZWKb5MHps9d2pPJqmCDoWe53Bos56bYmJms5w==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.28.0.tgz", + "integrity": "sha512-mmLpT86BkMGPr0r6ca8zxV0WH4Y1FW5MKs7Rq1+uHLVeeg5pSWbF5Z/qLCnM5vPVblHNM6lRBRRotnfEAf0ALA==", "engines": { "node": ">=12.22.0" }, @@ -29753,9 +29753,9 @@ } }, "react-hook-form": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.27.1.tgz", - "integrity": "sha512-N3a7A6zIQ8DJeThisVZGtOUabTbJw+7DHJidmB9w8m3chckv2ZWKb5MHps9d2pPJqmCDoWe53Bos56bYmJms5w==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.28.0.tgz", + "integrity": "sha512-mmLpT86BkMGPr0r6ca8zxV0WH4Y1FW5MKs7Rq1+uHLVeeg5pSWbF5Z/qLCnM5vPVblHNM6lRBRRotnfEAf0ALA==", "requires": {} }, "react-icons": { diff --git a/package.json b/package.json index 2540ebe..55949ea 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react-google-maps": "^9.4.5", "react-google-maps-loader": "^4.3.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.27.1", + "react-hook-form": "^7.28.0", "react-icons": "^4.3.1", "react-intl": "^5.24.6", "react-pro-sidebar": "^0.7.1",