Skip to content

Commit 5edeade

Browse files
Bump pdfmake from 0.2.7 to 0.2.10 in /components (#9994)
Bumps [pdfmake](https://github.com/bpampuch/pdfmake) from 0.2.7 to 0.2.10. - [Release notes](https://github.com/bpampuch/pdfmake/releases) - [Changelog](https://github.com/bpampuch/pdfmake/blob/0.2.10/CHANGELOG.md) - [Commits](bpampuch/pdfmake@0.2.7...0.2.10) --- updated-dependencies: - dependency-name: pdfmake 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 7e49e67 commit 5edeade

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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.29.4",
3737
"morris.js": "morrisjs/morris.js",
38-
"pdfmake": "^0.2.7",
38+
"pdfmake": "^0.2.10",
3939
"startbootstrap-sb-admin-2": "1.0.7"
4040
},
4141
"engines": {

components/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
brfs "^2.0.2"
2828
unicode-trie "^2.0.0"
2929

30-
"@foliojs-fork/pdfkit@^0.13.0":
31-
version "0.13.0"
32-
resolved "https://registry.yarnpkg.com/@foliojs-fork/pdfkit/-/pdfkit-0.13.0.tgz#54f5368d8cf74d8edc81a175ccda1fd9655f2db9"
33-
integrity sha512-YXeG1fml9k97YNC9K8e292Pj2JzGt9uOIiBFuQFxHsdQ45BlxW+JU3RQK6JAvXU7kjhjP8rCcYvpk36JLD33sQ==
30+
"@foliojs-fork/pdfkit@^0.14.0":
31+
version "0.14.0"
32+
resolved "https://registry.yarnpkg.com/@foliojs-fork/pdfkit/-/pdfkit-0.14.0.tgz#ed1868050edd2904284655f8dcddd56b49576c98"
33+
integrity sha512-nMOiQAv6id89MT3tVTCgc7HxD5ZMANwio2o5yvs5sexQkC0KI3BLaLakpsrHmFfeGFAhqPmZATZGbJGXTUebpg==
3434
dependencies:
3535
"@foliojs-fork/fontkit" "^1.9.1"
3636
"@foliojs-fork/linebreak" "^1.1.1"
37-
crypto-js "^4.0.0"
37+
crypto-js "^4.2.0"
3838
png-js "^1.0.0"
3939

4040
"@foliojs-fork/restructure@^2.0.2":
@@ -252,7 +252,7 @@ core-util-is@~1.0.0:
252252
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
253253
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
254254

255-
crypto-js@^4.0.0:
255+
crypto-js@^4.2.0:
256256
version "4.2.0"
257257
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.2.0.tgz#4d931639ecdfd12ff80e8186dba6af2c2e856631"
258258
integrity sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==
@@ -824,13 +824,13 @@ path-parse@^1.0.7:
824824
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
825825
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
826826

827-
pdfmake@^0.2.7:
828-
version "0.2.7"
829-
resolved "https://registry.yarnpkg.com/pdfmake/-/pdfmake-0.2.7.tgz#a7a46532ffde032674929988393c20b075cf65e3"
830-
integrity sha512-ClLpgx30H5G3EDvRW1MrA1Xih6YxEaSgIVFrOyBMgAAt62V+hxsyWAi6JNP7u1Fc5JKYAbpb4RRVw8Rhvmz5cQ==
827+
pdfmake@^0.2.10:
828+
version "0.2.10"
829+
resolved "https://registry.yarnpkg.com/pdfmake/-/pdfmake-0.2.10.tgz#a8a0ee8a5acca8f5d728e0dfe4db8be5f1b9ec6b"
830+
integrity sha512-doipFnmE1UHSk+Z3wfQuVweVQqx2pE/Ns2G5gCqZmWwqjDj+mZHnZYH/ryXWoIfD+iVdZUAutgI/VHkTCN+Xrw==
831831
dependencies:
832832
"@foliojs-fork/linebreak" "^1.1.1"
833-
"@foliojs-fork/pdfkit" "^0.13.0"
833+
"@foliojs-fork/pdfkit" "^0.14.0"
834834
iconv-lite "^0.6.3"
835835
xmldoc "^1.1.2"
836836

0 commit comments

Comments
 (0)