Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NEXT-8520073
  • Loading branch information
snyk-bot committed Dec 19, 2024
1 parent dc67e8a commit 6c2c678
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 84 deletions.
160 changes: 80 additions & 80 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@marsidev/react-turnstile": "^0.7.2",
"@prisma/client": "^5.22.0",
"@prisma/client": "^5.21.1",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
Expand All @@ -32,7 +32,7 @@
"@sentry/nextjs": "^7.119.0",
"@types/ua-parser-js": "^0.7.39",
"@vercel/analytics": "^1.3.1",
"axios": "^1.7.8",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.3",
Expand All @@ -43,10 +43,10 @@
"ioredis": "^5.4.1",
"lottie-react": "^2.4.0",
"lucide-react": "^0.441.0",
"next": "14.2.11",
"next": "14.2.15",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"prisma": "^5.22.0",
"prisma": "^5.21.1",
"qrcode.react": "^3.2.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
Expand Down

0 comments on commit 6c2c678

Please sign in to comment.