From 73c44575bad9d35e1fa4650dc829b186ab01618b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:21:13 +0000 Subject: [PATCH] build(deps): bump pdf2json from 3.2.2 to 4.0.2 Bumps [pdf2json](https://github.com/modesty/pdf2json) from 3.2.2 to 4.0.2. - [Release notes](https://github.com/modesty/pdf2json/releases) - [Commits](https://github.com/modesty/pdf2json/compare/v3.2.2...v4.0.2) --- updated-dependencies: - dependency-name: pdf2json dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 9563bbe..f680521 100644 --- a/bun.lock +++ b/bun.lock @@ -18,7 +18,7 @@ "csv-parse": "^6.2.1", "fast-xml-parser": "^5.5.9", "html-entities": "^2.6.0", - "pdf2json": "^3.2.2", + "pdf2json": "^4.0.2", "pg": "^8.20.0", "typebox": "1.1.6", "words-to-numbers": "^1.5.1", @@ -667,7 +667,7 @@ "path-to-regexp": ["path-to-regexp@8.3.0", "", {}, "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA=="], - "pdf2json": ["pdf2json@3.2.2", "", { "bin": { "pdf2json": "bin/pdf2json.js" } }, "sha512-DgtH8GId1/+oj8n9yYEmhTq1QkxOZZzqHJhHEa1bmtV3t3/u2YsE3LSvRUNpVRWVXRcCdn+3Tu6+mD2YXKL7lA=="], + "pdf2json": ["pdf2json@4.0.2", "", { "bin": { "pdf2json": "bin/pdf2json.js" } }, "sha512-iiRSuRmLihoEJ4YGkoqSq3/r4MR0OmkMTYDda0Pq7DAWqJwMylTilXu46T16gfS3DUp3fhiVuz7NtRMbk3uBhw=="], "pg": ["pg@8.20.0", "", { "dependencies": { "pg-connection-string": "^2.12.0", "pg-pool": "^3.13.0", "pg-protocol": "^1.13.0", "pg-types": "2.2.0", "pgpass": "1.0.5" }, "optionalDependencies": { "pg-cloudflare": "^1.3.0" }, "peerDependencies": { "pg-native": ">=3.0.1" }, "optionalPeers": ["pg-native"] }, "sha512-ldhMxz2r8fl/6QkXnBD3CR9/xg694oT6DZQ2s6c/RI28OjtSOpxnPrUCGOBJ46RCUxcWdx3p6kw/xnDHjKvaRA=="], diff --git a/package.json b/package.json index a2a1d17..aea7536 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "csv-parse": "^6.2.1", "fast-xml-parser": "^5.5.9", "html-entities": "^2.6.0", - "pdf2json": "^3.2.2", + "pdf2json": "^4.0.2", "pg": "^8.20.0", "typebox": "1.1.6", "words-to-numbers": "^1.5.1",