1 Commits

Author SHA1 Message Date
8e9aa3b304 Update dependency svg2pdf.js to ^2.6.0
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-15 00:35:03 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@
"react-qr-code": "^2.0.18",
"react-router-dom": "^7.4.0",
"react-zoom-pan-pinch": "^3.7.0",
"svg2pdf.js": "^2.5.0"
"svg2pdf.js": "^2.6.0"
},
"devDependencies": {
"@eslint/js": "^9.37.0",
@@ -4509,9 +4509,9 @@
}
},
"node_modules/svg2pdf.js": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/svg2pdf.js/-/svg2pdf.js-2.5.0.tgz",
"integrity": "sha512-cFRquPkZJ6G2wVKR0Cc9Z+5Vh7ycvfBu306a/TZFNwymYgF9aURmRddDCN0siQ00+b6hqjs9tSObJudizV4IRg==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/svg2pdf.js/-/svg2pdf.js-2.6.0.tgz",
"integrity": "sha512-IXdzgjDT7BoeiU3nI2WWy3jh4CoHPqOlpKsY+6aCBDJ/8bIrBTjIdY0rHeXtbiwTN9Yz0ccSmNfgIv/0vxaPIA==",
"license": "MIT",
"dependencies": {
"cssesc": "^3.0.0",

View File

@@ -38,7 +38,7 @@
"react-qr-code": "^2.0.18",
"react-router-dom": "^7.4.0",
"react-zoom-pan-pinch": "^3.7.0",
"svg2pdf.js": "^2.5.0"
"svg2pdf.js": "^2.6.0"
},
"devDependencies": {
"@eslint/js": "^9.37.0",