From c2ec71b653ac93ee7b7e42af8cc68f1665025055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 19:56:25 +0000 Subject: [PATCH] chore(deps): Bump pdfkit from 0.15.2 to 0.18.0 Bumps [pdfkit](https://github.com/foliojs/pdfkit) from 0.15.2 to 0.18.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.15.2...v0.18.0) --- updated-dependencies: - dependency-name: pdfkit dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e726a825..3234cd0d 100644 --- a/package.json +++ b/package.json @@ -201,7 +201,7 @@ }, "optionalDependencies": { "jsPDF": "^2.5.2", - "pdfkit": "^0.15.0", + "pdfkit": "^0.18.0", "xlsx": "^0.18.5" }, "engines": {