From e62d8e85620f73f940f67d51f2b99559acac3418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 10:47:31 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 24 +++++++++++++++++++----- package.json | 2 +- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f153354b..37a0fa578 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7755,14 +7755,15 @@ } }, "pdfmake": { - "version": "0.1.66", - "resolved": "https://registry.npmjs.org/pdfmake/-/pdfmake-0.1.66.tgz", - "integrity": "sha512-NFR1hn5d4NDPOGFY2/jCt6eRLO2x2BFtr/vdl321DjlPYX9DxGwDAgCnNfTfh96lhewHDuAD8YU4X2l0kjnB2Q==", + "version": "0.1.68", + "resolved": "https://registry.npmjs.org/pdfmake/-/pdfmake-0.1.68.tgz", + "integrity": "sha512-oE1VEjkluro3+QqvLbFgFU/rRgyKdbPy/Fh8SS/nsUxnsiUcm85ChpmD6YD0hQW1E0d3hppAo4Yh+xdXucenIA==", "requires": { - "iconv-lite": "^0.6.0", + "iconv-lite": "^0.6.2", "linebreak": "^1.0.2", "pdfkit": "^0.11.0", - "svg-to-pdfkit": "^0.1.8" + "svg-to-pdfkit": "^0.1.8", + "xmldoc": "^1.1.2" } }, "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": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/scope-analyzer/-/scope-analyzer-2.1.1.tgz", @@ -11605,6 +11611,14 @@ "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", "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": { "version": "1.5.5", "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz", diff --git a/package.json b/package.json index 6902a6b5c..694da4dec 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "jszip": "^3.5.0", "moment": "^2.24.0", "overlayscrollbars": "^1.12.0", - "pdfmake": "^0.1.66", + "pdfmake": "^0.1.68", "popper.js": "^1.16.1", "raphael": "^2.3.0", "select2": "^4.0.13",