From eefdfc44b99df5f0b1d83674fbce7f2e0b401e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 12:15:17 +0100 Subject: [PATCH] build(deps): bump pdfkit from 0.19.0 to 0.19.1 (#7945) Bumps [pdfkit](https://github.com/foliojs/pdfkit) from 0.19.0 to 0.19.1. - [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.19.0...v0.19.1) --- updated-dependencies: - dependency-name: pdfkit dependency-version: 0.19.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 10 +++++----- src/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b24b3cc56..7c71ced84 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -302,8 +302,8 @@ importers: specifier: ^5.17.0 version: 5.17.0 pdfkit: - specifier: ^0.19.0 - version: 0.19.0 + specifier: ^0.19.1 + version: 0.19.1 pg: specifier: ^8.21.0 version: 8.21.0 @@ -4501,8 +4501,8 @@ packages: pathe@2.0.3: resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} - pdfkit@0.19.0: - resolution: {integrity: sha512-fCffpuHBwbEUDVpBexE3tE6OwvqOXHbLeR2ONWZEw0pCGlbZSkWLuXUw2k1MIkHNpwAgQ300ETXy/owe+ZK2bQ==} + pdfkit@0.19.1: + resolution: {integrity: sha512-6Gzk+wDwTs4VSxsR5rCMTnIl5nlmkye1oWB0l2hDB1EX6ZNSIBroKQEv+2+fPPn+stVjyqzmsqRJVDfB9fo5DA==} perfect-debounce@2.1.0: resolution: {integrity: sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==} @@ -10062,7 +10062,7 @@ snapshots: pathe@2.0.3: {} - pdfkit@0.19.0: + pdfkit@0.19.1: dependencies: '@noble/ciphers': 1.3.0 '@noble/hashes': 1.8.0 diff --git a/src/package.json b/src/package.json index 99f44cc0e..646a58b41 100644 --- a/src/package.json +++ b/src/package.json @@ -68,7 +68,7 @@ "nodemailer": "^8.0.10", "oidc-provider": "9.8.4", "openapi-backend": "^5.17.0", - "pdfkit": "^0.19.0", + "pdfkit": "^0.19.1", "pg": "^8.21.0", "prom-client": "^15.1.3", "proxy-addr": "^2.0.7",