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
Thanks @vinaynijhawan for reporting these issues, I'm going to update our environment. As of 2.7.3, it should have no impact on your final build since all vulnerabilities come only from the following dev dependencies:
@vinaynijhawan Unfortunately #5840 will not remove all issues because remaining ones are from the gitbook package which doesn't seem maintained anymore so we will not be able to eliminate associated vulnerabilities (see GitbookIO/gitbook-cli#87). It's annoying but it's really minor because this dependency (gitbook) is not involved in the build process (only used to generate our HTML doc).
Please let us know how to remove all these vulnerabilites.
run npm install on your package
run npm install package-lock-only
run npm audit
you will see lot of vulenrabilities (27 high , 60 moderate , 26 low)
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
Context
Environment
The text was updated successfully, but these errors were encountered: