From 0b640983576171ad5a2ba94edb18ecb35fff599c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 10:35:04 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.46.1 to 7.53.0 Snyk has created this PR to upgrade react-hook-form from 7.46.1 to 7.53.0. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/mevarensev/project/e7e33483-4ccb-442f-86f6-b292a48da20d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93679c1..eb8accf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "match-sorter": "^6.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.46.1", + "react-hook-form": "^7.53.0", "react-redux": "^8.0.5", "react-router-dom": "^6.16.0", "redux": "^4.2.0", @@ -4808,18 +4808,19 @@ } }, "node_modules/react-hook-form": { - "version": "7.46.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.1.tgz", - "integrity": "sha512-0GfI31LRTBd5tqbXMGXT1Rdsv3rnvy0FjEk8Gn9/4tp6+s77T7DPZuGEpBRXOauL+NhyGT5iaXzdIM2R6F/E+w==", + "version": "7.53.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz", + "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==", + "license": "MIT", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-is": { @@ -9249,9 +9250,9 @@ } }, "react-hook-form": { - "version": "7.46.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.1.tgz", - "integrity": "sha512-0GfI31LRTBd5tqbXMGXT1Rdsv3rnvy0FjEk8Gn9/4tp6+s77T7DPZuGEpBRXOauL+NhyGT5iaXzdIM2R6F/E+w==", + "version": "7.53.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz", + "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 2ea2b2a..04b918e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "match-sorter": "^6.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.46.1", + "react-hook-form": "^7.53.0", "react-redux": "^8.0.5", "react-router-dom": "^6.16.0", "redux": "^4.2.0",