1 Commits

Author SHA1 Message Date
cd996cde26 Update dependency jspdf to ^3.0.4
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-20 00:08:03 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@
"dayjs": "^1.11.19", "dayjs": "^1.11.19",
"email-validator": "^2.0.4", "email-validator": "^2.0.4",
"filesize": "^11.0.13", "filesize": "^11.0.13",
"jspdf": "^3.0.3", "jspdf": "^3.0.4",
"mui-color-input": "^7.0.0", "mui-color-input": "^7.0.0",
"react": "^19.2.0", "react": "^19.2.0",
"react-dom": "^19.2.0", "react-dom": "^19.2.0",
@@ -3646,13 +3646,13 @@
} }
}, },
"node_modules/jspdf": { "node_modules/jspdf": {
"version": "3.0.3", "version": "3.0.4",
"resolved": "https://registry.npmjs.org/jspdf/-/jspdf-3.0.3.tgz", "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-3.0.4.tgz",
"integrity": "sha512-eURjAyz5iX1H8BOYAfzvdPfIKK53V7mCpBTe7Kb16PaM8JSXEcUQNBQaiWMI8wY5RvNOPj4GccMjTlfwRBd+oQ==", "integrity": "sha512-dc6oQ8y37rRcHn316s4ngz/nOjayLF/FFxBF4V9zamQKRqXxyiH1zagkCdktdWhtoQId5K20xt1lB90XzkB+hQ==",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@babel/runtime": "^7.26.9", "@babel/runtime": "^7.28.4",
"fast-png": "^6.2.0", "fast-png": "^6.2.0",
"fflate": "^0.8.1" "fflate": "^0.8.1"
}, },

View File

@@ -30,7 +30,7 @@
"dayjs": "^1.11.19", "dayjs": "^1.11.19",
"email-validator": "^2.0.4", "email-validator": "^2.0.4",
"filesize": "^11.0.13", "filesize": "^11.0.13",
"jspdf": "^3.0.3", "jspdf": "^3.0.4",
"mui-color-input": "^7.0.0", "mui-color-input": "^7.0.0",
"react": "^19.2.0", "react": "^19.2.0",
"react-dom": "^19.2.0", "react-dom": "^19.2.0",