opentok / insights-dashboard-sample

Sample React app utilizing the OpenTok Insights GraphQL API
https://tokbox.com/developer/guides/insights/
Other
6 stars 14 forks source link

Update dependency react-scripts to v5 - autoclosed #66

Closed mend-for-github-com[bot] closed 6 months ago

mend-for-github-com[bot] commented 2 years ago

This PR contains the following updates:

Package Type Update Change
react-scripts (source) dependencies major ^4.0.3 -> ^5.0.0

By merging this PR, the issue #56 will be automatically resolved and closed:

Severity CVSS Score CVE Reachability
Critical Critical 9.8 CVE-2021-23436
Critical Critical 9.8 CVE-2021-3757
Critical Critical 9.8 CVE-2021-3918
Critical Critical 9.8 CVE-2021-42740
Critical Critical 9.8 CVE-2022-0691
Critical Critical 9.8 CVE-2022-29078
Critical Critical 9.8 CVE-2022-37601
Critical Critical 9.8 CVE-2022-37601
Critical Critical 9.8 CVE-2022-37601
Critical Critical 9.8 CVE-2023-26136
Critical Critical 9.8 CVE-2023-26136
Critical Critical 9.8 CVE-2023-42282
Critical Critical 9.8 WS-2021-0153
Critical Critical 9.3 CVE-2022-1650
Critical Critical 9.1 CVE-2022-0686
High High 8.8 CVE-2022-46175
High High 8.8 CVE-2022-46175
High High 8.8 CVE-2023-45133
High High 8.6 CVE-2021-37701
High High 8.6 CVE-2021-37712
High High 8.6 CVE-2021-37713
High High 8.1 CVE-2021-32803
High High 8.1 CVE-2021-32804
High High 7.8 CVE-2021-43138
High High 7.5 CVE-2020-28469
High High 7.5 CVE-2021-23343
High High 7.5 CVE-2021-23382
High High 7.5 CVE-2021-23382
High High 7.5 CVE-2021-23382
High High 7.5 CVE-2021-23424
High High 7.5 CVE-2021-27290
High High 7.5 CVE-2021-28092
High High 7.5 CVE-2021-29059
High High 7.5 CVE-2021-3777
High High 7.5 CVE-2021-3807
High High 7.5 CVE-2021-3807
High High 7.5 CVE-2022-24771
High High 7.5 CVE-2022-24772
High High 7.5 CVE-2022-24999
High High 7.5 CVE-2022-25858
High High 7.5 CVE-2022-25858
High High 7.5 CVE-2022-37599
High High 7.5 CVE-2022-37603
High High 7.5 CVE-2022-37603
High High 7.5 CVE-2022-37603
High High 7.5 CVE-2022-38900
Medium Medium 6.6 WS-2022-0008
Medium Medium 6.5 CVE-2021-23386
Medium Medium 6.1 CVE-2022-0122
Medium Medium 5.5 CVE-2021-23566
Medium Medium 5.3 CVE-2021-23362
Medium Medium 5.3 CVE-2021-23364
Medium Medium 5.3 CVE-2021-23364
Medium Medium 5.3 CVE-2021-23368
Medium Medium 5.3 CVE-2021-23368
Medium Medium 5.3 CVE-2021-23368
Medium Medium 5.3 CVE-2021-32640
Medium Medium 5.3 CVE-2021-32640
Medium Medium 5.3 CVE-2021-3664
Medium Medium 5.3 CVE-2022-0512
Medium Medium 5.3 CVE-2022-0639
Medium Medium 5.3 CVE-2022-24773
Low Low 0.0 CVE-2024-27088

Release Notes

facebook/create-react-app (react-scripts) ### [`v5.0.0`](https://togithub.com/facebook/create-react-app/blob/HEAD/CHANGELOG.md#Migrating-from-500-to-501) [Compare Source](https://togithub.com/facebook/create-react-app/compare/react-scripts@4.0.3...react-scripts@5.0.0) Inside any created project that has not been ejected, run: npm install --save --save-exact react-scripts@5.0.1 or yarn add --exact react-scripts@5.0.1 ##### :bug: Bug Fix - `react-scripts` - [#​12245](https://togithub.com/facebook/create-react-app/pull/12245) fix: webpack noise printed only if error or warning ([@​Andrew47](https://togithub.com/Andrew47)) - `create-react-app` - [#​11915](https://togithub.com/facebook/create-react-app/pull/11915) Warn when not using the latest version of create-react-app but do not exit ([@​iansu](https://togithub.com/iansu)) - `react-dev-utils` - [#​11640](https://togithub.com/facebook/create-react-app/pull/11640) Ensure posix compliant joins for urls in middleware ([@​psiservices-justin-sullard](https://togithub.com/psiservices-justin-sullard)) ##### :nail_care: Enhancement - `cra-template-typescript`, `cra-template`, `react-scripts` - [#​12220](https://togithub.com/facebook/create-react-app/pull/12220) Update templates to use React 18 `createRoot` ([@​kyletsang](https://togithub.com/kyletsang)) - `cra-template-typescript`, `cra-template` - [#​12223](https://togithub.com/facebook/create-react-app/pull/12223) chore: upgrade rtl version to support react 18 ([@​MatanBobi](https://togithub.com/MatanBobi)) - `eslint-config-react-app` - [#​11622](https://togithub.com/facebook/create-react-app/pull/11622) updated deprecated rules ([@​wisammechano](https://togithub.com/wisammechano)) ##### :memo: Documentation - [#​11594](https://togithub.com/facebook/create-react-app/pull/11594) Fix a typo in deployment.md ([@​fishmandev](https://togithub.com/fishmandev)) - [#​11805](https://togithub.com/facebook/create-react-app/pull/11805) docs: Changelog 5.0.0 ([@​jafin](https://togithub.com/jafin)) - [#​11757](https://togithub.com/facebook/create-react-app/pull/11757) prevent both npm and yarn commands from being copied ([@​mubarakn](https://togithub.com/mubarakn)) ##### :house: Internal - [#​11985](https://togithub.com/facebook/create-react-app/pull/11985) Ignore docs when publishing ([@​iansu](https://togithub.com/iansu)) ##### Committers: 11 - Andrew Burnie ([@​Andrew47](https://togithub.com/Andrew47)) - Clément Vannicatte ([@​shortcuts](https://togithub.com/shortcuts)) - Dmitriy Fishman ([@​fishmandev](https://togithub.com/fishmandev)) - Dmitry Vinnik ([@​dmitryvinn](https://togithub.com/dmitryvinn)) - Ian Sutherland ([@​iansu](https://togithub.com/iansu)) - Jason Finch ([@​jafin](https://togithub.com/jafin)) - Kyle Tsang ([@​kyletsang](https://togithub.com/kyletsang)) - Matan Borenkraout ([@​MatanBobi](https://togithub.com/MatanBobi)) - Wisam Naji ([@​wisammechano](https://togithub.com/wisammechano)) - [@​mubarakn](https://togithub.com/mubarakn) - [@​psiservices-justin-sullard](https://togithub.com/psiservices-justin-sullard) #### 5.0.0 (2021-12-14) Create React App 5.0 is a major release with several new features and the latest version of all major dependencies. Thanks to all the maintainers and contributors who worked so hard on this release! 🙌