Update dependency jspdf to ^3.0.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-22 00:36:02 +00:00
parent 36dd681c84
commit 9d732025b0
2 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
"dayjs": "^1.11.18",
"email-validator": "^2.0.4",
"filesize": "^11.0.2",
"jspdf": "^3.0.2",
"jspdf": "^3.0.3",
"mui-color-input": "^7.0.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
@@ -3687,9 +3687,9 @@
}
},
"node_modules/jspdf": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/jspdf/-/jspdf-3.0.2.tgz",
"integrity": "sha512-G0fQDJ5fAm6UW78HG6lNXyq09l0PrA1rpNY5i+ly17Zb1fMMFSmS+3lw4cnrAPGyouv2Y0ylujbY2Ieq3DSlKA==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/jspdf/-/jspdf-3.0.3.tgz",
"integrity": "sha512-eURjAyz5iX1H8BOYAfzvdPfIKK53V7mCpBTe7Kb16PaM8JSXEcUQNBQaiWMI8wY5RvNOPj4GccMjTlfwRBd+oQ==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.26.9",

View File

@@ -30,7 +30,7 @@
"dayjs": "^1.11.18",
"email-validator": "^2.0.4",
"filesize": "^11.0.2",
"jspdf": "^3.0.2",
"jspdf": "^3.0.3",
"mui-color-input": "^7.0.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",