From f235bdb629b0038b50d044fc1bf47550d1b5bb13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Jun 2024 19:04:22 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.50.1 to 7.51.4 Snyk has created this PR to upgrade react-hook-form from 7.50.1 to 7.51.4. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/calpinsw/project/3f278374-a2a0-407c-ac26-8fd2a108c950?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package-lock.json | 15 ++++++++------- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 540e3c1..b853970 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "moment": "^2.30.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.50.1", + "react-hook-form": "^7.51.4", "react-icons": "^5.0.1", "react-router-dom": "^6.22.0" }, @@ -3801,9 +3801,10 @@ } }, "node_modules/react-hook-form": { - "version": "7.50.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.1.tgz", - "integrity": "sha512-3PCY82oE0WgeOgUtIr3nYNNtNvqtJ7BZjsbxh6TnYNbXButaD5WpjOmTjdxZfheuHKR68qfeFnEDVYoSSFPMTQ==", + "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==", + "license": "MIT", "engines": { "node": ">=12.22.0" }, @@ -8069,9 +8070,9 @@ } }, "react-hook-form": { - "version": "7.50.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.1.tgz", - "integrity": "sha512-3PCY82oE0WgeOgUtIr3nYNNtNvqtJ7BZjsbxh6TnYNbXButaD5WpjOmTjdxZfheuHKR68qfeFnEDVYoSSFPMTQ==", + "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==", "requires": {} }, "react-icons": { diff --git a/frontend/package.json b/frontend/package.json index faebc11..30d6ad0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,7 +41,7 @@ "moment": "^2.30.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.50.1", + "react-hook-form": "^7.51.4", "react-icons": "^5.0.1", "react-router-dom": "^6.22.0" }