浏览代码

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>
dependabot[bot] 4 年之前
父节点
当前提交
e62d8e8562
共有 2 个文件被更改,包括 20 次插入6 次删除
  1. 19 5
      package-lock.json
  2. 1 1
      package.json

+ 19 - 5
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",

+ 1 - 1
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",