Vulnerable issue with JsPdf v2.1.0
Guidelines
-
Having vulnerable issue with severity is high
Describe the bug Material table internally using the jsPDF v2.1.0 package which having vulnerable issue, this was fixed in jsPDF v2.5.1. but Material table still using the old version of jsPDF, probably need to upgrade the version, but not sure about the impact for the upgrade.
To Reproduce Steps to reproduce the behavior:
- npm init
- npm i material-table
- npm audit --json
- Scroll down to the report
- See error **{ "findings": [ { "version": "2.1.0", "paths": [ "material-table>jspdf" ] } ], "metadata": null, "vulnerable_versions": "<2.3.1", "module_name": "jspdf", "severity": "high", **
Expected behavior No vulnerable issues should be there
Additional context Add any other context about the problem here.
Seeing this issue for our project as well.
same here
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. You can reopen it if it required.
any update on this?