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
Describe the bug
A number of package dependencies have moderate to high security vulnerabilities. These may be exploitable in the right circumstances.
To Reproduce
Steps to reproduce the behavior:
Clone the repo
Run npm install
Run npm audit to list packages with vulnerabilities that have been patched
Expected behavior npm audit --audit-level=low should not report any vulnerabilities, or at best case, only report low severity instances. Consider adding dependabot to automate scans and raise relevant issues in the repo for package dependency security issues detected.
Project version:
"version": "0.0.1"
Desktop:
OS: MacOS
Browser: Firefox
Version: 133.0.3
The text was updated successfully, but these errors were encountered:
Describe the bug
A number of package dependencies have moderate to high security vulnerabilities. These may be exploitable in the right circumstances.
To Reproduce
Steps to reproduce the behavior:
npm install
npm audit
to list packages with vulnerabilities that have been patchedExpected behavior
npm audit --audit-level=low
should not report any vulnerabilities, or at best case, only report low severity instances. Consider adding dependabot to automate scans and raise relevant issues in the repo for package dependency security issues detected.Project version:
"version": "0.0.1"
Desktop:
The text was updated successfully, but these errors were encountered: