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
Webpack Version:
5.1.4 (listed as "5" in my package.json
Babel Core Version:
7.22.6
Babel Loader Version:
9.1.2
Please tell us about your environment:
Linux 5.15.0-76-generic #83~20.04.1-Ubuntu
Current behavior:
Failing yarn audit because it depends on an older version of semver.
Expected/desired behavior:
Dependence on semver >= 7.5.2
What is the motivation / use case for changing the behavior?
It's causing my project's deployment to fail because dependency/audit job is failing and requires my dependencies to pass the audit.
The text was updated successfully, but these errors were encountered:
Webpack Version:
5.1.4 (listed as
"5"
in mypackage.json
Babel Core Version:
7.22.6
Babel Loader Version:
9.1.2
Please tell us about your environment:
Linux 5.15.0-76-generic #83~20.04.1-Ubuntu
Current behavior:
Failing
yarn audit
because it depends on an older version ofsemver
.Expected/desired behavior:
Dependence on
semver >= 7.5.2
It's causing my project's deployment to fail because dependency/audit job is failing and requires my dependencies to pass the audit.
The text was updated successfully, but these errors were encountered: