chore: fix patched dependencies (#3053)

This commit is contained in:
Huang Xin
2026-01-24 11:52:28 +01:00
committed by GitHub
parent 5bbc5ceccc
commit ce76843ccc
2 changed files with 8 additions and 17 deletions
+3 -1
View File
@@ -27,7 +27,9 @@
"vite": ">=7.0.8",
"body-parser": ">=2.2.1",
"@babel/runtime": ">=7.26.10",
"@babel/helpers": ">=7.26.10"
"@babel/helpers": ">=7.26.10",
"mdast-util-gfm-autolink-literal": "2.0.1",
"@ai-sdk/provider-utils": "4.0.8"
},
"patchedDependencies": {
"mdast-util-gfm-autolink-literal@2.0.1": "patches/mdast-util-gfm-autolink-literal@2.0.1.patch",