From 032e8d3cb5f1a2d84bf8ec6e9c88f26a105ae250 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Sun, 10 Jan 2021 15:01:43 -0600 Subject: [PATCH] Update deps. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0e2b425..65bfc56 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,9 @@ "devDependencies": { "@11ty/eleventy": "^0.11.1", "@11ty/eleventy-navigation": "^0.1.6", - "@11ty/eleventy-plugin-rss": "^1.0.9", - "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1", - "luxon": "^1.21.3", + "@11ty/eleventy-plugin-rss": "^1.1.0", + "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.6", + "luxon": "^1.25.0", "markdown-it": "^8.4.2", "markdown-it-anchor": "^5.2.5" }