From 7687b817ed89a7e99b1231cb32aeff6ba02126ac Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Tue, 4 Jun 2024 17:29:38 -0400 Subject: [PATCH] build: update @hookform/resolvers to 3.4.2 (#1957) --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59b7f277d..3c33ce3b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "terraso-web-client", "version": "0.1.0", "dependencies": { - "@hookform/resolvers": "^3.3.4", + "@hookform/resolvers": "^3.4.2", "@mapbox/mapbox-gl-draw": "^1.4.3", "@mapbox/mapbox-gl-geocoder": "^5.0.2", "@mui/icons-material": "^5.15.19", @@ -4165,9 +4165,10 @@ } }, "node_modules/@hookform/resolvers": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.4.tgz", - "integrity": "sha512-o5cgpGOuJYrd+iMKvkttOclgwRW86EsWJZZRC23prf0uU2i48Htq4PuT73AVb9ionFyZrwYEITuOFGF+BydEtQ==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.4.2.tgz", + "integrity": "sha512-1m9uAVIO8wVf7VCDAGsuGA0t6Z3m6jVGAN50HkV9vYLl0yixKK/Z1lr01vaRvYCkIKGoy1noVRxMzQYb4y/j1Q==", + "license": "MIT", "peerDependencies": { "react-hook-form": "^7.0.0" } diff --git a/package.json b/package.json index 96773b49c..22dd5f4eb 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "src/config.ts" ], "dependencies": { - "@hookform/resolvers": "^3.3.4", + "@hookform/resolvers": "^3.4.2", "@mapbox/mapbox-gl-draw": "^1.4.3", "@mapbox/mapbox-gl-geocoder": "^5.0.2", "@mui/icons-material": "^5.15.19",