diff --git a/package-lock.json b/package-lock.json index a5ff97c0..11b63c0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "EUPL-1.2", "dependencies": { - "@hookform/resolvers": "^3.4.2", + "@hookform/resolvers": "^3.9.1", "@jod/design-system": "github:Opetushallitus/jod-design-system#main", "i18next": "^23.15.2", "openapi-fetch": "^0.13.0", @@ -743,9 +743,9 @@ } }, "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" } diff --git a/package.json b/package.json index be80a1f1..f9a45f2d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "prepare": "husky" }, "dependencies": { - "@hookform/resolvers": "^3.4.2", + "@hookform/resolvers": "^3.9.1", "@jod/design-system": "github:Opetushallitus/jod-design-system#main", "i18next": "^23.15.2", "openapi-fetch": "^0.13.0",