From 2a40c03878f3f9f686de4294723d173cb9f3c17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 19:08:58 +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.4 to 1.0.5. - [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 24031fad..842a6b82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "3.0.2", + "version": "4.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "3.0.2", + "version": "4.0.9", "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.4", + "@rknightuk/eleventy-plugin-post-graph": "^1.0.5", "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.4", - "resolved": "https://registry.npmjs.org/@rknightuk/eleventy-plugin-post-graph/-/eleventy-plugin-post-graph-1.0.4.tgz", - "integrity": "sha512-TuQg8NHnKVjMKOTx2zZtRaK4RIfyWr2OE9tduZ/AzHktoVrj0xBhRNmJZKdYdeQa/3XjBw4GR7xPbgf33ZDBCg==", + "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==", "dev": true, "dependencies": { "@11ty/eleventy": "^2.0.1", diff --git a/package.json b/package.json index 3c78372a..d781ac4c 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.4", + "@rknightuk/eleventy-plugin-post-graph": "^1.0.5", "autoprefixer": "^10.4.16", "child_process": "^1.0.2", "clean-css": "^5.3.3",