You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're getting a warning from GitHub saying that we should upgrade the tar JS library to 4.4.2 or later. However, node-gyp (which we indirectly depend on) specifically requires tar v2.x, apparently for good but complicated reasons. The tar fix has been backported to the 2.x line and is in v2.2.2, which is what we use.
I'm not sure why GH's still complaining about it (maybe the alerting system just doesn't handle backports well), but npm audit passes so I don't think we need to be concerned. I'm just going to leave this issue open FTR until GH stops warning us about it.
The text was updated successfully, but these errors were encountered:
We're getting a warning from GitHub saying that we should upgrade the tar JS library to 4.4.2 or later. However, node-gyp (which we indirectly depend on) specifically requires tar v2.x, apparently for good but complicated reasons. The tar fix has been backported to the 2.x line and is in v2.2.2, which is what we use.
I'm not sure why GH's still complaining about it (maybe the alerting system just doesn't handle backports well), but
npm audit
passes so I don't think we need to be concerned. I'm just going to leave this issue open FTR until GH stops warning us about it.The text was updated successfully, but these errors were encountered: