From 2cbe671a280cb785fa3d585b9371a88fdea77f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 04:43:35 +0000 Subject: [PATCH] chore(deps): Bump pdfkit from 0.14.0 to 0.15.0 Bumps [pdfkit](https://github.com/foliojs/pdfkit) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/foliojs/pdfkit/releases) - [Changelog](https://github.com/foliojs/pdfkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/foliojs/pdfkit/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: pdfkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sites/sde/package.json | 2 +- sites/shared/package.json | 2 +- yarn.lock | 14 ++++++++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/sites/sde/package.json b/sites/sde/package.json index 93fa2362bb1..46ae3341533 100644 --- a/sites/sde/package.json +++ b/sites/sde/package.json @@ -65,7 +65,7 @@ "mustache": "4.2.0", "next": "14.1.4", "next-i18next": "15.2.0", - "pdfkit": "0.14.0", + "pdfkit": "0.15.0", "postcss-for": "2.1.1", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/sites/shared/package.json b/sites/shared/package.json index 3ea149a0c2d..3c1ba3986f8 100644 --- a/sites/shared/package.json +++ b/sites/shared/package.json @@ -39,7 +39,7 @@ "mdast-util-toc": "7.0.0", "mermaid": "10.9.0", "ora": "8.0.1", - "pdfkit": "0.14.0", + "pdfkit": "0.15.0", "postcss-for": "2.1.1", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/yarn.lock b/yarn.lock index 8b4b1d6f30b..bfc3acb1835 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7962,6 +7962,11 @@ jotai@2.7.1: resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.7.1.tgz#5d0db56e75375d4f41a2e9f1a23750e9e5d8cb24" integrity sha512-bsaTPn02nFgWNP6cBtg/htZhCu4s0wxqoklRHePp6l/vlsypR9eLn7diRliwXYWMXDpPvW/LLA2afI8vwgFFaw== +jpeg-exif@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/jpeg-exif/-/jpeg-exif-1.1.4.tgz#781a65b6cd74f62cb1c493511020f8d3577a1c2b" + integrity sha512-a+bKEcCjtuW5WTdgeXFzswSrdqi0jk4XlEtZlx5A94wCoBpFjfFTbo/Tra5SpNCl/YFZPvcV1dJc+TAYeg6ROQ== + js-base64@^2.1.9: version "2.6.4" resolved "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz" @@ -11137,13 +11142,14 @@ pause@0.0.1: resolved "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz" integrity sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg== -pdfkit@0.14.0: - version "0.14.0" - resolved "https://registry.npmjs.org/pdfkit/-/pdfkit-0.14.0.tgz" - integrity sha512-Hnor8/78jhHm6ONrxWhrqOwAVALlBnFyWOF8sstBZMiqHZgZ5A6RU+Q3yahhw82plxpT7LOfH3b3qcOX6rzMQg== +pdfkit@0.15.0: + version "0.15.0" + resolved "https://registry.yarnpkg.com/pdfkit/-/pdfkit-0.15.0.tgz#7152f1bfa500c37d25b5f8cd4850db09a8108941" + integrity sha512-Z0dx0sEPKLW2kbThS1SWZ0iSHlRPoFMpP+oSjNrtwRjsfGivwE+r6emyEFwQG/fx1Ri0AGUHmDcGOSMMlLLnSg== dependencies: crypto-js "^4.2.0" fontkit "^1.8.1" + jpeg-exif "^1.1.4" linebreak "^1.0.2" png-js "^1.0.0"