Bump jspdf from 4.2.0 to 4.2.1 (#265)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-31 19:16:15 +02:00
committed by GitHub
parent dd4bc79283
commit e3a76e943b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -24,7 +24,7 @@
"file-saver": "^2.0.5",
"javascript-natural-sort": "^0.7.1",
"js-cookie": "^3.0.5",
"jspdf": "^4.2.0",
"jspdf": "^4.2.1",
"lunr": "^2.3.9",
"lunr-languages": "^1.4.0",
"md5": "^2.3.0",
@@ -8798,9 +8798,9 @@
}
},
"node_modules/jspdf": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.2.0.tgz",
"integrity": "sha512-hR/hnRevAXXlrjeqU5oahOE+Ln9ORJUB5brLHHqH67A+RBQZuFr5GkbI9XQI8OUFSEezKegsi45QRpc4bGj75Q==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.2.1.tgz",
"integrity": "sha512-YyAXyvnmjTbR4bHQRLzex3CuINCDlQnBqoSYyjJwTP2x9jDLuKDzy7aKUl0hgx3uhcl7xzg32agn5vlie6HIlQ==",
"dependencies": {
"@babel/runtime": "^7.28.6",
"fast-png": "^6.2.0",
@@ -19391,9 +19391,9 @@
}
},
"jspdf": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.2.0.tgz",
"integrity": "sha512-hR/hnRevAXXlrjeqU5oahOE+Ln9ORJUB5brLHHqH67A+RBQZuFr5GkbI9XQI8OUFSEezKegsi45QRpc4bGj75Q==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.2.1.tgz",
"integrity": "sha512-YyAXyvnmjTbR4bHQRLzex3CuINCDlQnBqoSYyjJwTP2x9jDLuKDzy7aKUl0hgx3uhcl7xzg32agn5vlie6HIlQ==",
"requires": {
"@babel/runtime": "^7.28.6",
"canvg": "^3.0.11",

View File

@@ -19,7 +19,7 @@
"file-saver": "^2.0.5",
"javascript-natural-sort": "^0.7.1",
"js-cookie": "^3.0.5",
"jspdf": "^4.2.0",
"jspdf": "^4.2.1",
"lunr": "^2.3.9",
"lunr-languages": "^1.4.0",
"md5": "^2.3.0",