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:
  - @kinde-oss/kinde-auth-nextjs from 2.3.6 to 2.3.7.
    See this package in npm: https://www.npmjs.com/package/@kinde-oss/kinde-auth-nextjs
  - @prisma/client from 5.17.0 to 5.19.0.
    See this package in npm: https://www.npmjs.com/package/@prisma/client
  - @supabase/supabase-js from 2.45.1 to 2.45.2.
    See this package in npm: https://www.npmjs.com/package/@supabase/supabase-js

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 18, 2024
1 parent 3b9af74 commit 2c3946d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
35 changes: 19 additions & 16 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 @@ -10,8 +10,8 @@
"postinstall": "prisma generate"
},
"dependencies": {
"@kinde-oss/kinde-auth-nextjs": "^2.3.6",
"@prisma/client": "^5.17.0",
"@kinde-oss/kinde-auth-nextjs": "^2.3.7",
"@prisma/client": "^5.19.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 @@ -22,7 +22,7 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@supabase/supabase-js": "^2.45.1",
"@supabase/supabase-js": "^2.45.2",
"@uploadthing/react": "^6.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand Down

0 comments on commit 2c3946d

Please sign in to comment.