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

Fix audit warning with CRA update #14

Closed
jetXS opened this issue Dec 14, 2022 · 1 comment
Closed

Fix audit warning with CRA update #14

jetXS opened this issue Dec 14, 2022 · 1 comment
Assignees

Comments

@jetXS
Copy link
Member

jetXS commented Dec 14, 2022

Users might notice when installing the project or deploying (dependabot) that they are "security warnings".

Those security warnings can be safely ignored as they affect backend code which the project doesn't rely on. This backend code is used to build the project.

It is widely reported @ Create-React-App / Facebook folks and is awaiting the following pr to be merged facebook/create-react-app#12172

Similar issues were already reported by React users:
facebook/create-react-app#11801

This issue goes extensively into why it can be ignored:
facebook/create-react-app#11174

@jetXS
Copy link
Member Author

jetXS commented Dec 15, 2023

Fixed with @kyeshmz PR #16 and removal of CRA need. 8bfa446

@jetXS jetXS closed this as completed Dec 15, 2023
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

No branches or pull requests

1 participant