You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x
Current Behavior
In my current ionic project, made with Vue and Vite, when making an audit with npm audit, I got a vulnerability like so:
semver 7.0.0 - 7.5.1
Severity: moderate
semver vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
fix available via `npm audit fix`
node_modules/simple-update-notifier/node_modules/semver
simple-update-notifier 1.0.7 - 1.1.0
Depends on vulnerable versions of semver
node_modules/simple-update-notifier
nodemon 2.0.19 - 2.0.22
Depends on vulnerable versions of simple-update-notifier
node_modules/nodemon
3 moderate severity vulnerabilities
To address all issues, run:
npm audit fix
I tried many times to run npm audit fix but it doesn't seem to do anything particular. I also went to the repos and found out that the packages had, apparently, fixed the issue. I don't know what I can do to investigate further, but I would be glad if this "error" could go away :)
Expected Behavior
I expected that npm audit fixactually fix the issue.
Steps to Reproduce
Sadly I couldn't reproduce the issue on a fresh new project. The project is made with ionic for Vue and Vite, and has more deps than the basics one.
If needed, I could investigate further by removing deps :)
We don't manage npm audit fix, so it might be best to file this feedback on https://github.com/npm/cli. I wasn't able to reproduce this in an Ionic Vue starter app either, so it sounds like your project may have an outdated dependency (or you have a "dependency of a dependency" issue. This blog goes into some of the issues with npm audit right now).
I'm going to close this, but let me know if you have any other questions.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Prerequisites
Ionic Framework Version
v7.x
Current Behavior
In my current ionic project, made with Vue and Vite, when making an audit with
npm audit
, I got a vulnerability like so:I tried many times to run
npm audit fix
but it doesn't seem to do anything particular. I also went to the repos and found out that the packages had, apparently, fixed the issue. I don't know what I can do to investigate further, but I would be glad if this "error" could go away :)Expected Behavior
I expected that
npm audit fix
actually fix the issue.Steps to Reproduce
Sadly I couldn't reproduce the issue on a fresh new project. The project is made with ionic for Vue and Vite, and has more deps than the basics one.
If needed, I could investigate further by removing deps :)
Code Reproduction URL
No response
Ionic Info
Additional Information
remy/nodemon#2121 (comment)
alexbrazier/simple-update-notifier#20
The text was updated successfully, but these errors were encountered: