From 4d75f3dfe9ed96071a294b28d915de060571d3ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Dec 2024 01:23:24 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.53.1 to 7.53.2 Snyk has created this PR to upgrade react-hook-form from 7.53.1 to 7.53.2. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/johnchoi96/project/3c080401-cd68-4246-ada1-836c8c03b533?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1db34332..83c9583e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-dom": "^18.3.1", "react-ga4": "^2.1.0", "react-h5-audio-player": "^3.9.3", - "react-hook-form": "^7.53.1", + "react-hook-form": "^7.53.2", "react-router-dom": "^6.27.0", "react-router-hash-link": "^2.4.3", "react-scripts": "5.0.1", @@ -15915,9 +15915,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.53.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.1.tgz", - "integrity": "sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg==", + "version": "7.53.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.2.tgz", + "integrity": "sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index e2ae8fe6..5420ac3b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-dom": "^18.3.1", "react-ga4": "^2.1.0", "react-h5-audio-player": "^3.9.3", - "react-hook-form": "^7.53.1", + "react-hook-form": "^7.53.2", "react-router-dom": "^6.27.0", "react-router-hash-link": "^2.4.3", "react-scripts": "5.0.1",