I'm currently trying to migrate a big vue-cli build into the vite ecosystem, when running the dependency installation I get an "high vulnerability" to resolve so when running npm audit fix this message appears:
No fix available
node_modules/@vue/component-compiler-utils/node_modules/postcss
@vue/component-compiler-utils *
Depends on vulnerable versions of postcss
node_modules/@vue/component-compiler-utils
vite-plugin-vue2 *
Depends on vulnerable versions of @vue/component-compiler-utils
node_modules/vite-plugin-vue2
My current package.json contains the following packages, along with a bunch of others which shouldn't be related to the issue:
Hi there,
First of all thank you for creating this package.
I'm currently trying to migrate a big
vue-cli
build into thevite
ecosystem, when running the dependency installation I get an "high vulnerability" to resolve so when runningnpm audit fix
this message appears:My current package.json contains the following packages, along with a bunch of others which shouldn't be related to the issue:
Looking forward to hearing from you