Bump basic-ftp from 5.2.0 to 5.3.0 in /images/exporter-puppeteer#19
Bump basic-ftp from 5.2.0 to 5.3.0 in /images/exporter-puppeteer#19dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [basic-ftp](https://github.com/patrickjuchli/basic-ftp) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/patrickjuchli/basic-ftp/releases) - [Changelog](https://github.com/patrickjuchli/basic-ftp/blob/master/CHANGELOG.md) - [Commits](patrickjuchli/basic-ftp@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: basic-ftp dependency-version: 5.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
SummaryThis PR updates the
The diff only contains the package-lock.json version update and integrity hash changes, which is standard for dependency updates. No code changes to review. Reviewed by minimax-m2.5-20260211 · 37,776 tokens |
There was a problem hiding this comment.
Auto Pull Request Review from LlamaPReview
Review Status: Automated Review Skipped
Dear contributor,
Thank you for your Pull Request. LlamaPReview has analyzed your changes and determined that this PR does not require an automated code review.
Analysis Result:
All 1 files are skipped files
Technical Context:
All files in this PR were marked as skipped, which typically includes:
- Generated files
- Build artifacts
- Pre-filtered content
- Files marked with [SKIPPED] tag
We're continuously improving our PR analysis capabilities. Have thoughts on when and how LlamaPReview should perform automated reviews? Share your insights in our GitHub Discussions.
Best regards,
LlamaPReview Team
|
Superseded by #22. |
Bumps basic-ftp from 5.2.0 to 5.3.0.
Release notes
Sourced from basic-ftp's releases.
Changelog
Sourced from basic-ftp's changelog.
Commits
c9378a8Fix test22abe43Update Github Actions0feaaecFix test6629d7dImprove error message9c3bf4fSet higher default value for max size of directory listingacd3942Bump version1304429Offer maxListingBytes as an option5cb5367Add bounded StringWriter07e9fc5Update dev dependenciese9d09d6Bump versionMaintainer changes
This version was pushed to npm by patrickjuchli, a new releaser for basic-ftp since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by cubic
Upgrade
basic-ftpfrom 5.2.0 to 5.3.0 inimages/exporter-puppeteerto improve security and stability of FTP operations. Pulls in bounded directory listings and stricter path validation; no app code changes.basic-ftpto 5.3.0 (lockfile only); addsmaxListingBytesfor directory listings and tighter control character checks.preparescript; confirm Docker build/install still succeeds.Written for commit 6efa476. Summary will update on new commits.