Skip to content

Commit

Permalink
fix: web_app/package.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-COOKIE-8163060
  • Loading branch information
snyk-bot committed Oct 12, 2024
1 parent d3b6e9b commit 6bbb9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^4.29.7",
"@clerk/nextjs": "^5.7.2",
"@clerk/themes": "^1.7.9",
"@hookform/resolvers": "^3.3.4",
"@prisma/client": "^5.13.0",
Expand Down

0 comments on commit 6bbb9e7

Please sign in to comment.