Skip to content
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

Installs warn about critical vulnerabilities #7115

Open
eatyourgreens opened this issue May 31, 2024 · 1 comment · May be fixed by #7114
Open

Installs warn about critical vulnerabilities #7115

eatyourgreens opened this issue May 31, 2024 · 1 comment · May be fixed by #7114

Comments

@eatyourgreens
Copy link
Contributor

eatyourgreens commented May 31, 2024

Expected behavior

Installs shouldn't warn about vulnerabilities?

Current behavior

Please include any error messages from the browser console and/or screenshots

npm ci warns about critical vulnerabilities, because of outdated build dependencies.

A build log showing that npm ci warns about 3 critical security vulnerabities.

Steps to replicate

Run npm ci or npm audit.

@eatyourgreens
Copy link
Contributor Author

eatyourgreens commented May 31, 2024

The warning itself is generated by an old Babel 6 plugin, which is no longer maintained (or supported by Babel 7.)

Fixed by #7114, which cleans up the Babel config for modern browsers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant