The problem
npm audit complains about an ancient dependency
Details
The dependency in question is debug@0.7.4, here's the result of npm ls debug@0.7.4:
appium@1.16.0
└─┬ appium-android-driver@4.21.0
└─┬ appium-adb@7.15.3
└─┬ adbkit-apkreader@3.1.2
└── debug@0.7.4
There is a pull request openstf/adbkit-apkreader#22 which claims to remedy the issue, but as it seems openstf/adbkit-apkreader is not actively maintained. That PR is more than one year old.
I suggest forking openstf/adbkit-apkreader and applying the PR.
The problem
npm auditcomplains about an ancient dependencyDetails
The dependency in question is debug@0.7.4, here's the result of
npm ls debug@0.7.4:There is a pull request openstf/adbkit-apkreader#22 which claims to remedy the issue, but as it seems openstf/adbkit-apkreader is not actively maintained. That PR is more than one year old.
I suggest forking openstf/adbkit-apkreader and applying the PR.