Skip to content

Commit

Permalink
fix(nodejs-express-server): remove unused axios dependency (#20707)
Browse files Browse the repository at this point in the history
Remove axios from package.mustache as it's not used in the starter build.
This eliminates potential security vulnerabilities (ReDos & SSRF) from
the dependency tree without affecting functionality.
  • Loading branch information
gus-costa authored Feb 22, 2025
1 parent 28c7b9b commit f83b049
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"winston": "^3.2.1"
},
"devDependencies": {
"axios": "^0.19.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^5.16.0",
Expand Down

0 comments on commit f83b049

Please # to comment.