We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yarn npm audit shows security issue GHSA-67mh-4wv8-2f99 is exist in esbuild.
yarn npm audit
Run (cd webconsole/frontend ; yarn npm audit --environment production --recursive)
(cd webconsole/frontend ; yarn npm audit --environment production --recursive)
$ (cd webconsole/frontend ; yarn npm audit --environment production --recursive) ├─ @mui/base │ ├─ ID: @mui/base (deprecation) │ ├─ Issue: This package has been replaced by @base-ui-components/react │ ├─ Severity: moderate │ ├─ Vulnerable Versions: 5.0.0-beta.37 │ │ │ ├─ Tree Versions │ │ └─ 5.0.0-beta.37 │ │ │ └─ Dependents │ └─ @mui/material@npm:5.15.11 [c8778] │ └─ esbuild ├─ ID: 1102341 ├─ Issue: esbuild enables any website to send any requests to the development server and read the response ├─ URL: https://github.com/advisories/GHSA-67mh-4wv8-2f99 ├─ Severity: moderate ├─ Vulnerable Versions: <=0.24.2 │ ├─ Tree Versions │ └─ 0.21.5 │ └─ Dependents └─ vite@npm:5.4.14 [c8778] $
The text was updated successfully, but these errors were encountered:
Alonza0314
Successfully merging a pull request may close this issue.
Describe the bug
yarn npm audit
shows security issue GHSA-67mh-4wv8-2f99 is exist in esbuild.To Reproduce
Run
(cd webconsole/frontend ; yarn npm audit --environment production --recursive)
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: