Skip to content

Commit d4e8dd2

Browse files
committed
feat(dependencies): update jspdf to version 4.1.0 and add overrides for lodash, d3-color, and glob
1 parent 6ac22b0 commit d4e8dd2

File tree

2 files changed

+14
-155
lines changed

2 files changed

+14
-155
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"html2canvas": "^1.4.1",
5757
"i18n-iso-countries": "^7.14.0",
5858
"input-otp": "1.4.1",
59-
"jspdf": "^4.0.0",
59+
"jspdf": "^4.1.0",
6060
"jszip": "^3.10.1",
6161
"lucide-react": "^0.454.0",
6262
"mysql2": "^3.6.5",
@@ -94,5 +94,10 @@
9494
"tailwindcss": "^3.4.17",
9595
"tsx": "^4.19.2",
9696
"typescript": "^5"
97+
},
98+
"overrides": {
99+
"lodash": "4.17.23",
100+
"d3-color": "3.1.0",
101+
"glob": "10.5.0"
97102
}
98103
}

0 commit comments

Comments
 (0)