From d6e0c0f33cc61949e9e49b3e98304767b79d90dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 19:54:40 +0000 Subject: [PATCH] chore(deps-dev): bump @rknightuk/eleventy-plugin-post-graph Bumps [@rknightuk/eleventy-plugin-post-graph](https://github.com/rknightuk/eleventy-plugin-post-graph) from 1.0.5 to 1.0.6. - [Changelog](https://github.com/rknightuk/eleventy-plugin-post-graph/blob/main/changelog.md) - [Commits](https://github.com/rknightuk/eleventy-plugin-post-graph/commits) --- updated-dependencies: - dependency-name: "@rknightuk/eleventy-plugin-post-graph" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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",