themesberg / volt-bootstrap-5-dashboard

Free and open source Bootstrap 5 Admin Dashboard Template with vanilla Javascript
https://themesberg.com/docs/volt-bootstrap-5-dashboard/getting-started/quick-start/
MIT License
2.61k stars 302 forks source link

Patch localtunnel axios dependency #28

Closed trasherdk closed 3 years ago

trasherdk commented 3 years ago

Browser-sync => localtunnel => axios vulnerability.

npm i -D axios@^0.21.1

Edit localtunnel

nano node_modules/localtunnel/package.json

  "dependencies": {
    "axios": "0.19.1", <=== change to 0.21.1
    "debug": "4.1.1",
    "openurl": "1.1.1",
    "yargs": "13.3.0"
  },

Run npm update && npm dedupe

That's it.

zoltanszogyenyi commented 3 years ago

Hey @trasherdk,

Thanks for the notice. I'll get it fixed.