diff --git a/package-lock.json b/package-lock.json index 842a6b82..a70d3bcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "4.0.9", + "version": "4.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "4.0.9", + "version": "4.0.11", "license": "ISC", "devDependencies": { "@11ty/eleventy": "3.0.0-alpha.3", @@ -15,7 +15,7 @@ "@11ty/eleventy-img": "^3.1.8", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", - "@rknightuk/eleventy-plugin-post-graph": "^1.0.5", + "@rknightuk/eleventy-plugin-post-graph": "^1.0.6", "autoprefixer": "^10.4.16", "child_process": "^1.0.2", "clean-css": "^5.3.3", @@ -517,9 +517,9 @@ } }, "node_modules/@rknightuk/eleventy-plugin-post-graph": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@rknightuk/eleventy-plugin-post-graph/-/eleventy-plugin-post-graph-1.0.5.tgz", - "integrity": "sha512-4IalfGTox4YnyqzuSWlHDVEbr2RgtzAlvOLBg5+I1lV1zKnMNlqkntF2nTMoE7SpoxQy4XN6qidBOdlbXWs3bg==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@rknightuk/eleventy-plugin-post-graph/-/eleventy-plugin-post-graph-1.0.6.tgz", + "integrity": "sha512-HPDetUiD6PvllfRyOdEJSwEl+feVExEZyUNMtDZTikGdf7MWS4AmLh6wV7kHMBVMVL7nkiQVdFpj53Nty7PIpg==", "dev": true, "dependencies": { "@11ty/eleventy": "^2.0.1", diff --git a/package.json b/package.json index 3fc99f02..1e6dbb04 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@11ty/eleventy-img": "^3.1.8", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", - "@rknightuk/eleventy-plugin-post-graph": "^1.0.5", + "@rknightuk/eleventy-plugin-post-graph": "^1.0.6", "autoprefixer": "^10.4.16", "child_process": "^1.0.2", "clean-css": "^5.3.3",