diff --git a/package-lock.json b/package-lock.json index 31db7e0..848a273 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "web3-employment", "version": "0.1.0", "dependencies": { - "@hookform/resolvers": "^2.9.11", + "@hookform/resolvers": "^3.1.0", "@next/bundle-analyzer": "13.3.4", "@prisma/client": "^4.13.0", "@sentry/nextjs": "^7.50.0", @@ -1499,9 +1499,9 @@ } }, "node_modules/@hookform/resolvers": { - "version": "2.9.11", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-2.9.11.tgz", - "integrity": "sha512-bA3aZ79UgcHj7tFV7RlgThzwSSHZgvfbt2wprldRkYBcMopdMvHyO17Wwp/twcJasNFischFfS7oz8Katz8DdQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.1.0.tgz", + "integrity": "sha512-z0A8K+Nxq+f83Whm/ajlwE6VtQlp/yPHZnXw7XWVPIGm1Vx0QV8KThU3BpbBRfAZ7/dYqCKKBNnQh85BkmBKkA==", "peerDependencies": { "react-hook-form": "^7.0.0" } @@ -11392,9 +11392,9 @@ } }, "@hookform/resolvers": { - "version": "2.9.11", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-2.9.11.tgz", - "integrity": "sha512-bA3aZ79UgcHj7tFV7RlgThzwSSHZgvfbt2wprldRkYBcMopdMvHyO17Wwp/twcJasNFischFfS7oz8Katz8DdQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.1.0.tgz", + "integrity": "sha512-z0A8K+Nxq+f83Whm/ajlwE6VtQlp/yPHZnXw7XWVPIGm1Vx0QV8KThU3BpbBRfAZ7/dYqCKKBNnQh85BkmBKkA==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index bdf95f8..4a6241f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "db:migrate": "prisma migrate deploy" }, "dependencies": { - "@hookform/resolvers": "^2.9.11", + "@hookform/resolvers": "^3.1.0", "@next/bundle-analyzer": "13.3.4", "@prisma/client": "^4.13.0", "@sentry/nextjs": "^7.50.0",