From da19b576e5c91aba3a3519837e55de2bb0fd2178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:25:55 +0000 Subject: [PATCH] chore(deps): bump @hookform/resolvers from 3.4.2 to 3.9.1 Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 3.4.2 to 3.9.1. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v3.4.2...v3.9.1) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c0eca0b..e5dfd8b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.96.0", "dependencies": { "@aws-sdk/client-s3": "3.451.0", - "@hookform/resolvers": "3.4.2", + "@hookform/resolvers": "3.9.1", "@next-auth/prisma-adapter": "1.0.7", "@sentry/nextjs": "8.4.0", "@swc/core": "1.5.7", @@ -3411,9 +3411,9 @@ "integrity": "sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==" }, "node_modules/@hookform/resolvers": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.4.2.tgz", - "integrity": "sha512-1m9uAVIO8wVf7VCDAGsuGA0t6Z3m6jVGAN50HkV9vYLl0yixKK/Z1lr01vaRvYCkIKGoy1noVRxMzQYb4y/j1Q==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.9.1.tgz", + "integrity": "sha512-ud2HqmGBM0P0IABqoskKWI6PEf6ZDDBZkFqe2Vnl+mTHCEHzr3ISjjZyCwTjC/qpL25JC9aIDkloQejvMeq0ug==", "peerDependencies": { "react-hook-form": "^7.0.0" } @@ -21709,9 +21709,9 @@ "integrity": "sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==" }, "@hookform/resolvers": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.4.2.tgz", - "integrity": "sha512-1m9uAVIO8wVf7VCDAGsuGA0t6Z3m6jVGAN50HkV9vYLl0yixKK/Z1lr01vaRvYCkIKGoy1noVRxMzQYb4y/j1Q==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.9.1.tgz", + "integrity": "sha512-ud2HqmGBM0P0IABqoskKWI6PEf6ZDDBZkFqe2Vnl+mTHCEHzr3ISjjZyCwTjC/qpL25JC9aIDkloQejvMeq0ug==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 36990cca..b9f4107e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@aws-sdk/client-s3": "3.451.0", - "@hookform/resolvers": "3.4.2", + "@hookform/resolvers": "3.9.1", "@next-auth/prisma-adapter": "1.0.7", "@sentry/nextjs": "8.4.0", "@swc/core": "1.5.7",