diff --git a/package-lock.json b/package-lock.json index cb1eb76..543f7d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "nextjs-google-analytics": "^2.3.3", "react": "^18.3.0", "react-dom": "^18.3.0", - "react-hook-form": "^7.54.2", + "react-hook-form": "^7.71.2", "react-i18next": "^15.4.1", "react-redux": "^9.2.0", "react-swipeable": "^7.0.2", @@ -9148,22 +9148,6 @@ "semver": "bin/semver.js" } }, - "node_modules/hardhat/node_modules/utf-8-validate": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz", - "integrity": "sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "node-gyp-build": "^4.3.0" - }, - "engines": { - "node": ">=6.14.2" - } - }, "node_modules/hardhat/node_modules/ws": { "version": "7.5.10", "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", @@ -14341,9 +14325,10 @@ } }, "node_modules/react-hook-form": { - "version": "7.54.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.2.tgz", - "integrity": "sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==", + "version": "7.71.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.2.tgz", + "integrity": "sha512-1CHvcDYzuRUNOflt4MOq3ZM46AronNJtQ1S7tnX6YN4y72qhgiUItpacZUAQ0TyWYci3yz1X+rXaSxiuEm86PA==", + "license": "MIT", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 33a8285..ca53cb6 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "nextjs-google-analytics": "^2.3.3", "react": "^18.3.0", "react-dom": "^18.3.0", - "react-hook-form": "^7.54.2", + "react-hook-form": "^7.71.2", "react-i18next": "^15.4.1", "react-redux": "^9.2.0", "react-swipeable": "^7.0.2",