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 styled-components to v5.0.1 - autoclosed #35

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

mend-for-github-com[bot] commented 10 months ago

This PR contains the following updates:

Package Type Update Change
styled-components (source) dependencies patch 5.0.0 -> 5.0.1

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

Severity CVSS Score CVE
High High 8.8 CVE-2023-45133

Release Notes

styled-components/styled-components (styled-components) ### [`v5.0.1`](https://togithub.com/styled-components/styled-components/releases/tag/v5.0.1) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v5.0.0...v5.0.1) - Added useTheme hook to named exports for react native ([#​2982](https://togithub.com/styled-components/styled-components/issues/2982)) - Performance enhancements - Refactored hashing function that is a bit faster in benchmarks ([#​2983](https://togithub.com/styled-components/styled-components/issues/2983)) - Fixed a bitwise math issue that was causing SSR performance degradations due to how we allocate typed arrays under the hood ([#​2996](https://togithub.com/styled-components/styled-components/issues/2996)) - Added some helpful new dev-time warnings for antipatterns - Recommending against usage of css `@import` inside `createGlobalStyle` and what to do instead ([#​2997](https://togithub.com/styled-components/styled-components/issues/2997)) - Catching and warning against dynamic creation of styled-components inside other component render paths ([#​2998](https://togithub.com/styled-components/styled-components/issues/2998))