Skip to content

Commit 7fbb368

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSPDF-15182654 - https://snyk.io/vuln/SNYK-JS-JSPDF-15182650 - https://snyk.io/vuln/SNYK-JS-JSPDF-15182644 - https://snyk.io/vuln/SNYK-JS-JSPDF-15182647
1 parent 102ba8f commit 7fbb368

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"chartjs-plugin-zoom": "^2.2.0",
2525
"file-saver": "^2.0.5",
2626
"html2canvas": "^1.4.1",
27-
"jspdf": "^3.0.3",
27+
"jspdf": "^4.1.0",
2828
"jspdf-autotable": "^5.0.2",
2929
"lucide-react": "^0.540.0",
3030
"react": "^19.1.1",

0 commit comments

Comments
 (0)