Skip to content

Commit

Permalink
fix: upgrade pdfmake from 0.2.7 to 0.2.8
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade pdfmake from 0.2.7 to 0.2.8.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/cboard/project/d8988709-12b3-418a-b44c-fca27f9b400c?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 1, 2023
1 parent 60f94fa commit df09a41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"moment": "2.29.4",
"mongoose": "^6.12.1",
"ogv": "^1.8.9",
"pdfmake": "^0.2.7",
"pdfmake": "^0.2.8",
"prop-types": "^15.8.1",
"query-string": "^6.14.1",
"ramda": "^0.29.1",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2083,14 +2083,14 @@
brfs "^2.0.2"
unicode-trie "^2.0.0"

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

"@foliojs-fork/restructure@^2.0.2":
Expand Down Expand Up @@ -4996,7 +4996,7 @@ crypto-browserify@^3.11.0:
randombytes "^2.0.0"
randomfill "^1.0.3"

crypto-js@^4.0.0:
crypto-js@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.2.0.tgz#4d931639ecdfd12ff80e8186dba6af2c2e856631"
integrity sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==
Expand Down Expand Up @@ -10740,13 +10740,13 @@ pbkdf2@^3.0.3:
safe-buffer "^5.0.1"
sha.js "^2.4.8"

pdfmake@^0.2.7:
version "0.2.7"
resolved "https://registry.yarnpkg.com/pdfmake/-/pdfmake-0.2.7.tgz#a7a46532ffde032674929988393c20b075cf65e3"
integrity sha512-ClLpgx30H5G3EDvRW1MrA1Xih6YxEaSgIVFrOyBMgAAt62V+hxsyWAi6JNP7u1Fc5JKYAbpb4RRVw8Rhvmz5cQ==
pdfmake@^0.2.8:
version "0.2.8"
resolved "https://registry.yarnpkg.com/pdfmake/-/pdfmake-0.2.8.tgz#42263262e464d5d52e748317478dae9926387a61"
integrity sha512-lI+amfIaUL8CrPhndxFdhIgMj9JB49Sj4DARltKC1gLm/5NsPohZqfB+D+II8HymtPB6eugUFD5oBxmzO57qHA==
dependencies:
"@foliojs-fork/linebreak" "^1.1.1"
"@foliojs-fork/pdfkit" "^0.13.0"
"@foliojs-fork/pdfkit" "^0.14.0"
iconv-lite "^0.6.3"
xmldoc "^1.1.2"

Expand Down

0 comments on commit df09a41

Please sign in to comment.