justboil / admin-one-vue-tailwind

Free Vue.js 3.x Tailwind 3.x admin dashboard template with dark mode. Vite builds. Pinia state. Laravel integration available
https://justboil.github.io/admin-one-vue-tailwind/
MIT License
2.15k stars 403 forks source link

Fix the vulnerabilities. #6

Closed andylow closed 2 years ago

andylow commented 2 years ago

Upgrade the package.json to resolve vulnerabilities.

Currently there is 70 vulnerabilities:

120 packages are looking for funding
  run `npm fund` for details

70 vulnerabilities (57 moderate, 13 high)

To address issues that do not require attention, run:
  npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.

Ran npm audit fix and npm audit fix --force doesn't fix those vulnerabilities.

vikdiesel commented 2 years ago

Updated @vue packages to 5.0.0-rc.2. Fixed version now available on master branch.