diff --git a/package-lock.json b/package-lock.json index 996f54ea..46aed07d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@apollo/react-ssr": "^4.0.0", "@emotion/styled": "^11.10.5", "@fontsource/source-sans-pro": "^4.5.11", - "@hookform/resolvers": "2.9.10", + "@hookform/resolvers": "3.3.4", "@mui/lab": "^5.0.0-alpha.159", "@mui/material": "^5.11.3", "@mui/x-tree-view": "^6.17.0", @@ -3664,9 +3664,9 @@ } }, "node_modules/@hookform/resolvers": { - "version": "2.9.10", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-2.9.10.tgz", - "integrity": "sha512-JIL1DgJIlH9yuxcNGtyhsWX/PgNltz+5Gr6+8SX9fhXc/hPbEIk6wPI82nhgvp3uUb6ZfAM5mqg/x7KR7NAb+A==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.4.tgz", + "integrity": "sha512-o5cgpGOuJYrd+iMKvkttOclgwRW86EsWJZZRC23prf0uU2i48Htq4PuT73AVb9ionFyZrwYEITuOFGF+BydEtQ==", "peerDependencies": { "react-hook-form": "^7.0.0" } @@ -19335,9 +19335,9 @@ "requires": {} }, "@hookform/resolvers": { - "version": "2.9.10", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-2.9.10.tgz", - "integrity": "sha512-JIL1DgJIlH9yuxcNGtyhsWX/PgNltz+5Gr6+8SX9fhXc/hPbEIk6wPI82nhgvp3uUb6ZfAM5mqg/x7KR7NAb+A==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.4.tgz", + "integrity": "sha512-o5cgpGOuJYrd+iMKvkttOclgwRW86EsWJZZRC23prf0uU2i48Htq4PuT73AVb9ionFyZrwYEITuOFGF+BydEtQ==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index cd0b2e87..87dd8ce5 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@apollo/react-ssr": "^4.0.0", "@emotion/styled": "^11.10.5", "@fontsource/source-sans-pro": "^4.5.11", - "@hookform/resolvers": "2.9.10", + "@hookform/resolvers": "3.3.4", "@mui/lab": "^5.0.0-alpha.159", "@mui/material": "^5.11.3", "@mui/x-tree-view": "^6.17.0",