chore: update jspdf to version 4.0.0 for improved functionality

This commit is contained in:
Marco Pedone 2026-01-14 13:42:04 +01:00
parent 757f0ab97c
commit c7eb0fa05f
2 changed files with 5 additions and 5 deletions

View file

@ -52,7 +52,7 @@
"html2canvas-pro": "^1.5.13", "html2canvas-pro": "^1.5.13",
"ioredis": "^5.7.0", "ioredis": "^5.7.0",
"jose": "^6.0.12", "jose": "^6.0.12",
"jspdf": "^3.0.4", "jspdf": "^4.0.0",
"kysely": "^0.28.9", "kysely": "^0.28.9",
"kysely-plugin-serialize": "^0.8.2", "kysely-plugin-serialize": "^0.8.2",
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
@ -10447,9 +10447,9 @@
} }
}, },
"node_modules/jspdf": { "node_modules/jspdf": {
"version": "3.0.4", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/jspdf/-/jspdf-3.0.4.tgz", "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.0.0.tgz",
"integrity": "sha512-dc6oQ8y37rRcHn316s4ngz/nOjayLF/FFxBF4V9zamQKRqXxyiH1zagkCdktdWhtoQId5K20xt1lB90XzkB+hQ==", "integrity": "sha512-w12U97Z6edKd2tXDn3LzTLg7C7QLJlx0BPfM3ecjK2BckUl9/81vZ+r5gK4/3KQdhAcEZhENUxRhtgYBj75MqQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.28.4", "@babel/runtime": "^7.28.4",

View file

@ -64,7 +64,7 @@
"html2canvas-pro": "^1.5.13", "html2canvas-pro": "^1.5.13",
"ioredis": "^5.7.0", "ioredis": "^5.7.0",
"jose": "^6.0.12", "jose": "^6.0.12",
"jspdf": "^3.0.4", "jspdf": "^4.0.0",
"kysely": "^0.28.9", "kysely": "^0.28.9",
"kysely-plugin-serialize": "^0.8.2", "kysely-plugin-serialize": "^0.8.2",
"leaflet": "^1.9.4", "leaflet": "^1.9.4",