I created a small react app which filter the team members with the text input. It is working well in development environment. Which is working while start of NPM.
Please check and where I am doing mistake or give me a chance to correctness of the process.
My site is loading in local or development environment.
Followed deployment process from this link. https://create-react-app.dev/docs/deployment/
But when I tried to deploy the site to GitHub, I am facing some vulnerabilities security issue.
I have shared the step by step what I am currently doing. I see the issue is in the Mime Package. But I don't know how to upgrade or degrade the package. Kindly check and guide in my wrong way.
My project> npm install --save gh-pages
![https://i.stack.imgur.com/jc1rW.png](https://i.imgur.com/5o6d6Oq.png)