From 51718078b8bfdcbe2eb8a487603894e24ce2dc03 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Mon, 27 Nov 2023 19:50:49 -0700 Subject: [PATCH] refactor: :arrow_up: Updated eleventy --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0f424b..d83bb80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.0.2", "license": "UNLICENSED", "dependencies": { - "@11ty/eleventy": "^2.0.0", + "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-img": "^3.1.1", "@11ty/eleventy-navigation": "^0.3.5", "@11ty/eleventy-plugin-rss": "^1.2.0", @@ -19,7 +19,7 @@ "dotenv": "^16.0.3", "express": "^4.18.2", "gray-matter": "^4.0.3", - "luxon": "^3.3.0", + "luxon": "^3.4.4", "markdown-it": "^13.0.1", "markdown-it-anchor": "^8.6.7", "nodemailer": "^6.9.1", diff --git a/package.json b/package.json index d256c22..1d0e4bd 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://www.slvit.us/", "dependencies": { - "@11ty/eleventy": "^2.0.0", + "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-img": "^3.1.1", "@11ty/eleventy-navigation": "^0.3.5", "@11ty/eleventy-plugin-rss": "^1.2.0", @@ -35,7 +35,7 @@ "dotenv": "^16.0.3", "express": "^4.18.2", "gray-matter": "^4.0.3", - "luxon": "^3.3.0", + "luxon": "^3.4.4", "markdown-it": "^13.0.1", "markdown-it-anchor": "^8.6.7", "nodemailer": "^6.9.1",