-
Notifications
You must be signed in to change notification settings - Fork 72
[Bug] Critical vulnerability in due to outdated dependency git-url-parse
#124
Comments
Great to see that this dependency update was merged a few weeks ago! 👏 |
3 weeks later and still no release... Storybook is currently responsible for every single vulnerability in my project. |
@cysp @pjaws it looks like this may have been deployed on NPM but it is not reflected on GitHub: see the thread here: |
@nedredmond My apologies, there is a separate vulnerability in |
I see. Well, at least the fix for this issue with a bump to v12 was released on NPM. It looks like the GitHub release info on the repo isn't synced. I thought that might have thrown off dependabot. I guess I dismissed that alert too early. 😮💨 |
Describe the bug
Critical vulnerability related to
git-url-parse
sub dependencyparse-url
. It is not possible to fix it in my projects by yarn resolutions since is related to major version upgrades containing Breaking Changes. To fix it,git-url-parse
must be upgraded to version 12.Obs: also high and moderate vulnerabilities are going to be fixed by this dependency upgrade.
Steps to reproduce the behaviour
yarn
;yarn audit
;Expected behaviour
No critical and high vulnerabilities.
Screenshots and/or logs
Environment
The text was updated successfully, but these errors were encountered: