From 6a7c849745b173c5fd35e805a25b9ffeb976ad1e Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Fri, 19 Mar 2021 20:38:59 -0500 Subject: [PATCH] Update markdown deps (major bump!) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5fbfe8c..bbe2c17 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@11ty/eleventy-plugin-rss": "^1.1.0", "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.0", "luxon": "^1.26.0", - "markdown-it": "^8.4.2", - "markdown-it-anchor": "^5.2.5" + "markdown-it": "^12.0.4", + "markdown-it-anchor": "^7.1.0" } }