build(deps): bump jspdf from 4.2.0 to 4.2.1

Bumps [jspdf](https://github.com/parallax/jsPDF) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/parallax/jsPDF/releases)
- [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md)
- [Commits](https://github.com/parallax/jsPDF/compare/v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: jspdf
  dependency-version: 4.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-17 17:30:24 +00:00
committed by GitHub
parent 01dc3005d7
commit 5e5975791f
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -38,7 +38,7 @@
"i18next": "^25.8.13", "i18next": "^25.8.13",
"i18next-browser-languagedetector": "^8.2.1", "i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.2", "i18next-http-backend": "^3.0.2",
"jspdf": "^4.2.0", "jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.2", "jspdf-autotable": "^5.0.2",
"jszip": "^3.10.1", "jszip": "^3.10.1",
"lit": "^3.3.2", "lit": "^3.3.2",
@@ -8092,9 +8092,9 @@
} }
}, },
"node_modules/jspdf": { "node_modules/jspdf": {
"version": "4.2.0", "version": "4.2.1",
"resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.2.0.tgz", "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.2.1.tgz",
"integrity": "sha512-hR/hnRevAXXlrjeqU5oahOE+Ln9ORJUB5brLHHqH67A+RBQZuFr5GkbI9XQI8OUFSEezKegsi45QRpc4bGj75Q==", "integrity": "sha512-YyAXyvnmjTbR4bHQRLzex3CuINCDlQnBqoSYyjJwTP2x9jDLuKDzy7aKUl0hgx3uhcl7xzg32agn5vlie6HIlQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.28.6", "@babel/runtime": "^7.28.6",

View File

@@ -94,7 +94,7 @@
"i18next": "^25.8.13", "i18next": "^25.8.13",
"i18next-browser-languagedetector": "^8.2.1", "i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.2", "i18next-http-backend": "^3.0.2",
"jspdf": "^4.2.0", "jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.2", "jspdf-autotable": "^5.0.2",
"jszip": "^3.10.1", "jszip": "^3.10.1",
"lit": "^3.3.2", "lit": "^3.3.2",