facebook/create-react-app
### [`v3.4.2`](https://togithub.com/facebook/create-react-app/releases/v3.4.2)
[Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.4.1...v3.4.2)
#### 3.4.2 (2020-08-11)
v3.4.2 release bumps `webpack-dev-server` 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.
##### Migrating from 3.4.1 to 3.4.2
Inside any created project that has not been ejected, run:
```sh
npm install --save --save-exact react-scripts@3.4.2
```
or
```sh
yarn add --exact react-scripts@3.4.2
```
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
3.4.1
->3.4.2
By merging this PR, the below vulnerabilities will be automatically resolved:
By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
facebook/create-react-app
### [`v3.4.2`](https://togithub.com/facebook/create-react-app/releases/v3.4.2) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.4.1...v3.4.2) #### 3.4.2 (2020-08-11) v3.4.2 release bumps `webpack-dev-server` 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. ##### Migrating from 3.4.1 to 3.4.2 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.4.2 ``` or ```sh yarn add --exact react-scripts@3.4.2 ```