From 58612a056233a26b3f4f4a6286483d4463378190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:08:24 +0000 Subject: [PATCH] chore(deps): bump @next-safe-action/adapter-react-hook-form in /webapp Bumps [@next-safe-action/adapter-react-hook-form](https://github.com/next-safe-action/next-safe-action/tree/HEAD/packages/adapter-react-hook-form) from 1.0.14 to 2.0.6. - [Release notes](https://github.com/next-safe-action/next-safe-action/releases) - [Changelog](https://github.com/next-safe-action/next-safe-action/blob/main/packages/adapter-react-hook-form/CHANGELOG.md) - [Commits](https://github.com/next-safe-action/next-safe-action/commits/@next-safe-action/adapter-react-hook-form@2.0.6/packages/adapter-react-hook-form) --- updated-dependencies: - dependency-name: "@next-safe-action/adapter-react-hook-form" dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- webapp/package-lock.json | 15 +++++++++------ webapp/package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) 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",