3
0
mirror of https://github.com/snipe/snipe-it.git synced 2025-10-29 11:21:21 +00:00

Bumped jspdf-autotable from ^3.8.4 to ^5.0.2

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-07-28 08:52:52 +01:00
parent 4f46313388
commit c1a52ffa75
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -25,7 +25,7 @@
"jquery-slimscroll": "^1.3.8",
"jquery-validation": "^1.21.0",
"jquery.iframe-transport": "^1.0.0",
"jspdf-autotable": "^3.8.4",
"jspdf-autotable": "^5.0.2",
"less": "^4.2.2",
"less-loader": "^6.0",
"list.js": "^1.5.0",
@ -6785,11 +6785,11 @@
}
},
"node_modules/jspdf-autotable": {
"version": "3.8.4",
"resolved": "https://registry.npmjs.org/jspdf-autotable/-/jspdf-autotable-3.8.4.tgz",
"integrity": "sha512-rSffGoBsJYX83iTRv8Ft7FhqfgEL2nLpGAIiqruEQQ3e4r0qdLFbPUB7N9HAle0I3XgpisvyW751VHCqKUVOgQ==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/jspdf-autotable/-/jspdf-autotable-5.0.2.tgz",
"integrity": "sha512-YNKeB7qmx3pxOLcNeoqAv3qTS7KuvVwkFe5AduCawpop3NOkBUtqDToxNc225MlNecxT4kP2Zy3z/y/yvGdXUQ==",
"peerDependencies": {
"jspdf": "^2.5.1"
"jspdf": "^2 || ^3"
}
},
"node_modules/jspdf/node_modules/core-js": {

View File

@ -45,7 +45,7 @@
"jquery-slimscroll": "^1.3.8",
"jquery-validation": "^1.21.0",
"jquery.iframe-transport": "^1.0.0",
"jspdf-autotable": "^3.8.4",
"jspdf-autotable": "^5.0.2",
"less": "^4.2.2",
"less-loader": "^6.0",
"list.js": "^1.5.0",