-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Semver vulnerability in yarn.lock #253
Comments
Jest is a dev-dependency that doesn't run as part of the action, but only during development (see also facebook/create-react-app#11174). That being said, if you'd like to propose a PR that updates dependencies I'd be happy to review it! |
The thing is, that there'd be a lot of major versions updating. Not solely Jest. I couldn't pinpoint instantly which version is also solving the issue. And to have a lot of major versions being pushed to solve a |
Updating Updating dependencies would be good at some point, so we can leave this open in case someone is interested to look into it. |
note for anyone who tries: updating these packages with updating to
This is however used here. And removing it will break everything regarding linting (at least at my end) |
Describe the bug
dependency security advisory states the following multiple times (
yarn audit
does too):To reproduce
run
yarn audit
Expected behavior
To have no dependency vulnerabilities
Potential solution
When I tried to update all packages to the latest version, there were no issues. These do include major version updates though:
The text was updated successfully, but these errors were encountered: