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-AXIOS-6032459
  • Loading branch information
snyk-bot committed Oct 27, 2023
1 parent 0b6e6d0 commit 17c3d5c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 185 deletions.
232 changes: 49 additions & 183 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/AlgoSolver/server#readme",
"dependencies": {
"axios": "^0.21.3",
"axios": "^1.6.0",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
Expand All @@ -33,7 +33,7 @@
"joi-objectid": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"mailgun-js": "^0.22.0",
"mailgun.js": "^7.0.0",
"mailgun.js": "^8.1.0",
"mongoose": "^6.4.6",
"mongoose-paginate-v2": "^1.3.17",
"morgan": "^1.10.0",
Expand Down

0 comments on commit 17c3d5c

Please sign in to comment.