diff --git a/package-lock.json b/package-lock.json index 9cd1e91..0ae9bf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "pg": "^8.13.1", "react": "^19.2.4", "react-dom": "^19.2.6", - "react-hook-form": "^7.56.1", + "react-hook-form": "^7.81.0", "recharts": "^3.8.1", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", @@ -82,6 +82,10 @@ "vite-tsconfig-paths": "^6.1.1", "vitest": "^4.1.10", "yaml": "^2.9.0" + }, + "engines": { + "node": ">=22 <23", + "npm": ">=10.9.2 <11" } }, "node_modules/@actions/core": { @@ -16701,9 +16705,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.75.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.75.0.tgz", - "integrity": "sha512-Ovv94H+0p3sJ7B9B5QxPuCP1u8V/cHuVGyH55cSwodYDtoJwK+fqk3vjfIgSX59I2U/bU4z0nRJ9HMLpNiWEmw==", + "version": "7.81.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.81.0.tgz", + "integrity": "sha512-ocbmr2p5KBMoAfj4WCUvped33lVi1Kd5DuDUvQDnB6VEAacOjPI/jMbtDdbhco4y9ct4xUuCmMY0b/C9L0QHjw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 2691d1e..ebf115c 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "pg": "^8.13.1", "react": "^19.2.4", "react-dom": "^19.2.6", - "react-hook-form": "^7.56.1", + "react-hook-form": "^7.81.0", "recharts": "^3.8.1", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0",