diff --git a/package-lock.json b/package-lock.json index 320cc24d..c12a455a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react": "^18.3.1", "react-cookie": "^8.0.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.59.0", + "react-hook-form": "^7.61.1", "react-icons": "^5.4.0", "react-router": "^7.5.2", "react-router-dom": "^7.6.1", @@ -5866,9 +5866,10 @@ } }, "node_modules/react-hook-form": { - "version": "7.59.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.59.0.tgz", - "integrity": "sha512-kmkek2/8grqarTJExFNjy+RXDIP8yM+QTl3QL6m6Q8b2bih4ltmiXxH7T9n+yXNK477xPh5yZT/6vD8sYGzJTA==", + "version": "7.61.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.61.1.tgz", + "integrity": "sha512-2vbXUFDYgqEgM2RcXcAT2PwDW/80QARi+PKmHy5q2KhuKvOlG8iIYgf7eIlIANR5trW9fJbP4r5aub3a4egsew==", + "license": "MIT", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 95b27df2..cd4c400b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react": "^18.3.1", "react-cookie": "^8.0.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.59.0", + "react-hook-form": "^7.61.1", "react-icons": "^5.4.0", "react-router": "^7.5.2", "react-router-dom": "^7.6.1",