Skip to content

Commit de9acd0

Browse files
fix(deps): update dependency react-server-dom-webpack to v19.2.2 [security] (#675)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [react-server-dom-webpack](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react-server-dom-webpack)) | [`19.2.1` -> `19.2.2`](https://renovatebot.com/diffs/npm/react-server-dom-webpack/19.2.1/19.2.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-server-dom-webpack/19.2.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-server-dom-webpack/19.2.1/19.2.2?slim=true) | ### GitHub Vulnerability Alerts #### [CVE-2025-55183](https://redirect.github.com/facebook/react/security/advisories/GHSA-925w-6v3x-g4j4) ## Impact There is a source code exposure vulnerability in React Server Components. React recommends updating immediately. The vulnerability exists in versions 19.0.0, 19.0.1 19.1.0, 19.1.1, 19.1.2, 19.2.0 and 19.2.1 of: - [react-server-dom-webpack](https://www.npmjs.com/package/react-server-dom-webpack) - [react-server-dom-parcel](https://www.npmjs.com/package/react-server-dom-parcel) - [react-server-dom-turbopack](https://www.npmjs.com/package/react-server-dom-turbopack?activeTab=readme) These issues are present in the patches published last week. ## Patches Fixes were back ported to versions 19.0.2, 19.1.3, and 19.2.2. If you are using any of the above packages please upgrade to any of the fixed versions immediately. If your app’s React code does not use a server, your app is not affected by this vulnerability. If your app does not use a framework, bundler, or bundler plugin that supports React Server Components, your app is not affected by this vulnerability. ## References See the [blog post](https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components) for more information and upgrade instructions. #### [CVE-2025-55184](https://redirect.github.com/facebook/react/security/advisories/GHSA-2m3v-v2m8-q956) ## Impact There is a denial of service vulnerability in React Server Components. React recommends updating immediately. The vulnerability exists in versions 19.0.0, 19.0.1 19.1.0, 19.1.1, 19.1.2, 19.2.0 and 19.2.1 of: - [react-server-dom-webpack](https://www.npmjs.com/package/react-server-dom-webpack) - [react-server-dom-parcel](https://www.npmjs.com/package/react-server-dom-parcel) - [react-server-dom-turbopack](https://www.npmjs.com/package/react-server-dom-turbopack?activeTab=readme) These issues are present in the patches published last week. ## Patches Fixes were back ported to versions 19.0.2, 19.1.3, and 19.2.2. If you are using any of the above packages please upgrade to any of the fixed versions immediately. If your app’s React code does not use a server, your app is not affected by this vulnerability. If your app does not use a framework, bundler, or bundler plugin that supports React Server Components, your app is not affected by this vulnerability. ## References See the [blog post](https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components) for more information and upgrade instructions. --- ### Release Notes <details> <summary>facebook/react (react-server-dom-webpack)</summary> ### [`v19.2.2`](https://redirect.github.com/facebook/react/releases/tag/v19.2.2): 19.2.2 (December 11th, 2025) [Compare Source](https://redirect.github.com/facebook/react/compare/v19.2.1...v19.2.2) #### React Server Components - Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` ([@&#8203;eps1lon](https://redirect.github.com/eps1lon) [#&#8203;35290](https://redirect.github.com/facebook/react/pull/35290)) - Patch Promise cycles and toString on Server Functions ([@&#8203;sebmarkbage](https://redirect.github.com/sebmarkbage), [@&#8203;unstubbable](https://redirect.github.com/unstubbable) [#&#8203;35289](https://redirect.github.com/facebook/react/pull/35289), [#&#8203;35345](https://redirect.github.com/facebook/react/pull/35345)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cedarjs/cedar). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlc2V0cy1vayIsInJlbGVhc2U6ZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d9fbd5 commit de9acd0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"core-js": "3.42.0",
101101
"react": "19.2.1",
102102
"react-dom": "19.2.1",
103-
"react-server-dom-webpack": "19.2.1"
103+
"react-server-dom-webpack": "19.2.2"
104104
},
105105
"devDependencies": {
106106
"@arethetypeswrong/cli": "0.18.2",

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"http-proxy-middleware": "3.0.5",
9090
"isbot": "5.1.32",
9191
"react": "19.2.1",
92-
"react-server-dom-webpack": "19.2.1",
92+
"react-server-dom-webpack": "19.2.2",
9393
"rimraf": "6.0.1",
9494
"vite": "5.4.19",
9595
"vite-plugin-cjs-interop": "2.2.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3974,7 +3974,7 @@ __metadata:
39743974
publint: "npm:0.3.16"
39753975
react: "npm:19.2.1"
39763976
react-dom: "npm:19.2.1"
3977-
react-server-dom-webpack: "npm:19.2.1"
3977+
react-server-dom-webpack: "npm:19.2.2"
39783978
tstyche: "npm:3.0.0"
39793979
tsx: "npm:4.20.6"
39803980
typescript: "npm:5.9.3"
@@ -4184,7 +4184,7 @@ __metadata:
41844184
memfs: "npm:4.51.1"
41854185
publint: "npm:0.3.16"
41864186
react: "npm:19.2.1"
4187-
react-server-dom-webpack: "npm:19.2.1"
4187+
react-server-dom-webpack: "npm:19.2.2"
41884188
rimraf: "npm:6.0.1"
41894189
rollup: "npm:4.24.0"
41904190
tsx: "npm:4.20.6"
@@ -27114,18 +27114,18 @@ __metadata:
2711427114
languageName: node
2711527115
linkType: hard
2711627116

27117-
"react-server-dom-webpack@npm:19.2.1":
27118-
version: 19.2.1
27119-
resolution: "react-server-dom-webpack@npm:19.2.1"
27117+
"react-server-dom-webpack@npm:19.2.2":
27118+
version: 19.2.2
27119+
resolution: "react-server-dom-webpack@npm:19.2.2"
2712027120
dependencies:
2712127121
acorn-loose: "npm:^8.3.0"
2712227122
neo-async: "npm:^2.6.1"
2712327123
webpack-sources: "npm:^3.2.0"
2712427124
peerDependencies:
27125-
react: ^19.2.1
27126-
react-dom: ^19.2.1
27125+
react: ^19.2.2
27126+
react-dom: ^19.2.2
2712727127
webpack: ^5.59.0
27128-
checksum: 10c0/71adb91488ff0e8cb9290bd0d88521dc185f4adc1754ef89b4816e155f73acc420d18a5700a64517c42d5894d0c51e7380c410df4fd61b48e5aa1c6359e1e911
27128+
checksum: 10c0/1308d2a18c4ec7ab9c2189f5d9c5e89b0e2961a55544378aa4b1ddf4ef9cd1ecd0b1b0bc9c4052c4b0c934b4d2baf00fb700caf3e0404974621a063271e55553
2712927129
languageName: node
2713027130
linkType: hard
2713127131

0 commit comments

Comments
 (0)