react-scripts-ts newest version uses [email protected], which is vulnerable version.
There is no public repository for react-scripts-ts, so I report it here, since You recommend to use this package.
This is the repository you are referring to: https://github.com/wmonk/create-react-app-typescript
It has been marked as obsolete and should not be used anymore. CRA 2 has TypeScript support and this guide should probably be updated to recommend using that.
Thank You for quick response.
I found useful migration guide:
https://vincenttunru.com/migrate-create-react-app-typescript-to-create-react-app/
Issue may be closed.
Hi Tomas, the README.md still refers to create-react-app my-app --scripts-version=react-scripts-ts which will installl react-scripts-ts which still has the vulnerability. It should be updated to create-react-app my-app --typescript like you said, but then the guide will not match with the files generated, it should still be addressed.
Most helpful comment
Hi Tomas, the README.md still refers to
create-react-app my-app --scripts-version=react-scripts-tswhich will installlreact-scripts-tswhich still has the vulnerability. It should be updated tocreate-react-app my-app --typescriptlike you said, but then the guide will not match with the files generated, it should still be addressed.