fix(nodejs-express-server): remove unused axios dependency (#20707)

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.
This commit is contained in:
Gus Costa 2025-02-22 12:10:46 -03:00 committed by GitHub
parent 28c7b9b956
commit f83b049fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",