From c595ec7046b5d5f953afbfb4fa79c8f114cda225 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Jan 2025 05:59:37 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.34.2 to 7.54.2 Snyk has created this PR to upgrade react-hook-form from 7.34.2 to 7.54.2. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/defiton/project/9c50e92a-1460-4a00-8ddc-6fef156b1b7e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf3032f..f3db1b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react": "^18.2.0", "react-bootstrap": "^2.4.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.32.2", + "react-hook-form": "^7.54.2", "react-i18next": "^11.17.2", "react-router-dom": "^6.3.0", "rollup-plugin-polyfill-node": "^0.9.0", @@ -4192,19 +4192,19 @@ } }, "node_modules/react-hook-form": { - "version": "7.34.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.34.2.tgz", - "integrity": "sha512-1lYWbEqr0GW7HHUjMScXMidGvV0BE2RJV3ap2BL7G0EJirkqpccTaawbsvBO8GZaB3JjCeFBEbnEWI1P8ZoLRQ==", + "version": "7.54.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.2.tgz", + "integrity": "sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==", "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-i18next": { @@ -7869,9 +7869,9 @@ } }, "react-hook-form": { - "version": "7.34.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.34.2.tgz", - "integrity": "sha512-1lYWbEqr0GW7HHUjMScXMidGvV0BE2RJV3ap2BL7G0EJirkqpccTaawbsvBO8GZaB3JjCeFBEbnEWI1P8ZoLRQ==", + "version": "7.54.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.2.tgz", + "integrity": "sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==", "requires": {} }, "react-i18next": { diff --git a/package.json b/package.json index c4ab0e1..950cae2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react": "^18.2.0", "react-bootstrap": "^2.4.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.32.2", + "react-hook-form": "^7.54.2", "react-i18next": "^11.17.2", "react-router-dom": "^6.3.0", "rollup-plugin-polyfill-node": "^0.9.0",