Skip to content

fix(pack-n-play): replace rimraf with native Node.js fs.promises.rm#873

Merged
GautamSharda merged 2 commits intomainfrom
fix/838
Dec 17, 2025
Merged

fix(pack-n-play): replace rimraf with native Node.js fs.promises.rm#873
GautamSharda merged 2 commits intomainfrom
fix/838

Conversation

@GautamSharda
Copy link
Contributor

@GautamSharda GautamSharda commented Dec 16, 2025

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #838 🦕

Addresses a security vulnerability by replacing the rimraf dependency with native fs.promises.rm, reducing external dependencies.

@GautamSharda GautamSharda requested a review from a team as a code owner December 16, 2025 23:55
@GautamSharda GautamSharda merged commit a10146b into main Dec 17, 2025
13 checks passed
@GautamSharda GautamSharda deleted the fix/838 branch December 17, 2025 18:48
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.

Replace rimraf with native Node.js fs.promises

2 participants