Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @prisma/client from 5.17.0 to 5.18.0.
    See this package in npm: https://www.npmjs.com/package/@prisma/client
  - tailwind-merge from 2.4.0 to 2.5.2.
    See this package in npm: https://www.npmjs.com/package/tailwind-merge
  - lucide-react from 0.417.0 to 0.429.0.
    See this package in npm: https://www.npmjs.com/package/lucide-react

See this project in Snyk:
https://app.snyk.io/org/tito-saptarshi/project/b246f0a8-3ecf-4876-882f-ea3658c57e78?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 11, 2024
1 parent 75f88cc commit b2444e4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
30 changes: 17 additions & 13 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@kinde-oss/kinde-auth-nextjs": "^2.3.6",
"@prisma/client": "^5.17.0",
"@prisma/client": "^5.18.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
Expand All @@ -25,15 +25,15 @@
"@uploadthing/react": "^6.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.417.0",
"lucide-react": "^0.429.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-infinite-scroller": "^1.2.6",
"react-intersection-observer": "^9.13.1",
"tailwind-merge": "^2.4.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"unique-username-generator": "^1.3.0",
"uploadthing": "^6.13.2"
Expand Down

0 comments on commit b2444e4

Please sign in to comment.