diff --git a/package-lock.json b/package-lock.json index 9d8c9a5..2962009 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.11.19", + "@types/node": "20.11.19", "@types/react": "18.2.21", "@types/react-dom": "18.2.7", "@uploadthing/react": "^5.4.0", @@ -23,16 +23,16 @@ "clsx": "^2.0.0", "lucide-react": "^0.331.0", "mongoose": "^7.4.5", - "next": "^13.5.6", + "next": "13.5.6", "postcss": "8.4.28", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.45.4", - "svix": "^1.8.1", + "svix": "^1.19.0", "tailwind-merge": "^1.14.0", "tailwindcss": "3.3.3", "tailwindcss-animate": "^1.0.7", - "typescript": "^5.3.3", + "typescript": "5.3.3", "uploadthing": "^5.4.0", "zod": "^3.22.2" } @@ -2563,9 +2563,9 @@ } }, "node_modules/svix": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/svix/-/svix-1.8.1.tgz", - "integrity": "sha512-pIuIWPQqZVZKlnfokH0Y1OnWXKZBxE6s5DSVudHPKSU66D0M/OOvCX9dC34xbq1SUVT8uFllit6Ek3PGEJ77xA==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/svix/-/svix-1.19.0.tgz", + "integrity": "sha512-kDP9hVJ3pKpcGai8tCv1pEGd72WGsHbKABwlf5ipnl8ux5IlOOdEL7ErMEcUZe4diBV7Qp8H3v8Y9oM8ZE8sTA==", "dependencies": { "@stablelib/base64": "^1.0.0", "es6-promise": "^4.2.4", diff --git a/package.json b/package.json index b4be187..0393860 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.45.4", - "svix": "^1.8.1", + "svix": "^1.19.0", "tailwind-merge": "^1.14.0", "tailwindcss": "3.3.3", "tailwindcss-animate": "^1.0.7",