Skip to content

chore: Upgrade fsevents to latest #2609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

katesaikishore
Copy link

Summary

Upgrade fsevents from the deprecated 1.2.13 to ^2.3.3 in order to eliminate the deprecation and install‐scripts risks flagged by Socket.dev in our dependency tree.

Changes

  • package.json
    • Bumped optionalDependencies.fsevents to ^2.3.3
  • package-lock.json
  • Ran a clean install (rm -rf node_modules package-lock.json && npm install) to verify no v1 artifacts remain

References

Testing

  1. Fresh install & audit
    rm -rf node_modules package-lock.json
    npm install
    npm audit
    
    

Screenshot 2025-05-22 at 6 16 15 PM

@katesaikishore katesaikishore changed the title chore: pin cheerio to CJS-only via npm overrides to avoid Jest ESM er… chore: Upgrade fsevents to latest May 22, 2025
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.

1 participant