Bump jspdf from 3.0.0 to 3.0.1 (#1036)

This commit is contained in:
dependabot[bot]
2025-03-22 08:08:55 +01:00
committed by GitHub
parent 56296446ba
commit dd6b48779f
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"core-js": "3.41.0",
"elix": "15.0.1",
"i18next": "24.2.3",
"jspdf": "3.0.0",
"jspdf": "3.0.1",
"pathseg": "1.2.1",
"regenerator-runtime": "0.14.1",
"replace-in-file": "^8.3.0",
@@ -11266,18 +11266,18 @@
"license": "MIT"
},
"node_modules/jspdf": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/jspdf/-/jspdf-3.0.0.tgz",
"integrity": "sha512-QvuQZvOI8CjfjVgtajdL0ihrDYif1cN5gXiF9lb9Pd9JOpmocvnNyFO9sdiJ/8RA5Bu8zyGOUjJLj5kiku16ug==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/jspdf/-/jspdf-3.0.1.tgz",
"integrity": "sha512-qaGIxqxetdoNnFQQXxTKUD9/Z7AloLaw94fFsOiJMxbfYdBbrBuhWmbzI8TVjrw7s3jBY1PFHofBKMV/wZPapg==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.26.0",
"@babel/runtime": "^7.26.7",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"fflate": "^0.8.1"
},
"optionalDependencies": {
"canvg": "^3.0.6",
"canvg": "^3.0.11",
"core-js": "^3.6.0",
"dompurify": "^3.2.4",
"html2canvas": "^1.0.0-rc.5"