Skip to content

chore(deps,middleware)(deps): bump pdf-parse from 1.1.4 to 2.4.5 in /middleware - #516

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/middleware/pdf-parse-2.4.5
Closed

chore(deps,middleware)(deps): bump pdf-parse from 1.1.4 to 2.4.5 in /middleware#516
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/middleware/pdf-parse-2.4.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps pdf-parse from 1.1.4 to 2.4.5.

Release notes

Sourced from pdf-parse's releases.

Release v2.4.5

What's Changed

🚨 Breaking Changes

📚 Documentation

Full Changelog: mehmet-kozan/pdf-parse@v2.4.4...v2.4.5

Release v2.4.4

What's Changed

🚨 Breaking Changes

✨ New Features

📚 Documentation

🧰 Other Changes

Full Changelog: mehmet-kozan/pdf-parse@v2.4.3...v2.4.4

Release v2.4.4-beta.1

What's Changed

🚨 Breaking Changes

✨ New Features

📚 Documentation

🧰 Other Changes

... (truncated)

Commits
  • e8e800b Remove Tidelift funding option
  • 614e669 Integration test dependency fix (#38)
  • cff0ae1 For browser build, set the background web worker explicitly. (#37)
  • 54937b6 Update README.md
  • 1e87edd Update API Extractor config and rename API docs
  • c153bf7 Release v2.4.4 and update README formatting
  • 69eec3e NPM publish workflow now triggers only on published releases. (#33)
  • 1bfae05 Command-line interface for quick PDF processing implemented. (#32)
  • 8a7a044 CDN urls updated pdf-parse/utils replaced with pdf-parse/node (#31)
  • 4b6c46e getTable() return type changed. (#30)
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

Bumps [pdf-parse](https://github.com/mehmet-kozan/pdf-parse) from 1.1.4 to 2.4.5.
- [Release notes](https://github.com/mehmet-kozan/pdf-parse/releases)
- [Commits](mehmet-kozan/pdf-parse@v1.1.4...v2.4.5)

---
updated-dependencies:
- dependency-name: pdf-parse
  dependency-version: 2.4.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: deps, middleware. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Weegy added a commit that referenced this pull request Jul 27, 2026
…r bumps (2026-07-27 batch 2) (#521)

* chore(deps,middleware): bump argon2, pdf-parse (major), @anthropic-ai/sdk

- argon2 0.43.1 -> 0.45.1 (Dependabot PR #515)
- pdf-parse 1.1.1 -> 2.4.5 -- MAJOR (Dependabot PR #516). v2 is a full
  rewrite: no longer a callable default export, now a class API
  (new PDFParse({ data }).getText()). Updated attachmentExtract.ts's
  import/call site accordingly, with a best-effort destroy() in finally
  to free the pdf.js worker/canvas.
- @anthropic-ai/sdk 0.111.0 -> 0.115.0 (Dependabot PR #520)

* chore(deps,middleware): bump argon2, pdf-parse (major), @anthropic-ai/sdk, @types/yauzl (major), @types/node (major)

- argon2 0.43.1 -> 0.45.1 (Dependabot PR #515)
- pdf-parse 1.1.1 -> 2.4.5 -- MAJOR (Dependabot PR #516). v2 is a full
  rewrite: no longer a callable default export, now a class API
  (new PDFParse({ data }).getText()). Updated attachmentExtract.ts's
  import/call site accordingly, with a best-effort destroy() in finally
  to free the pdf.js worker/canvas.
- @anthropic-ai/sdk 0.111.0 -> 0.115.0 (Dependabot PR #520)
- @types/yauzl 2.10.3 -> 3.4.0 -- MAJOR (Dependabot PR #518). Fixes a
  pre-existing mismatch: the real yauzl dependency was already on
  ^3.3.2 while its types were still pinned to the v2 shape.
- @types/node 25.9.1 -> 26.1.1 -- MAJOR (Dependabot PR #519), types-only,
  no runtime API usage affected (engines.node stays >=22.13.0 <23).

* chore(deps,web-ui): bump monaco-editor, override dompurify to clear audit

- monaco-editor 0.55.1 -> 0.56.0 (Dependabot PR #517). No breaking API
  changes relevant to this repo's usage (only via @monaco-editor/react's
  standard entry point; the renamed IOverlayWidgetPosition field and
  removed worker types aren't referenced anywhere here).
- monaco-editor pins its bundled dompurify to an exact version (3.4.8),
  which cleared the 5 pre-existing moderate dompurify advisories but is
  itself affected by a newer one (CUSTOM_ELEMENT_HANDLING bypass etc.,
  <=3.4.11). Added a dompurify override to 3.4.12 (the patched version)
  on top of monaco-editor's pin -- npm audit now reports 0 vulnerabilities
  in web-ui.
@Weegy Weegy closed this in #521 Jul 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/middleware/pdf-parse-2.4.5 branch July 27, 2026 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants