diff --git a/package-lock.json b/package-lock.json index a2ffac0..edf8ed5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "tailwind-variants": "^0.1.18", "tailwindcss": "3.3.5", "typescript": "5.0.4", - "zod": "^1.11.17" + "zod": "^3.23.8" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -6860,9 +6860,12 @@ } }, "node_modules/zod": { - "version": "1.11.17", - "resolved": "https://registry.npmjs.org/zod/-/zod-1.11.17.tgz", - "integrity": "sha512-UzIwO92D0dSFwIRyyqAfRXICITLjF0IP8tRbEK/un7adirMssWZx8xF/1hZNE7t61knWZ+lhEuUvxlu2MO8qqA==" + "version": "3.23.8", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", + "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } } } } diff --git a/package.json b/package.json index ff2d53e..7208f3b 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,6 @@ "tailwind-variants": "^0.1.18", "tailwindcss": "3.3.5", "typescript": "5.0.4", - "zod": "^1.11.17" + "zod": "^3.23.8" } -} \ No newline at end of file +}