Skip to content

Commit 9febeb6

Browse files
Bump pdfmake from 0.2.18 to 0.2.19 in /components (#12335)
Bumps [pdfmake](https://github.com/bpampuch/pdfmake) from 0.2.18 to 0.2.19. - [Release notes](https://github.com/bpampuch/pdfmake/releases) - [Changelog](https://github.com/bpampuch/pdfmake/blob/0.2.19/CHANGELOG.md) - [Commits](bpampuch/pdfmake@0.2.18...0.2.19) --- updated-dependencies: - dependency-name: pdfmake dependency-version: 0.2.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e262c35 commit 9febeb6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"metismenu": "~3.0.7",
3636
"moment": "^2.30.1",
3737
"morris.js": "morrisjs/morris.js",
38-
"pdfmake": "^0.2.18",
38+
"pdfmake": "^0.2.19",
3939
"startbootstrap-sb-admin-2": "1.0.7"
4040
},
4141
"engines": {

components/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -503,15 +503,15 @@ pako@~1.0.2:
503503
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
504504
integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
505505

506-
pdfmake@^0.2.18:
507-
version "0.2.18"
508-
resolved "https://registry.yarnpkg.com/pdfmake/-/pdfmake-0.2.18.tgz#0be32a9274466494a69285193b64f61f3198ea4e"
509-
integrity sha512-Fe+GnMS8EVZu5rci/CDaQ+xmUoHvx8P+rvIlrwSYM6A5c7Aik8G6lpJbddhjBE2jXGjv6WcUCFCB06uZbjxkMw==
506+
pdfmake@^0.2.19:
507+
version "0.2.19"
508+
resolved "https://registry.yarnpkg.com/pdfmake/-/pdfmake-0.2.19.tgz#23d6862b395de95e41089263936f0ff806193ea7"
509+
integrity sha512-jVUILxOqAgcquxbGCz3Bo1/sGEuVLcReGYvo61oJ2EkkyfrlREd7TfLRF6jdF85aEQjxOj/6BD9uj0p+UfXNkw==
510510
dependencies:
511511
"@foliojs-fork/linebreak" "^1.1.2"
512512
"@foliojs-fork/pdfkit" "^0.15.3"
513513
iconv-lite "^0.6.3"
514-
xmldoc "^1.3.0"
514+
xmldoc "^2.0.0"
515515

516516
png-js@^1.0.0:
517517
version "1.0.0"
@@ -625,9 +625,9 @@ util-deprecate@~1.0.1:
625625
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
626626
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
627627

628-
xmldoc@^1.3.0:
629-
version "1.3.0"
630-
resolved "https://registry.yarnpkg.com/xmldoc/-/xmldoc-1.3.0.tgz#7823225b096c74036347c9ec5924d06b6a3cebab"
631-
integrity sha512-y7IRWW6PvEnYQZNZFMRLNJw+p3pezM4nKYPfr15g4OOW9i8VpeydycFuipE2297OvZnh3jSb2pxOt9QpkZUVng==
628+
xmldoc@^2.0.0:
629+
version "2.0.0"
630+
resolved "https://registry.yarnpkg.com/xmldoc/-/xmldoc-2.0.0.tgz#948b97c38f0cbc07b878985d14f9e2212127d42a"
631+
integrity sha512-6ZsqsqEkIKzWLqGyTN+j+ZRc/vxQHtnlHzSvj3JvM4XZPoZVJxj6fyz0XvwKAf1vh+kSN/HibO1/iJLf3F3LRw==
632632
dependencies:
633633
sax "^1.2.4"

0 commit comments

Comments
 (0)