diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 3a1311a..21724d7 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -12,7 +12,7 @@ "@aws-sdk/client-lambda": "^3.1068.0", "@aws-sdk/client-ssm": "^3.1068.0", "@aws-sdk/client-translate": "^3.1068.0", - "@next-safe-action/adapter-react-hook-form": "^1.0.14", + "@next-safe-action/adapter-react-hook-form": "^2.0.6", "@prisma/client": "^6.6.0", "aws-amplify": "^6.16.2", "class-variance-authority": "^0.7.1", @@ -2002,9 +2002,9 @@ } }, "node_modules/@next-safe-action/adapter-react-hook-form": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/@next-safe-action/adapter-react-hook-form/-/adapter-react-hook-form-1.0.14.tgz", - "integrity": "sha512-54+D5JO/IMbqumU3Cjra8FLE2yQIXeWWzEH7g+K36B96575O1oYz+JIoRxzaXanq/ScNPk/T3L1hPnpu/TElEw==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@next-safe-action/adapter-react-hook-form/-/adapter-react-hook-form-2.0.6.tgz", + "integrity": "sha512-QBELAYlIQh9fnTWPJhy6Dl6RMH2r4Sicj3FI9r1LORwC6IFhnNLhyGY4aHxeGGIPgPi1Sfx/T43UYDlBgLB8QQ==", "funding": [ { "type": "github", @@ -2016,10 +2016,13 @@ } ], "license": "MIT", + "engines": { + "node": ">=18.17" + }, "peerDependencies": { - "@hookform/resolvers": ">= 3.0.0", + "@hookform/resolvers": ">= 5.0.0", "next": ">= 14.0.0", - "next-safe-action": ">= 7.6.0", + "next-safe-action": ">=8.1.10", "react": ">= 18.2.0", "react-dom": ">= 18.2.0", "react-hook-form": ">= 7.0.0" diff --git a/webapp/package.json b/webapp/package.json index a50bda1..40cd242 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -15,7 +15,7 @@ "@aws-sdk/client-lambda": "^3.1068.0", "@aws-sdk/client-ssm": "^3.1068.0", "@aws-sdk/client-translate": "^3.1068.0", - "@next-safe-action/adapter-react-hook-form": "^1.0.14", + "@next-safe-action/adapter-react-hook-form": "^2.0.6", "@prisma/client": "^6.6.0", "aws-amplify": "^6.16.2", "class-variance-authority": "^0.7.1",