From 58f99d9d5380d2c95009e6950372bfda66ff0c3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Jul 2024 17:20:39 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.40.0 to 7.52.1 Snyk has created this PR to upgrade react-hook-form from 7.40.0 to 7.52.1. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/dchamundeswari/project/f4910773-ea8c-4875-9309-af110ad68e39?utm_source=github&utm_medium=referral&page=upgrade-pr --- odd-platform-ui/package-lock.json | 17 +++++++++-------- odd-platform-ui/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/odd-platform-ui/package-lock.json b/odd-platform-ui/package-lock.json index c2761683a..1667f1528 100644 --- a/odd-platform-ui/package-lock.json +++ b/odd-platform-ui/package-lock.json @@ -33,7 +33,7 @@ "query-string": "^7.1.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-hook-form": "^7.40.0", + "react-hook-form": "^7.52.1", "react-hot-toast": "^2.4.0", "react-infinite-scroll-component": "^6.1.0", "react-json-tree": "^0.16.2", @@ -15325,9 +15325,10 @@ } }, "node_modules/react-hook-form": { - "version": "7.40.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.40.0.tgz", - "integrity": "sha512-0rokdxMPJs0k9bvFtY6dbcSydyNhnZNXCR49jgDr/aR03FDHFOK6gfh8ccqB3fl696Mk7lqh04xdm+agqWXKSw==", + "version": "7.52.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.1.tgz", + "integrity": "sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg==", + "license": "MIT", "engines": { "node": ">=12.22.0" }, @@ -15336,7 +15337,7 @@ "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-hot-toast": { @@ -29356,9 +29357,9 @@ "requires": {} }, "react-hook-form": { - "version": "7.40.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.40.0.tgz", - "integrity": "sha512-0rokdxMPJs0k9bvFtY6dbcSydyNhnZNXCR49jgDr/aR03FDHFOK6gfh8ccqB3fl696Mk7lqh04xdm+agqWXKSw==", + "version": "7.52.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.1.tgz", + "integrity": "sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg==", "requires": {} }, "react-hot-toast": { diff --git a/odd-platform-ui/package.json b/odd-platform-ui/package.json index 29565d285..5d5fccc7a 100644 --- a/odd-platform-ui/package.json +++ b/odd-platform-ui/package.json @@ -63,7 +63,7 @@ "query-string": "^7.1.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-hook-form": "^7.40.0", + "react-hook-form": "^7.52.1", "react-hot-toast": "^2.4.0", "react-infinite-scroll-component": "^6.1.0", "react-json-tree": "^0.16.2",