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",