schretzilla / Website-3.0

Updated version of my personal website using React!
http://www.greatscottsworld.com/
0 stars 0 forks source link

fix(deps): update dependency react-scripts to v3.4.3 #129

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
react-scripts dependencies patch 3.4.2 -> 3.4.3

Release Notes

facebook/create-react-app ### [`v3.4.3`](https://togithub.com/facebook/create-react-app/blob/master/CHANGELOG.md#​343-2020-08-12) [Compare Source](https://togithub.com/facebook/create-react-app/compare/d2f813f8897ffcd2f0b0d2da75d0c44924c92f4d...d2f813f8897ffcd2f0b0d2da75d0c44924c92f4d) v3.4.2 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. ##### Migrating from 3.4.2 to 3.4.3 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.4.3 ``` or ```sh yarn add --exact react-scripts@3.4.3 ```

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.