diff --git a/package-lock.json b/package-lock.json index baeb5ab..0ad714a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@headlessui/react": "^1.7.17", "@headlessui/tailwindcss": "^0.2.0", - "@hookform/resolvers": "^3.3.1", + "@hookform/resolvers": "^3.3.3", "@kodingdotninja/use-tailwind-breakpoint": "^0.0.5", "@next/bundle-analyzer": "^14.0.3", "@tanstack/react-query": "^4.35.0", @@ -2240,10 +2240,9 @@ } }, "node_modules/@hookform/resolvers": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.1.tgz", - "integrity": "sha512-K7KCKRKjymxIB90nHDQ7b9nli474ru99ZbqxiqDAWYsYhOsU3/4qLxW91y+1n04ic13ajjZ66L3aXbNef8PELQ==", - "license": "MIT", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.3.tgz", + "integrity": "sha512-bOMxKkSD3zWcS11TKoUQ8O0ZqKslFohvUsPKSrdCHiuEuMjRo/u3cq9YRJD/+xtNGYup++XD2LkjhegP5XENiw==", "peerDependencies": { "react-hook-form": "^7.0.0" } diff --git a/package.json b/package.json index d0bddde..117b2a1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@headlessui/react": "^1.7.17", "@headlessui/tailwindcss": "^0.2.0", - "@hookform/resolvers": "^3.3.1", + "@hookform/resolvers": "^3.3.3", "@kodingdotninja/use-tailwind-breakpoint": "^0.0.5", "@next/bundle-analyzer": "^14.0.3", "@tanstack/react-query": "^4.35.0",