nexmo-community / sms-translation-demo-app

This project uses Node, React, Google Translate and Nexmo to create a real-time SMS translation demo application. Using a websocket, incoming text messages are sent to Google Translate API and then forwarded to the front-end application for display.
MIT License
1 stars 1 forks source link

Update dependency react-scripts to v3.4.1 - autoclosed #22

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

mend-for-github-com[bot] commented 1 year ago

This PR contains the following updates:

Package Type Update Change
react-scripts dependencies patch 3.4.0 -> 3.4.1

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

Severity CVSS Score CVE
Critical Critical 9.8 CVE-2020-15256
Critical Critical 9.8 CVE-2020-7774
Critical Critical 9.8 CVE-2021-23436
Critical Critical 9.8 CVE-2021-26707
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-37601
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.6 CVE-2021-23434
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-2020-7660
High High 8.1 CVE-2021-32803
High High 8.1 CVE-2021-32804
High High 7.8 CVE-2021-43138
High High 7.7 CVE-2020-13822
High High 7.5 CVE-2020-28469
High High 7.5 CVE-2020-28469
High High 7.5 CVE-2020-28477
High High 7.5 CVE-2020-7662
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-23424
High High 7.5 CVE-2021-27290
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-3805
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-37603
High High 7.5 WS-2020-0042
High High 7.5 WS-2020-0042
High High 7.5 WS-2021-0152
High High 7.3 CVE-2020-7720
Medium Medium 6.8 CVE-2020-28498
Medium Medium 6.6 WS-2022-0008
Medium Medium 6.5 CVE-2021-23386
Medium Medium 6.1 CVE-2022-0122
Medium Medium 5.9 WS-2019-0424
Medium Medium 5.6 CVE-2020-15366
Medium Medium 5.6 CVE-2020-7789
Medium Medium 5.6 CVE-2021-24033
Medium Medium 5.3 CVE-2020-7608
Medium Medium 5.3 CVE-2020-7608
Medium Medium 5.3 CVE-2020-7693
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-27515
Medium Medium 5.3 CVE-2021-29060
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

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

Severity CVSS Score CVE
Critical Critical 9.8 CVE-2020-7788
Critical Critical 9.8 CVE-2021-44906
Medium Medium 5.6 CVE-2020-7598

Release Notes

facebook/create-react-app (react-scripts) ### [`v3.4.1`](https://togithub.com/facebook/create-react-app/releases/tag/v3.4.1) [Compare Source](https://togithub.com/facebook/create-react-app/compare/react-scripts@3.4.0...react-scripts@3.4.1) #### 3.4.1 (2020-03-20) v3.4.1 is a maintenance release that includes minor bug fixes and documentation updates including upgrading Babel to fix a bug in the 7.8 release line. This release also brings support for TypeScript 3.8. ##### :bug: Bug Fix - `react-scripts` - [#​8276](https://togithub.com/facebook/create-react-app/pull/8276) Use native ESLint behaviour when extending ([@​mrmckeb](https://togithub.com/mrmckeb)) - [#​7203](https://togithub.com/facebook/create-react-app/pull/7203) Closes webpack dev server and exits process on "end" stdin ([@​kelseyleftwich](https://togithub.com/kelseyleftwich)) - `babel-preset-react-app` - [#​8526](https://togithub.com/facebook/create-react-app/pull/8526) Fix optional chaining and nullish coalescing support ([@​ianschmitz](https://togithub.com/ianschmitz)) - `cra-template`, `eslint-config-react-app`, `react-scripts` - [#​7790](https://togithub.com/facebook/create-react-app/pull/7790) Widen eslint-config-react-app peer dependency versions ([@​lukyth](https://togithub.com/lukyth)) ##### :nail_care: Enhancement - `cra-template-typescript`, `cra-template` - [#​8558](https://togithub.com/facebook/create-react-app/pull/8558) Add React.StrictMode to default templates ([@​connkat](https://togithub.com/connkat)) - `react-scripts` - [#​8539](https://togithub.com/facebook/create-react-app/pull/8539) allow specification of package.main in template.json ([@​EvanBoyle](https://togithub.com/EvanBoyle)) ##### :memo: Documentation - Other - [#​8515](https://togithub.com/facebook/create-react-app/pull/8515) Fix proxying API request docs ([@​hjr3](https://togithub.com/hjr3)) - [#​8561](https://togithub.com/facebook/create-react-app/pull/8561) Indicate that the file structure is the template's ([@​Vinnl](https://togithub.com/Vinnl)) - `react-scripts` - [#​8276](https://togithub.com/facebook/create-react-app/pull/8276) Use native ESLint behaviour when extending ([@​mrmckeb](https://togithub.com/mrmckeb)) ##### :hammer: Underlying Tools - `babel-preset-react-app`, `create-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​8681](https://togithub.com/facebook/create-react-app/pull/8681) Update to Babel 7.9 ([@​ianschmitz](https://togithub.com/ianschmitz)) - [#​8620](https://togithub.com/facebook/create-react-app/pull/8620) Bump dependencies ([@​ianschmitz](https://togithub.com/ianschmitz)) - `react-scripts` - [#​8509](https://togithub.com/facebook/create-react-app/pull/8509) Bumps pnp-webpack-plugin ([@​arcanis](https://togithub.com/arcanis)) ##### Committers: 9 - Brody McKee ([@​mrmckeb](https://togithub.com/mrmckeb)) - Evan Boyle ([@​EvanBoyle](https://togithub.com/EvanBoyle)) - Herman J. Radtke III ([@​hjr3](https://togithub.com/hjr3)) - Ian Schmitz ([@​ianschmitz](https://togithub.com/ianschmitz)) - Kanitkorn Sujautra ([@​lukyth](https://togithub.com/lukyth)) - KatCon ([@​connkat](https://togithub.com/connkat)) - Kelsey Leftwich ([@​kelseyleftwich](https://togithub.com/kelseyleftwich)) - Maël Nison ([@​arcanis](https://togithub.com/arcanis)) - Vincent ([@​Vinnl](https://togithub.com/Vinnl)) ##### Migrating from 3.4.0 to 3.4.1 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.4.1 ``` or ```sh yarn add --exact react-scripts@3.4.1 ```