lock icon indicating copy to clipboard operation
lock copied to clipboard

chore: Upgrade fsevents to latest

Open katesaikishore opened this issue 7 months ago • 0 comments

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 avatar May 22 '25 12:05 katesaikishore