protractor icon indicating copy to clipboard operation
protractor copied to clipboard

Deprecated warning with Protractor

Open spraju92 opened this issue 2 years ago • 2 comments

Bug report

  • Node Version: v14.17.3
  • Protractor Version: ~7.0.0
  • Angular Version: 13.0.1 -Issue: Hello there, Team. We use Protractor in one of my Angular applications, and we recently discovered a deprecated vulnerability issue with the 'Request' npm package. We cross-checked in our application 'Request' package, which is not used in my package. However, we discovered that this Request is present in the package.lock file as part of 'Protractor'. Under 'Protractor,' there is a 'webdriver-manager' package under requires, and under 'webdriver-manager,' there is a 'Request' package in requires section, which is deprecated. As a result, we require some direction in dealing with this situation.

spraju92 avatar Jul 30 '22 18:07 spraju92

I have the same problem any solutions

sohaibex avatar Aug 18 '22 07:08 sohaibex

According to https://github.com/angular/protractor/issues/5502, Protractor will reach to end of life around mid of 2023. That's why they give Deprecated warning on version 13.

sh977218 avatar Aug 23 '22 23:08 sh977218