From edeac46de6fb344cee2502ce188f487b1cc4fc77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 05:12:09 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.34.2 to 7.53.2 Snyk has created this PR to upgrade react-hook-form from 7.34.2 to 7.53.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..0463de6 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.53.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.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": ">=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.53.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.2.tgz", + "integrity": "sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw==", "requires": {} }, "react-i18next": { diff --git a/package.json b/package.json index c4ab0e1..48730a8 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.53.2", "react-i18next": "^11.17.2", "react-router-dom": "^6.3.0", "rollup-plugin-polyfill-node": "^0.9.0",