diff --git a/package-lock.json b/package-lock.json index 6a83f6c8b..361c730ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@hello-pangea/dnd": "^17.0.0", - "@hookform/resolvers": "^3.9.0", + "@hookform/resolvers": "^3.9.1", "@mapbox/mapbox-gl-draw": "^1.4.3", "@mapbox/mapbox-gl-geocoder": "^5.0.3", "@mui/icons-material": "^6.1.6", @@ -4000,9 +4000,9 @@ "integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==" }, "node_modules/@hookform/resolvers": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.9.0.tgz", - "integrity": "sha512-bU0Gr4EepJ/EQsH/IwEzYLsT/PEj5C0ynLQ4m+GSHS+xKH4TfSelhluTgOaoc4kA5s7eCsQbM4wvZLzELmWzUg==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.9.1.tgz", + "integrity": "sha512-ud2HqmGBM0P0IABqoskKWI6PEf6ZDDBZkFqe2Vnl+mTHCEHzr3ISjjZyCwTjC/qpL25JC9aIDkloQejvMeq0ug==", "license": "MIT", "peerDependencies": { "react-hook-form": "^7.0.0" diff --git a/package.json b/package.json index e677734e6..d8796eb6c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ ], "dependencies": { "@hello-pangea/dnd": "^17.0.0", - "@hookform/resolvers": "^3.9.0", + "@hookform/resolvers": "^3.9.1", "@mapbox/mapbox-gl-draw": "^1.4.3", "@mapbox/mapbox-gl-geocoder": "^5.0.3", "@mui/icons-material": "^6.1.6",