Skip to content

Commit

Permalink
feat: updated dependencies because of clerk vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Artsiom Voitas committed Jan 14, 2024
1 parent b9e5d69 commit bc2f3cc
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 70 deletions.
128 changes: 65 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.29.2",
"@clerk/nextjs": "^4.29.3",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"axios": "^1.6.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^10.17.9",
"geist": "^1.2.0",
"lucide-react": "^0.307.0",
"framer-motion": "^10.18.0",
"geist": "^1.2.1",
"lucide-react": "^0.309.0",
"next": "14.0.4",
"next-themes": "^0.2.1",
"react": "^18.2.0",
Expand All @@ -26,10 +26,10 @@
"react-responsive-masonry": "^2.1.7",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^2.9.2"
"usehooks-ts": "^2.9.4"
},
"devDependencies": {
"@types/node": "^20.10.7",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-responsive-masonry": "^2.1.3",
Expand All @@ -38,7 +38,7 @@
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.33",
"prettier": "^3.1.1",
"prettier": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
Expand Down

0 comments on commit bc2f3cc

Please sign in to comment.