Skip to content

[Snyk] Upgrade fs-extra from 9.1.0 to 11.4.0 - #19

Open
mhill-os wants to merge 4 commits into
masterfrom
snyk-upgrade-24070e438b270dd3d842ca79686f0e33
Open

[Snyk] Upgrade fs-extra from 9.1.0 to 11.4.0#19
mhill-os wants to merge 4 commits into
masterfrom
snyk-upgrade-24070e438b270dd3d842ca79686f0e33

Conversation

@mhill-os

Copy link
Copy Markdown

snyk-top-banner

Snyk has created this PR to upgrade fs-extra from 9.1.0 to 11.4.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 15 versions ahead of your current version.

  • The recommended version was released 21 days ago.

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.

Release notes
Package name: fs-extra from fs-extra GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

@mhill-os

Copy link
Copy Markdown
Author

Merge Risk: Medium

This is a major upgrade from version 9.x to 11.x, which includes significant environmental and structural changes.

Breaking Changes:

  • Node.js Version: Support for Node.js versions older than v14.14.0 has been dropped. Your project's runtime environment must be updated if it's using an older version of Node.js. [1]
  • Module Imports: The package now uses the exports field in package.json. This prevents importing internal files directly (e.g., require('fs-extra/lib/some-file')). All imports must go through the main entry point. This change also introduced an official fs-extra/esm endpoint for ESM named exports. [1, 2]
  • API Behavior: Passing null as the options parameter to *Json methods (like outputJson) is no longer allowed and will throw an error. [2]

Recommendation:

  • Verify that your production environment and CI/CD pipelines are running Node.js v14.14.0 or newer.
  • Review your project for any deep imports from fs-extra/lib/ and refactor them to use the public API.

Source: GitHub CHANGELOG

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@mhill-os

mhill-os commented Aug 13, 2026

Copy link
Copy Markdown
Author

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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.

2 participants