Bump pdfmake from 0.1.70 to 0.1.71 (#3587)

Bumps [pdfmake](https://github.com/bpampuch/pdfmake) from 0.1.70 to 0.1.71.
- [Release notes](https://github.com/bpampuch/pdfmake/releases)
- [Changelog](https://github.com/bpampuch/pdfmake/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bpampuch/pdfmake/compare/0.1.70...0.1.71)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3585/head^2
dependabot[bot] 4 years ago committed by GitHub
parent 7637c03c3f
commit 6007b91e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

32
package-lock.json generated

@ -4899,9 +4899,9 @@
},
"dependencies": {
"type": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/type/-/type-2.1.0.tgz",
"integrity": "sha512-G9absDWvhAWCV2gmF1zKud3OyC61nZDwWvBL2DApaVFogI07CprggiQAOOjvp2NRjYWFzPyu7vwtDrQFq8jeSA=="
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/type/-/type-2.5.0.tgz",
"integrity": "sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw=="
}
}
},
@ -7762,11 +7762,11 @@
"integrity": "sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw=="
},
"object-is": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.4.tgz",
"integrity": "sha512-1ZvAZ4wlF7IyPVOcE1Omikt7UpaFlOQq0HlSti+ZvDH3UiD2brwGMwDbyV43jao2bKJ+4+WdPJHSd7kgzKYVqg==",
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
"integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
"requires": {
"call-bind": "^1.0.0",
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
}
},
@ -8057,24 +8057,24 @@
}
},
"pdfkit": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/pdfkit/-/pdfkit-0.11.0.tgz",
"integrity": "sha512-1s9gaumXkYxcVF1iRtSmLiISF2r4nHtsTgpwXiK8Swe+xwk/1pm8FJjYqN7L3x13NsWnGyUFntWcO8vfqq+wwA==",
"version": "0.12.1",
"resolved": "https://registry.npmjs.org/pdfkit/-/pdfkit-0.12.1.tgz",
"integrity": "sha512-ruNLx49hVW3ePJziKjHtWdTHN1VZHLCUCcbui/vx4lYwFLEM1d8W0L7ObYPbN8EifK7s281ZMugCLgSbk+KRhg==",
"requires": {
"crypto-js": "^3.1.9-1",
"fontkit": "^1.8.0",
"crypto-js": "^3.3.0",
"fontkit": "^1.8.1",
"linebreak": "^1.0.2",
"png-js": "^1.0.0"
}
},
"pdfmake": {
"version": "0.1.70",
"resolved": "https://registry.npmjs.org/pdfmake/-/pdfmake-0.1.70.tgz",
"integrity": "sha512-xPhkblaQ71U97qhRTPj/1HknAHHFZ3cPRmRdrqEWD2xXBcEjEM3Yw0MIjML8DRy9Dt9n6QRjHVf662f0eLtd7Q==",
"version": "0.1.71",
"resolved": "https://registry.npmjs.org/pdfmake/-/pdfmake-0.1.71.tgz",
"integrity": "sha512-uXUy+NZ8R5pwJ6rYLJRu7VRw/w5ogBScNk440CHpMZ6Z0+E1uc1XvwK4I1U5ry0UZQ3qPD0dpSvbzAkRBKYoJA==",
"requires": {
"iconv-lite": "^0.6.2",
"linebreak": "^1.0.2",
"pdfkit": "^0.11.0",
"pdfkit": "^0.12.0",
"svg-to-pdfkit": "^0.1.8",
"xmldoc": "^1.1.2"
}

@ -115,7 +115,7 @@
"jszip": "^3.6.0",
"moment": "^2.29.1",
"overlayscrollbars": "^1.13.1",
"pdfmake": "^0.1.70",
"pdfmake": "^0.1.71",
"popper.js": "^1.16.1",
"raphael": "^2.3.0",
"select2": "^4.0.13",

Loading…
Cancel
Save