1 Commits

Author SHA1 Message Date
f482b9cb0b Update dependency svg2pdf.js to ^2.6.0
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-22 00:37:07 +00:00
2 changed files with 10 additions and 23 deletions

View File

@@ -36,10 +36,10 @@
"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.38.0",
"@eslint/js": "^9.37.0",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^4.7.0",
@@ -1079,9 +1079,9 @@
}
},
"node_modules/@eslint/js": {
"version": "9.38.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
"version": "9.37.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.37.0.tgz",
"integrity": "sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==",
"dev": true,
"license": "MIT",
"engines": {
@@ -3133,19 +3133,6 @@
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint/node_modules/@eslint/js": {
"version": "9.37.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.37.0.tgz",
"integrity": "sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding": {
"url": "https://eslint.org/donate"
}
},
"node_modules/espree": {
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
@@ -4522,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,10 +38,10 @@
"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.38.0",
"@eslint/js": "^9.37.0",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^4.7.0",