Skip to content

Commit 7770475

Browse files
authored
Update dependency 'next-mdx-remote' (#1463)
### Description The 'next-mdx-remote' dependency is affected by CVE-2026-0969 for versions >= 4.3.0 < 6.0.0. PR updates next-mdx-remote to version 6.0.0 in solutions/blog example, and drops the dependency in solutions/platforms-slate-supabase where it doesn't seem to be used. ### Demo URL <!-- Provide a URL to a live deployment where we can test your PR. If a demo isn't possible feel free to omit this section. --> ### Type of Change - [ ] New Example - [x] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples) ### New Example Checklist - [ ] 🛫 `npm run new-example` was used to create the example - [ ] 📚 The template wasn't used but I carefuly read the [Adding a new example](https://github.com/vercel/examples#adding-a-new-example) steps and implemented them in the example - [ ] 📱 Is it responsive? Are mobile and tablets considered?
1 parent ef5681b commit 7770475

4 files changed

Lines changed: 625 additions & 1273 deletions

File tree

solutions/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@vercel/speed-insights": "^1.0.9",
1515
"geist": "1.2.2",
1616
"next": "^16.0.10",
17-
"next-mdx-remote": "^4.4.1",
17+
"next-mdx-remote": "^6.0.0",
1818
"postcss": "^8.4.35",
1919
"react": "^19.2.1",
2020
"react-dom": "^19.2.1",

0 commit comments

Comments
 (0)