[8.6] Bump pdfmake v0.2.5 to v0.2.7 (#147999) (#148010)

# Backport

This will backport the following commits from `main` to `8.6`:
- [Bump pdfmake v0.2.5 to v0.2.7
(#147999)](https://github.com/elastic/kibana/pull/147999)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Thomas
Watson","email":"watson@elastic.co"},"sourceCommit":{"committedDate":"2022-12-22T15:08:23Z","message":"Bump
pdfmake v0.2.5 to v0.2.7
(#147999)","sha":"f3f4a2efb1a5fd88d103958a3c05529bc0e2666b","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v8.7.0"],"number":147999,"url":"https://github.com/elastic/kibana/pull/147999","mergeCommit":{"message":"Bump
pdfmake v0.2.5 to v0.2.7
(#147999)","sha":"f3f4a2efb1a5fd88d103958a3c05529bc0e2666b"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/147999","number":147999,"mergeCommit":{"message":"Bump
pdfmake v0.2.5 to v0.2.7
(#147999)","sha":"f3f4a2efb1a5fd88d103958a3c05529bc0e2666b"}}]}]
BACKPORT-->

Co-authored-by: Thomas Watson <watson@elastic.co>
This commit is contained in:
Kibana Machine 2022-12-22 11:14:21 -05:00 committed by GitHub
parent 5f4de824fd
commit ab79db4362
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -583,7 +583,7 @@
"papaparse": "^5.2.0",
"pbf": "3.2.1",
"pdfjs-dist": "^2.13.216",
"pdfmake": "^0.2.5",
"pdfmake": "^0.2.7",
"peggy": "^1.2.0",
"pluralize": "3.1.0",
"polished": "^3.7.2",
@ -897,7 +897,7 @@
"@types/ora": "^1.3.5",
"@types/papaparse": "^5.0.3",
"@types/pbf": "3.0.2",
"@types/pdfmake": "^0.2.0",
"@types/pdfmake": "^0.2.2",
"@types/pegjs": "^0.10.1",
"@types/pixelmatch": "^5.2.4",
"@types/pngjs": "^3.4.0",

View file

@ -7221,10 +7221,10 @@
dependencies:
"@types/node" "*"
"@types/pdfmake@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@types/pdfmake/-/pdfmake-0.2.0.tgz#93d59d3d6f9cbd9ce5c3a8c01d90a0f81368d3ff"
integrity sha512-D4TTyCGiGvm/LZuH8IfUFOiVIuab9jqKslEzDAkwwBHMxTwDxZZJIW9FgLX8s/qRvUwGS2nYd7kOEisjx/604g==
"@types/pdfmake@^0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@types/pdfmake/-/pdfmake-0.2.2.tgz#5683262e97e9b0189745a8572c49c51ba87c1573"
integrity sha512-CBtkugrgklpXsZ9Wj/+cw+zYoeDnJxVev62ahwpdPCz/O405Wxr+iq76JgUiZc/QAo3P2lWbI2nYA5GrrSL8VQ==
dependencies:
"@types/node" "*"
"@types/pdfkit" "*"
@ -21056,10 +21056,10 @@ pdfjs-dist@^2.13.216:
dependencies:
web-streams-polyfill "^3.2.0"
pdfmake@^0.2.5:
version "0.2.5"
resolved "https://registry.yarnpkg.com/pdfmake/-/pdfmake-0.2.5.tgz#48b17670d69dae3860a5d8721ff12f7988140613"
integrity sha512-NlayjehMtuZEdw2Lyipf/MxOCR2vATZQ7jn8cH0/dHwsNb+mqof9/6SW4jZT5p+So4qz+0mD21KG81+dDQSEhA==
pdfmake@^0.2.7:
version "0.2.7"
resolved "https://registry.yarnpkg.com/pdfmake/-/pdfmake-0.2.7.tgz#a7a46532ffde032674929988393c20b075cf65e3"
integrity sha512-ClLpgx30H5G3EDvRW1MrA1Xih6YxEaSgIVFrOyBMgAAt62V+hxsyWAi6JNP7u1Fc5JKYAbpb4RRVw8Rhvmz5cQ==
dependencies:
"@foliojs-fork/linebreak" "^1.1.1"
"@foliojs-fork/pdfkit" "^0.13.0"