chore(deps): bump lopdf from 0.34.0 to 0.44.0 - #76
Conversation
d4a58b2 to
8b6a9f0
Compare
There was a problem hiding this comment.
Claude Code Review
Claude Code Review is paused for this repository. To reconnect it, an admin of this repository's GitHub organization (or the account owner, for personal repositories) who can also manage your Claude organization's Code Review settings needs to re-link GitHub in Code Review settings. This is a one-time step.
Tip: disable this comment in your organization's Code Review settings.
8b6a9f0 to
4a973db
Compare
4a973db to
0c01d6d
Compare
There was a problem hiding this comment.
Claude Code Review
Claude Code Review is paused for this repository. To reconnect it, an admin of this repository's GitHub organization (or the account owner, for personal repositories) who can also manage your Claude organization's Code Review settings needs to re-link GitHub in Code Review settings. This is a one-time step.
Tip: disable this comment in your organization's Code Review settings.
0c01d6d to
bf54bff
Compare
Bumps [lopdf](https://github.com/J-F-Liu/lopdf) from 0.34.0 to 0.44.0. - [Release notes](https://github.com/J-F-Liu/lopdf/releases) - [Changelog](https://github.com/J-F-Liu/lopdf/blob/main/CHANGELOG.md) - [Commits](J-F-Liu/lopdf@v0.34.0...v0.44.0) --- updated-dependencies: - dependency-name: lopdf dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
bf54bff to
272505a
Compare
Bumps lopdf from 0.34.0 to 0.44.0.
Release notes
Sourced from lopdf's releases.
... (truncated)
Changelog
Sourced from lopdf's changelog.
... (truncated)
Commits
8c454ddrelease v0.44.0 (#524)27a896bfeat(writer): support incremental save of encrypted documents (#522)54742e0fix(writer): reject incremental save of encrypted documents (#521)29435abFix Document::get_toc() dropping entries when outline titles repeat (#517)05072cbfeat: bound text extraction against decompression bombs54018f6feat: bound load-time decompression via LoadOptions.max_decompressed_sizeabe5ad5feat(object): bound stream decompression to guard against bombs89a6ef4test: add tests demonstrating unbounded stream decompression78717ecCI skip performance test1e89efarefactor(document): makeDocument::get_page_contentreturnVec\<u8>since ...