Hi. Every time i run npm update the package always gets "updated":
npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN img-loader@3.0.0 requires a peer of imagemin@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
+ @coreui/coreui-free-bootstrap-admin-template@2.1.10
removed 1101 packages, updated 2 packages and audited 12648 packages in 19.608s
found 4 high severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi. Every time i run
npm update
the package always gets "updated":My package.json file:
Also the
found 4 high severity vulnerabilities
always appears, but I don't know if it's related to this package. Is there a fix for this?