Skip to content

Bump basic-ftp from 5.0.5 to 5.2.0#2384

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/basic-ftp-5.2.0
Open

Bump basic-ftp from 5.0.5 to 5.2.0#2384
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/basic-ftp-5.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps basic-ftp from 5.0.5 to 5.2.0.

Release notes

Sourced from basic-ftp's releases.

5.2.0

  • Changed: Skip files with invalid name in downloadToDir.

5.1.0

  • Added: Add the option to prevent the use of separate transfer host IPs when using PASV. (#259)
Changelog

Sourced from basic-ftp's changelog.

5.2.0

  • Changed: Skip files with invalid name in downloadToDir.

5.1.0

  • Added: Add the option to prevent the use of separate transfer host IPs when using PASV. (#259)
Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Low Risk
Lockfile-only dependency bump (primarily a dev dependency) with no application code changes; main risk is unexpected tooling/build behavior differences from the updated dependency graph.

Overview
Updates the lockfile to bump basic-ftp from 5.0.5 to 5.2.0 (plus associated resolved URL/integrity changes).

As part of the lockfile refresh, dependency metadata is normalized across several packages (notably peer/devOptional flags), adds an optional encoding/iconv-lite entry, and removes some duplicated nested react/react-dom/scheduler entries under workspace packages.

Written by Cursor Bugbot for commit ac5713f. This will update automatically on new commits. Configure here.

Bumps [basic-ftp](https://github.com/patrickjuchli/basic-ftp) from 5.0.5 to 5.2.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.0.5...v5.2.0)

---
updated-dependencies:
- dependency-name: basic-ftp
  dependency-version: 5.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 25, 2026
@vercel
Copy link

vercel bot commented Feb 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web3auth-web Ready Ready Preview, Comment Feb 25, 2026 10:41pm

Request Review

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

}
}
},
"packages/modal/node_modules/react": {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unintended React downgrade from lockfile regeneration side effects

Medium Severity

The lockfile regeneration from the basic-ftp bump removed workspace-local react@19.2.3, react-dom@19.2.3, and scheduler@0.27.0 from packages/modal/node_modules/ and react@19.2.3 from packages/no-modal/node_modules/. Both workspace packages specify "react": "^19.2.3" in devDependencies, but the root node_modules/react is v19.1.1 (peer only), which doesn't satisfy ^19.2.3. This is an unintended version downgrade that could break development builds or tests for the modal package, which has React-based production dependencies like react-i18next and react-qrcode-logo.

Additional Locations (1)

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants