diff --git a/package-lock.json b/package-lock.json index a695609..81a21dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@heroicons/react": "^2.1.4", - "@hookform/resolvers": "^3.6.0", + "@hookform/resolvers": "^3.7.0", "@mui/icons-material": "^5.15.21", "@mui/material": "^5.15.21", "@rollup/plugin-terser": "^0.4.4", @@ -1343,9 +1343,9 @@ } }, "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.7.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.7.0.tgz", + "integrity": "sha512-42p5X18noBV3xqOpTlf2V5qJZwzNgO4eLzHzmKGh/w7z4+4XqRw5AsESVkqE+qwAuRRlg2QG12EVEjPkrRIbeg==", "license": "MIT", "peerDependencies": { "react-hook-form": "^7.0.0" diff --git a/package.json b/package.json index d90034b..22ea7eb 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@heroicons/react": "^2.1.4", - "@hookform/resolvers": "^3.6.0", + "@hookform/resolvers": "^3.7.0", "@mui/icons-material": "^5.15.21", "@mui/material": "^5.15.21", "@rollup/plugin-terser": "^0.4.4",