Skip to content

Commit

Permalink
fix: templates/vercel/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-PATHTOREGEXP-7925106
  • Loading branch information
snyk-bot committed Dec 14, 2024
1 parent 52450b3 commit 7c89c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@remix-run/node": "*",
"@remix-run/react": "*",
"@remix-run/vercel": "*",
"@vercel/node": "^2.6.2",
"@vercel/node": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 7c89c46

Please sign in to comment.