facebook/create-react-app
### [`v3.4.4`](https://togithub.com/facebook/create-react-app/releases/v3.4.4)
[Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.4.3...v3.4.4)
#### 3.4.4 (2020-10-20)
v3.4.4 release bumps `resolve-url-loader` 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.3 to 3.4.4
Inside any created project that has not been ejected, run:
```sh
npm install --save --save-exact react-scripts@3.4.4
```
or
```sh
yarn add --exact react-scripts@3.4.4
```
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
3.4.3
->3.4.4
Release Notes
facebook/create-react-app
### [`v3.4.4`](https://togithub.com/facebook/create-react-app/releases/v3.4.4) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.4.3...v3.4.4) #### 3.4.4 (2020-10-20) v3.4.4 release bumps `resolve-url-loader` 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.3 to 3.4.4 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.4.4 ``` or ```sh yarn add --exact react-scripts@3.4.4 ```Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.