diff --git a/backend/admin/package-lock.json b/backend/admin/package-lock.json index 74b518a..5311623 100644 --- a/backend/admin/package-lock.json +++ b/backend/admin/package-lock.json @@ -39,7 +39,7 @@ "react": "^19.2.4", "react-day-picker": "^10.0.0", "react-dom": "^19.2.4", - "react-hook-form": "^7.76.0", + "react-hook-form": "^7.76.1", "react-i18next": "^17.0.8", "react-is": "^19.2.0", "react-markdown": "^10.1.0", @@ -9501,9 +9501,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.76.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.76.0.tgz", - "integrity": "sha512-eKtLGgFeSgkHqQD8J59AMZ9a4uD1D83iSIzt4YlTGD7liDen5rrjcUO1rVIGd9yC1gofryjtHbv+4ny4hkLWlw==", + "version": "7.76.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.76.1.tgz", + "integrity": "sha512-rYM7tPiWlu3nZchkR/ex7piyzui2vFPyaLnXnI/RnblB/L4qfMmyses8llJVtF1NpE9WBBsJlGtcSZzPCXW1qQ==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/backend/admin/package.json b/backend/admin/package.json index 047bc4c..f34d87e 100644 --- a/backend/admin/package.json +++ b/backend/admin/package.json @@ -40,7 +40,7 @@ "react": "^19.2.4", "react-day-picker": "^10.0.0", "react-dom": "^19.2.4", - "react-hook-form": "^7.76.0", + "react-hook-form": "^7.76.1", "react-i18next": "^17.0.8", "react-is": "^19.2.0", "react-markdown": "^10.1.0",