diff --git a/package-lock.json b/package-lock.json index e4c8e43..5e17100 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tabs": "^1.0.4", - "@types/node": "^20.12.10", + "@types/node": "20.12.10", "@types/react": "18.3.1", "@types/react-dom": "18.3.0", "@uploadthing/react": "^5.2.1", @@ -22,7 +22,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.378.0", - "mongoose": "^8.3.4", + "mongoose": "^8.2.4", "next": "^14.2.3", "postcss": "^8.4.38", "react": "18.3.1", @@ -34,7 +34,7 @@ "tailwindcss-animate": "^1.0.6", "typescript": "5.4.5", "uploadthing": "^5.3.2", - "zod": "^3.23.6" + "zod": "^3.23.7" } }, "node_modules/@alloc/quick-lru": { @@ -3176,9 +3176,9 @@ } }, "node_modules/zod": { - "version": "3.23.6", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.6.tgz", - "integrity": "sha512-RTHJlZhsRbuA8Hmp/iNL7jnfc4nZishjsanDAfEY1QpDQZCahUp3xDzl+zfweE9BklxMUcgBgS1b7Lvie/ZVwA==", + "version": "3.23.7", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.7.tgz", + "integrity": "sha512-NBeIoqbtOiUMomACV/y+V3Qfs9+Okr18vR5c/5pHClPpufWOrsx8TENboDPe265lFdfewX2yBtNTLPvnmCxwog==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index 4ed793d..e0eff47 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "tailwindcss-animate": "^1.0.6", "typescript": "5.4.5", "uploadthing": "^5.3.2", - "zod": "^3.23.6" + "zod": "^3.23.7" } }