diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b9676d7..c5f195e02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- Update pdfkit - Fixed a potential issue in the minimized library when detecting the orientation of JPEG images ## 0.2.17 - 2024-12-23 diff --git a/package.json b/package.json index 7a37b0956..74ddfd5a4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@foliojs-fork/linebreak": "^1.1.2", - "@foliojs-fork/pdfkit": "^0.15.2", + "@foliojs-fork/pdfkit": "^0.15.3", "iconv-lite": "^0.6.3", "xmldoc": "^1.3.0" },