diff --git a/package-lock.json b/package-lock.json index ef07f7ed..c3610c1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@catppuccin/tailwindcss": "^0.1.6", "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", - "@rknightuk/eleventy-plugin-post-graph": "^1.0.3", + "@rknightuk/eleventy-plugin-post-graph": "^1.0.4", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/line-clamp": "^0.4.4", "@tailwindcss/typography": "^0.5.10", @@ -1202,9 +1202,9 @@ } }, "node_modules/@rknightuk/eleventy-plugin-post-graph": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@rknightuk/eleventy-plugin-post-graph/-/eleventy-plugin-post-graph-1.0.3.tgz", - "integrity": "sha512-Km+bXoLJLhJd24TSX7G4QJpDv1zxfMYQCIQ2sOW9fy/qQyD7GlRrjpTJ8M26aepTqw7SA5Qk2mtOF5GW0WPMsw==", + "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==", "dev": true, "dependencies": { "@11ty/eleventy": "^2.0.1", diff --git a/package.json b/package.json index 4debf4b0..890ff8f5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@catppuccin/tailwindcss": "^0.1.6", "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", - "@rknightuk/eleventy-plugin-post-graph": "^1.0.3", + "@rknightuk/eleventy-plugin-post-graph": "^1.0.4", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/line-clamp": "^0.4.4", "@tailwindcss/typography": "^0.5.10",