From bb86e56b1cd7e8d511878ffe805947733c37b09c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:53:08 +0000 Subject: [PATCH] chore(deps-dev): bump pdfkit from 0.15.0 to 0.15.1 Bumps [pdfkit](https://github.com/foliojs/pdfkit) from 0.15.0 to 0.15.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.15.0...v0.15.1) --- updated-dependencies: - dependency-name: pdfkit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index db10448..9bf1791 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "fs-extra": "11.2.0", "http-server": "14.1.1", "jsdom": "24.0.0", - "pdfkit": "0.15.0", + "pdfkit": "0.15.1", "standard": "17.1.0", "svgo": "3.2.0", "svgson": "5.3.1", @@ -4481,9 +4481,9 @@ "dev": true }, "node_modules/pdfkit": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/pdfkit/-/pdfkit-0.15.0.tgz", - "integrity": "sha512-Z0dx0sEPKLW2kbThS1SWZ0iSHlRPoFMpP+oSjNrtwRjsfGivwE+r6emyEFwQG/fx1Ri0AGUHmDcGOSMMlLLnSg==", + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/pdfkit/-/pdfkit-0.15.1.tgz", + "integrity": "sha512-sleaMQXbQ/Dk+38HlxdiMT6Lmw5+HoNc4vkJR1Tb9XGALuB1xrfdWYbDFta70F3jCrVkhA2DiQ52D7jbysGZrw==", "dev": true, "dependencies": { "crypto-js": "^4.2.0", @@ -9989,9 +9989,9 @@ "dev": true }, "pdfkit": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/pdfkit/-/pdfkit-0.15.0.tgz", - "integrity": "sha512-Z0dx0sEPKLW2kbThS1SWZ0iSHlRPoFMpP+oSjNrtwRjsfGivwE+r6emyEFwQG/fx1Ri0AGUHmDcGOSMMlLLnSg==", + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/pdfkit/-/pdfkit-0.15.1.tgz", + "integrity": "sha512-sleaMQXbQ/Dk+38HlxdiMT6Lmw5+HoNc4vkJR1Tb9XGALuB1xrfdWYbDFta70F3jCrVkhA2DiQ52D7jbysGZrw==", "dev": true, "requires": { "crypto-js": "^4.2.0", diff --git a/package.json b/package.json index f287856..34f012f 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "fs-extra": "11.2.0", "http-server": "14.1.1", "jsdom": "24.0.0", - "pdfkit": "0.15.0", + "pdfkit": "0.15.1", "standard": "17.1.0", "svgo": "3.2.0", "svgson": "5.3.1",