Skip to content

Commit

Permalink
fix: server/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-AXIOS-6032459
  • Loading branch information
snyk-bot authored and flaviuse committed Dec 8, 2024
1 parent 5ae4786 commit eaaadae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ci": "yarn install --frozen-lockfile"
},
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"@sendgrid/mail": "^8.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
Expand Down

0 comments on commit eaaadae

Please sign in to comment.