mvdschee / web-accessibility

A Visual Studio Extension for Web accessibility
https://marketplace.visualstudio.com/items?itemName=MaxvanderSchee.web-accessibility
MIT License
70 stars 12 forks source link

deprecated package 'path-is-absolute' #30

Closed knostradamus closed 4 years ago

knostradamus commented 4 years ago

I performed a diagnostic package search on this extension and found the following.

Package has been deprecated https://www.npmjs.com/package/path-is-absolute This package is no longer relevant as Node.js 0.12 is unmaintained.

Is this package necessary?

Thank you for your time.

mvdschee commented 4 years ago

@knostradamus Thank you for taking the time to do an audit, it looks like it's from one of the packages called glob that is used by the extensions dependencies. I did some more digging and found out it's a know issue at glob but not sure when it will be resolved node-glob pull 407

knostradamus commented 4 years ago

Thanks for the update. Should I close this? It seems like it's such a common library.