diff --git a/package.json b/package.json index 4769762..9cd54fc 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,10 @@ "syntax.js" ], "dependencies": { - "micromark": "~2.8.1", - "micromark-extension-gfm-autolink-literal": "~0.4.0", - "micromark-extension-gfm-strikethrough": "~0.5.0", - "micromark-extension-gfm-table": "~0.3.0", + "micromark": "~2.9.0", + "micromark-extension-gfm-autolink-literal": "~0.5.0", + "micromark-extension-gfm-strikethrough": "~0.6.0", + "micromark-extension-gfm-table": "~0.4.0", "micromark-extension-gfm-tagfilter": "~0.3.0", "micromark-extension-gfm-task-list-item": "~0.3.0" },