Skip to content

Commit d58ab66

Browse files
chore(deps): bump pdfmake from 0.3.8 to 0.3.10 in /components (#14996)
Bumps [pdfmake](https://github.com/bpampuch/pdfmake) from 0.3.8 to 0.3.10. - [Release notes](https://github.com/bpampuch/pdfmake/releases) - [Changelog](https://github.com/bpampuch/pdfmake/blob/master/CHANGELOG.md) - [Commits](bpampuch/pdfmake@0.3.8...0.3.10) --- updated-dependencies: - dependency-name: pdfmake dependency-version: 0.3.10 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> Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>
1 parent c38a57e commit d58ab66

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"metismenu": "~3.0.7",
4040
"moment": "^2.30.1",
4141
"morris.js": "morrisjs/morris.js",
42-
"pdfmake": "^0.3.8",
42+
"pdfmake": "^0.3.10",
4343
"startbootstrap-sb-admin-2": "1.0.7"
4444
},
4545
"devDependencies": {

components/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -843,25 +843,25 @@ pako@~1.0.2, pako@~1.0.5:
843843
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
844844
integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
845845

846-
pdfkit@^0.18.0:
847-
version "0.18.0"
848-
resolved "https://registry.yarnpkg.com/pdfkit/-/pdfkit-0.18.0.tgz#573efa7f4c78a8ab1362232a05a589b97b292216"
849-
integrity sha512-NvUwSDZ0eYEzqAiWwVQkRkjYUkZ48kcsHuCO31ykqPPIVkwoSDjDGiwIgHHNtsiwls3z3P/zy4q00hl2chg2Ug==
846+
pdfkit@^0.19.0:
847+
version "0.19.0"
848+
resolved "https://registry.yarnpkg.com/pdfkit/-/pdfkit-0.19.0.tgz#985e04f8f13d33f070e4bb528a2210af8957a011"
849+
integrity sha512-fCffpuHBwbEUDVpBexE3tE6OwvqOXHbLeR2ONWZEw0pCGlbZSkWLuXUw2k1MIkHNpwAgQ300ETXy/owe+ZK2bQ==
850850
dependencies:
851851
"@noble/ciphers" "^1.0.0"
852852
"@noble/hashes" "^1.6.0"
853853
fontkit "^2.0.4"
854854
js-md5 "^0.8.3"
855855
linebreak "^1.1.0"
856-
png-js "^1.0.0"
856+
png-js "^1.1.0"
857857

858-
pdfmake@^0.3.8:
859-
version "0.3.8"
860-
resolved "https://registry.yarnpkg.com/pdfmake/-/pdfmake-0.3.8.tgz#cebff884636fddda02af04599530355aa855131f"
861-
integrity sha512-ywj3MESfqOW7sOjXZiBKaWk7XLncZ9caMflM3WSbc0Do8Wpwn9DBV8ceKZqkz1M/avl8i+ccS2f8THZRyFaCGQ==
858+
pdfmake@^0.3.10:
859+
version "0.3.10"
860+
resolved "https://registry.yarnpkg.com/pdfmake/-/pdfmake-0.3.10.tgz#908bb4c1502fb2cf05434465a9feddebe6d51891"
861+
integrity sha512-2dKalR/02xdIb8XFcT3UXHTBpMJjKGjY7l8fl0RRFGu93r15AsI8vEJPkPYcP+IhfJVTuMQiQFq08hNcIC7ohQ==
862862
dependencies:
863863
linebreak "^1.1.0"
864-
pdfkit "^0.18.0"
864+
pdfkit "^0.19.0"
865865
xmldoc "^2.0.3"
866866

867867
picocolors@^1.1.1:
@@ -874,7 +874,7 @@ picomatch@^4.0.3:
874874
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
875875
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
876876

877-
png-js@^1.0.0:
877+
png-js@^1.1.0:
878878
version "1.1.0"
879879
resolved "https://registry.yarnpkg.com/png-js/-/png-js-1.1.0.tgz#60a135216601f807b88a6d61ac93bd42a32c5ee1"
880880
integrity sha512-PM/uYGzGdNSzqeOgly68+6wKQDL1SY0a/N+OEa/+br6LnHWOAJB0Npiamnodfq3jd2LS/i2fMeOKSAILjA+m5Q==

0 commit comments

Comments
 (0)