diff --git a/package.json b/package.json index cbf8ab3..f390916 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", - "@hookform/resolvers": "^2.9.11", + "@hookform/resolvers": "^3.3.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.2", diff --git a/yarn.lock b/yarn.lock index c1435fc..28b5d91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1412,10 +1412,10 @@ protobufjs "^7.0.0" yargs "^16.2.0" -"@hookform/resolvers@^2.9.11": - version "2.9.11" - resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-2.9.11.tgz#9ce96e7746625a89239f68ca57c4f654264c17ef" - integrity sha512-bA3aZ79UgcHj7tFV7RlgThzwSSHZgvfbt2wprldRkYBcMopdMvHyO17Wwp/twcJasNFischFfS7oz8Katz8DdQ== +"@hookform/resolvers@^3.3.0": + version "3.3.0" + resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-3.3.0.tgz#5e37c2926b827d2577c1bd2676a2a705984b334d" + integrity sha512-tgK3nWlfFLlqhqpXZmFMP3RN5E7mlbGfnM2h2ILVsW1TNGuFSod0ePW0grlIY2GAbL4pJdtmOT4HQSZsTwOiKg== "@humanwhocodes/config-array@^0.11.8": version "0.11.8"