1 Commits

Author SHA1 Message Date
9d732025b0 Update dependency jspdf to ^3.0.3
All checks were successful
continuous-integration/drone/push Build is passing
2025-09-22 00:36:02 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -27,8 +27,8 @@
"date-and-time": "^3.6.0",
"dayjs": "^1.11.18",
"email-validator": "^2.0.4",
"filesize": "^11.0.13",
"jspdf": "^3.0.2",
"filesize": "^11.0.2",
"jspdf": "^3.0.3",
"mui-color-input": "^7.0.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
@@ -3323,12 +3323,12 @@
}
},
"node_modules/filesize": {
"version": "11.0.13",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.13.tgz",
"integrity": "sha512-mYJ/qXKvREuO0uH8LTQJ6v7GsUvVOguqxg2VTwQUkyTPXXRRWPdjuUPVqdBrJQhvci48OHlNGRnux+Slr2Rnvw==",
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.2.tgz",
"integrity": "sha512-s/iAeeWLk5BschUIpmdrF8RA8lhFZ/xDZgKw1Tan72oGws1/dFGB06nYEiyyssWUfjKNQTNRlrwMVjO9/hvXDw==",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 10.8.0"
"node": ">= 10.4.0"
}
},
"node_modules/fill-range": {
@@ -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

@@ -29,8 +29,8 @@
"date-and-time": "^3.6.0",
"dayjs": "^1.11.18",
"email-validator": "^2.0.4",
"filesize": "^11.0.13",
"jspdf": "^3.0.2",
"filesize": "^11.0.2",
"jspdf": "^3.0.3",
"mui-color-input": "^7.0.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",