diff --git a/package-lock.json b/package-lock.json index ad8c7f05..041a42e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "2.8.0", + "version": "2.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "2.8.0", + "version": "2.9.0", "license": "ISC", "devDependencies": { "@11ty/eleventy": "^2.0.1", @@ -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.1", + "@rknightuk/eleventy-plugin-post-graph": "^1.0.3", "@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.1", - "resolved": "https://registry.npmjs.org/@rknightuk/eleventy-plugin-post-graph/-/eleventy-plugin-post-graph-1.0.1.tgz", - "integrity": "sha512-AhT2U1g/onZhekcGDTi7skDLK81p6UC+XaSDyY/yXV8+W+L2skkaad42tRNubaKx+58/eus69aNa4FI3fwfTFA==", + "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==", "dev": true, "dependencies": { "@11ty/eleventy": "^2.0.1", diff --git a/package.json b/package.json index f71cd29e..629abac3 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.1", + "@rknightuk/eleventy-plugin-post-graph": "^1.0.3", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/line-clamp": "^0.4.4", "@tailwindcss/typography": "^0.5.10",