From fb634e67756a5f57e9e9b7e71ed3aa6a8353031d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Aug 2024 09:00:05 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.45.4 to 7.52.1 Snyk has created this PR to upgrade react-hook-form from 7.45.4 to 7.52.1. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/bakemonostan/project/229ec593-3d18-4aa4-bff6-68a1251f7a57?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b8a7e6..540b266 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-google-recaptcha": "^3.1.0", - "react-hook-form": "^7.45.4", + "react-hook-form": "^7.52.1", "react-leaflet": "^4.2.1", "react-recaptcha-google": "^1.1.1", "react-router-dom": "^6.11.0", @@ -4353,9 +4353,10 @@ } }, "node_modules/react-hook-form": { - "version": "7.45.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.4.tgz", - "integrity": "sha512-HGDV1JOOBPZj10LB3+OZgfDBTn+IeEsNOKiq/cxbQAIbKaiJUe/KV8DBUzsx0Gx/7IG/orWqRRm736JwOfUSWQ==", + "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" }, @@ -4364,7 +4365,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-is": { @@ -9457,9 +9458,9 @@ } }, "react-hook-form": { - "version": "7.45.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.4.tgz", - "integrity": "sha512-HGDV1JOOBPZj10LB3+OZgfDBTn+IeEsNOKiq/cxbQAIbKaiJUe/KV8DBUzsx0Gx/7IG/orWqRRm736JwOfUSWQ==", + "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-is": { diff --git a/package.json b/package.json index f614fe8..d148bd4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-google-recaptcha": "^3.1.0", - "react-hook-form": "^7.45.4", + "react-hook-form": "^7.52.1", "react-leaflet": "^4.2.1", "react-recaptcha-google": "^1.1.1", "react-router-dom": "^6.11.0",