mirror of https://github.com/ColorlibHQ/AdminLTE
Bump pdfmake from 0.1.66 to 0.1.68 (#2951)
Bumps [pdfmake](https://github.com/bpampuch/pdfmake) from 0.1.66 to 0.1.68. - [Release notes](https://github.com/bpampuch/pdfmake/releases) - [Changelog](https://github.com/bpampuch/pdfmake/blob/master/CHANGELOG.md) - [Commits](https://github.com/bpampuch/pdfmake/compare/0.1.66...0.1.68) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/2944/head
parent
72ad5e5154
commit
e62d8e8562
|
@ -7755,14 +7755,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pdfmake": {
|
"pdfmake": {
|
||||||
"version": "0.1.66",
|
"version": "0.1.68",
|
||||||
"resolved": "https://registry.npmjs.org/pdfmake/-/pdfmake-0.1.66.tgz",
|
"resolved": "https://registry.npmjs.org/pdfmake/-/pdfmake-0.1.68.tgz",
|
||||||
"integrity": "sha512-NFR1hn5d4NDPOGFY2/jCt6eRLO2x2BFtr/vdl321DjlPYX9DxGwDAgCnNfTfh96lhewHDuAD8YU4X2l0kjnB2Q==",
|
"integrity": "sha512-oE1VEjkluro3+QqvLbFgFU/rRgyKdbPy/Fh8SS/nsUxnsiUcm85ChpmD6YD0hQW1E0d3hppAo4Yh+xdXucenIA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"iconv-lite": "^0.6.0",
|
"iconv-lite": "^0.6.2",
|
||||||
"linebreak": "^1.0.2",
|
"linebreak": "^1.0.2",
|
||||||
"pdfkit": "^0.11.0",
|
"pdfkit": "^0.11.0",
|
||||||
"svg-to-pdfkit": "^0.1.8"
|
"svg-to-pdfkit": "^0.1.8",
|
||||||
|
"xmldoc": "^1.1.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"performance-now": {
|
"performance-now": {
|
||||||
|
@ -9113,6 +9114,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"sax": {
|
||||||
|
"version": "1.2.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
|
||||||
|
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
|
||||||
|
},
|
||||||
"scope-analyzer": {
|
"scope-analyzer": {
|
||||||
"version": "2.1.1",
|
"version": "2.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/scope-analyzer/-/scope-analyzer-2.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/scope-analyzer/-/scope-analyzer-2.1.1.tgz",
|
||||||
|
@ -11605,6 +11611,14 @@
|
||||||
"integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
|
"integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"xmldoc": {
|
||||||
|
"version": "1.1.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/xmldoc/-/xmldoc-1.1.2.tgz",
|
||||||
|
"integrity": "sha512-ruPC/fyPNck2BD1dpz0AZZyrEwMOrWTO5lDdIXS91rs3wtm4j+T8Rp2o+zoOYkkAxJTZRPOSnOGei1egoRmKMQ==",
|
||||||
|
"requires": {
|
||||||
|
"sax": "^1.2.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"xmlhttprequest-ssl": {
|
"xmlhttprequest-ssl": {
|
||||||
"version": "1.5.5",
|
"version": "1.5.5",
|
||||||
"resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz",
|
"resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz",
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
"jszip": "^3.5.0",
|
"jszip": "^3.5.0",
|
||||||
"moment": "^2.24.0",
|
"moment": "^2.24.0",
|
||||||
"overlayscrollbars": "^1.12.0",
|
"overlayscrollbars": "^1.12.0",
|
||||||
"pdfmake": "^0.1.66",
|
"pdfmake": "^0.1.68",
|
||||||
"popper.js": "^1.16.1",
|
"popper.js": "^1.16.1",
|
||||||
"raphael": "^2.3.0",
|
"raphael": "^2.3.0",
|
||||||
"select2": "^4.0.13",
|
"select2": "^4.0.13",
|
||||||
|
|
Loading…
Reference in New Issue