sindresorhus / default-browser

Get the default browser
MIT License
54 stars 9 forks source link

Deprecated transitive dep on `cross-spawn-async` #13

Closed mayank99 closed 1 year ago

mayank99 commented 1 year ago

cross-spawn-async is deprecated and replaced by cross-spawn. This dependency comes indirectly from xdg-default-browser which hasn't been updated in a few years.

default-browser 3.1.0
└─┬ xdg-default-browser 2.1.0
  └─┬ execa 0.2.2
    └── cross-spawn-async 2.2.5

Not a big deal, just something I noticed.

navin-moorthy commented 1 year ago

Yes, I noticed it too.

Screenshot 2023-03-22 at 11 47 59 AM
nbouvrette commented 1 year ago

Just got this error today for some reason. I opened this issue but I am a bit skeptical it will ever get fixed given the lack of activity there.

@sindresorhus given it's barely a single file repo - would it be possible to port it directly into default-browser?