kytos-ng / ui

Kytos Admin UI
MIT License
0 stars 3 forks source link

[Fix] NPM dependencies with security vulnerabilities #9

Closed rmotitsuki closed 2 years ago

rmotitsuki commented 2 years ago

Fix #8 Running the build command with npm reported over 30 security vulnerabilities. Since many libraries were more than 2 years old, I had to upgrade to the latest version as it was not feasible to upgrade to intermediate versions. It turns out that the webpack syntax has changed, and many options have become more restricted. This PR addresses the upgrade and all the errors/warnings reported in the build and run process.