diff --git a/package.json b/package.json index fc4f565..f0fc691 100644 --- a/package.json +++ b/package.json @@ -32,13 +32,13 @@ }, "homepage": "https://github.com/11ty/eleventy-base-blog#readme", "devDependencies": { - "@11ty/eleventy": "^2.0.0", + "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-img": "^3.0.0", "@11ty/eleventy-navigation": "^0.3.5", - "@11ty/eleventy-plugin-bundle": "^1.0.3", + "@11ty/eleventy-plugin-bundle": "^1.0.4", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0", - "luxon": "^3.2.1", - "markdown-it-anchor": "^8.6.6" + "luxon": "^3.3.0", + "markdown-it-anchor": "^8.6.7" } }