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
I've noticed that the package.json file specifies a dependency on chromedriver version 111.x.x. However, the current version of Chrome is significantly more advanced than this, potentially leading to compatibility issues and vulnerabilities.
Impact:
Using an outdated chromedriver version can cause: Compatibility issues: Your scripts might not function correctly with the newer Chrome versions. Security vulnerabilities: Older versions might contain security vulnerabilities that have been patched in newer releases.
Meanwhile
There are some solutions meanwhile you can follow, while we work on resolving this issue.
Installing newer versions as dev dependencies
Description
I've noticed that the package.json file specifies a dependency on chromedriver version 111.x.x. However, the current version of Chrome is significantly more advanced than this, potentially leading to compatibility issues and vulnerabilities.
Impact:
Using an outdated chromedriver version can cause:
Compatibility issues: Your scripts might not function correctly with the newer Chrome versions.
Security vulnerabilities: Older versions might contain security vulnerabilities that have been patched in newer releases.
Meanwhile
There are some solutions meanwhile you can follow, while we work on resolving this issue.
Installing newer versions as dev dependencies
The text was updated successfully, but these errors were encountered: