diff --git a/package-lock.json b/package-lock.json index d74e74f..6ae8dfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,8 +8,8 @@ "license": "Apache-2.0", "dependencies": { "@arcjet/decorate": "^1.0.0-alpha.13", - "@arcjet/next": "latest", - "@hookform/resolvers": "^3.4.2", + "@arcjet/next": "*", + "@hookform/resolvers": "^3.6.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", "class-variance-authority": "^0.7.0", @@ -279,9 +279,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.6.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.6.0.tgz", + "integrity": "sha512-UBcpyOX3+RR+dNnqBd0lchXpoL8p4xC21XP8H6Meb8uve5Br1GCnmg0PcBoKKqPKgGu9GHQ/oygcmPrQhetwqw==", "peerDependencies": { "react-hook-form": "^7.0.0" } diff --git a/package.json b/package.json index 76c9753..9d5720b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@arcjet/decorate": "^1.0.0-alpha.13", "@arcjet/next": "latest", - "@hookform/resolvers": "^3.4.2", + "@hookform/resolvers": "^3.6.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", "class-variance-authority": "^0.7.0",