From 5876ed5a11bcef4d2838e5992afa544f9bac09d0 Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Fri, 5 Dec 2025 18:32:09 +0100 Subject: [PATCH] blog: update RSC security vulnerability guidance for Expo (#8177) --- ...cal-security-vulnerability-in-react-server-components.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/content/blog/2025/12/03/critical-security-vulnerability-in-react-server-components.md b/src/content/blog/2025/12/03/critical-security-vulnerability-in-react-server-components.md index aff8248ca..90a549bc2 100644 --- a/src/content/blog/2025/12/03/critical-security-vulnerability-in-react-server-components.md +++ b/src/content/blog/2025/12/03/critical-security-vulnerability-in-react-server-components.md @@ -94,11 +94,7 @@ npm install @vitejs/plugin-rsc@latest ### Expo {/*expo*/} -Upgrade to the latest `react-server-dom-webpack`: - -```bash -npm install react@latest react-dom@latest react-server-dom-webpack@latest -``` +To learn more about mitigating, read the article on [expo.dev/changelog](https://expo.dev/changelog/mitigating-critical-security-vulnerability-in-react-server-components). ### Redwood SDK {/*update-redwood-sdk*/}