-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component Governance failed, need to update bl
dependency
#6124
Comments
@jonthysell we can't upgrade wdio packages right now because we use some forked version of webdriverio that breaks on newer bits. You'll probably need to add a selective dependency resolution like we did for some other packages. See "resolutions" in the root package.json. |
Where are we on getting a fix to the wdio package? We're going to hit an issue here too enough where we need a new version for something. |
It would be best if we can get winappdriver 1.2 out of RC and officially released. I asked the owners about this recently and they said they would be willing to do so. I'll spin up a thread with Dustin about it. |
Vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2020-8244
yarn why bl
:[email protected]
has the fix.[email protected]
has the fix.[email protected]
has the fix and[email protected]
have the fix, but we are using very old versions of both ([email protected]
and[email protected]
). We will need to upgrade both.[email protected]
has the fix but we're on5.12.1
. We need to upgradewebdriverio
(and thewdio/*
packages) for all of our packages from v5 to v6, or submit a fix to v5 and upgrade to the latest v5 when they release.This is blocking codesigning.
The text was updated successfully, but these errors were encountered: