From dd2853a6d395c20cad03ab83a568ea7132f8f8b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:08:37 +0200 Subject: [PATCH] build(deps): bump @hookform/resolvers in /nextjs-interface (#142) Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 3.6.0 to 3.9.0. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v3.6.0...v3.9.0) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bastien Nicoud --- nextjs-interface/package-lock.json | 8 ++++---- nextjs-interface/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nextjs-interface/package-lock.json b/nextjs-interface/package-lock.json index fb6cc28..8a62c14 100644 --- a/nextjs-interface/package-lock.json +++ b/nextjs-interface/package-lock.json @@ -8,7 +8,7 @@ "name": "climat_guardian_nextjs", "version": "0.1.0", "dependencies": { - "@hookform/resolvers": "^3.6.0", + "@hookform/resolvers": "^3.9.0", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", @@ -164,9 +164,9 @@ "integrity": "sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==" }, "node_modules/@hookform/resolvers": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.6.0.tgz", - "integrity": "sha512-UBcpyOX3+RR+dNnqBd0lchXpoL8p4xC21XP8H6Meb8uve5Br1GCnmg0PcBoKKqPKgGu9GHQ/oygcmPrQhetwqw==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.9.0.tgz", + "integrity": "sha512-bU0Gr4EepJ/EQsH/IwEzYLsT/PEj5C0ynLQ4m+GSHS+xKH4TfSelhluTgOaoc4kA5s7eCsQbM4wvZLzELmWzUg==", "peerDependencies": { "react-hook-form": "^7.0.0" } diff --git a/nextjs-interface/package.json b/nextjs-interface/package.json index 8e3320c..387fc87 100644 --- a/nextjs-interface/package.json +++ b/nextjs-interface/package.json @@ -11,7 +11,7 @@ "format:check": "prettier --check ." }, "dependencies": { - "@hookform/resolvers": "^3.6.0", + "@hookform/resolvers": "^3.9.0", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6",