From 30eef186a7cbc0507b1b0eecf0134d1d2f83b82f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 18:55:51 +0000 Subject: [PATCH] build(deps): bump pdf2json from 3.2.2 to 4.0.3 Bumps [pdf2json](https://github.com/modesty/pdf2json) from 3.2.2 to 4.0.3. - [Release notes](https://github.com/modesty/pdf2json/releases) - [Commits](https://github.com/modesty/pdf2json/compare/v3.2.2...v4.0.3) --- updated-dependencies: - dependency-name: pdf2json dependency-version: 4.0.3 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 da4c297..52d41eb 100644 --- a/bun.lock +++ b/bun.lock @@ -18,7 +18,7 @@ "csv-parse": "^6.2.1", "fast-xml-parser": "^5.7.1", "html-entities": "^2.6.0", - "pdf2json": "^3.2.2", + "pdf2json": "^4.0.3", "pg": "^8.20.0", "typebox": "1.1.31", "words-to-numbers": "^1.5.1", @@ -643,7 +643,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.3", "", { "bin": { "pdf2json": "bin/pdf2json.js" } }, "sha512-QErPemxRHDI2RUli3+9/mv4V6Ib9VWI+UoP2S82yXEQtoXzWvu9NSjjo3vyiUiVJv+CJFuzNiKUI+UFFUdv8Lg=="], "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 2141448..8c38cea 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "csv-parse": "^6.2.1", "fast-xml-parser": "^5.7.1", "html-entities": "^2.6.0", - "pdf2json": "^3.2.2", + "pdf2json": "^4.0.3", "pg": "^8.20.0", "typebox": "1.1.31", "words-to-numbers": "^1.5.1",