Unclaimed project
Are you a maintainer of create-react-app? Claim this project to take control of your public changelog and roadmap.
Changelog
Set up a modern web app by running one command.
Last updated about 1 year ago
v3.4.3 release bumps terser-webpack-plugin to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.4.3
or
yarn add --exact react-scripts@3.4.3