From e9a93011644c416be19cf883c79fee22916b4871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 01:08:41 +0000 Subject: [PATCH] chore(deps-dev): bump pdfkit from 0.12.3 to 0.13.0 Bumps [pdfkit](https://github.com/foliojs/pdfkit) from 0.12.3 to 0.13.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.12.3...v0.13.0) --- updated-dependencies: - dependency-name: pdfkit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a6f93693d..2e0588add 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "passport": "^0.5.2", "passport-google-oauth": "^2.0.0", "path-platform": "^0.11.15", - "pdfkit": "^0.12.1", + "pdfkit": "^0.13.0", "pg": "^8.7.1", "pug": "^3.0.1", "react": "^17.0.2", diff --git a/yarn.lock b/yarn.lock index b4142a633..1daf8cedd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11936,10 +11936,10 @@ pbkdf2@^3.0.3: safe-buffer "^5.0.1" sha.js "^2.4.8" -pdfkit@^0.12.1: - version "0.12.3" - resolved "https://registry.yarnpkg.com/pdfkit/-/pdfkit-0.12.3.tgz#527da4a4bad9a6b456a6939037d63d5ff9306302" - integrity sha512-+qDLgm2yq6WOKcxTb43lDeo3EtMIDQs0CK1RNqhHC9iT6u0KOmgwAClkYh9xFw2ATbmUZzt4f7KMwDCOfPDluA== +pdfkit@^0.13.0: + version "0.13.0" + resolved "https://registry.yarnpkg.com/pdfkit/-/pdfkit-0.13.0.tgz#da4c2becd63a129e3aae448fdaed4ee7be790f8f" + integrity sha512-AW79eHU5eLd2vgRDS9z3bSoi0FA+gYm+100LLosrQQMLUzOBGVOhG7ABcMFpJu7Bpg+MT74XYHi4k9EuU/9EZw== dependencies: crypto-js "^4.0.0" fontkit "^1.8.1"