-
Notifications
You must be signed in to change notification settings - Fork 193
feat: sec avoid vulnerable version of react #2452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 0fb077a The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
CVE-2025-55182 affect react version 19.0.0 which could be used given current package.json Even though react usage is **very** small, it might still be better to avoid breached version in the future so let's request at least 19.2.1, latest 19 version with patch.
330dcb3 to
7ee96c0
Compare
|
@LoicDaval-Amadeus |
|
Update: added changelog message. |
|
Wow, this has been faster than expected hehe. |
What/Why/How?
CVE-2025-55182 affect react version 19.0.0 which could be used given current package.json
Even though react usage is very small, it might still be better to avoid breached version in the future so let's request at least 19.2.1, latest 19 version with patch.
Reference
Testing
Screenshots (optional)
Check yourself
Security