Skip to content

Commit fda12fa

Browse files
authored
fix(rsc): upgrade jsondiffpatch to 0.7.3 (#10088)
## Background Versions of jsondiffpatch below 0.7.2 are vulnerable to [CVE-2025-9910](https://www.cve.org/CVERecord?id=CVE-2025-9910). ## Summary Bumped jsondiffpatch from 0.6.0 to 0.7.3.
1 parent f985ccd commit fda12fa

File tree

3 files changed

+17
-19
lines changed

3 files changed

+17
-19
lines changed

.changeset/wise-jeans-lay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ai-sdk/rsc': patch
3+
---
4+
5+
chore(rsc): upgrade jsondiffpatch to 0.7.3

packages/rsc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"ai": "workspace:*",
4343
"@ai-sdk/provider": "workspace:*",
4444
"@ai-sdk/provider-utils": "workspace:*",
45-
"jsondiffpatch": "0.6.0"
45+
"jsondiffpatch": "0.7.3"
4646
},
4747
"devDependencies": {
4848
"@testing-library/jest-dom": "^6.6.3",

pnpm-lock.yaml

Lines changed: 11 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)