From e6dd7b33878a946a226ffcd5f286f177b9539409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 19:19:44 +0000 Subject: [PATCH 1/2] 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.3 to 1.0.4. - [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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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", From 93b7ba628a65a1de614fd36a640e3faeb6d2ae02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 19:20:03 +0000 Subject: [PATCH 2/2] chore(deps-dev): bump eslint-plugin-prettier from 5.1.0 to 5.1.1 Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef07f7ed..8b53e683 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsx-a11y": "^6.8.0", - "eslint-plugin-prettier": "^5.1.0", + "eslint-plugin-prettier": "^5.1.1", "html-minifier-terser": "^7.2.0", "husky": "^8.0.3", "ics-to-json-extended": "^1.1.4", @@ -4260,9 +4260,9 @@ } }, "node_modules/eslint-plugin-prettier": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.0.tgz", - "integrity": "sha512-hQc+2zbnMeXcIkg+pKZtVa+3Yqx4WY7SMkn1PLZ4VbBEU7jJIpVn9347P8BBhTbz6ne85aXvQf30kvexcqBeWw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.1.tgz", + "integrity": "sha512-WQpV3mSmIobb77s4qiCZu3dBrZZ0rj8ckSfBtRrgNK9Wnh2s3eiaxNTWloz1LJ1WtvqZES/PAI7PLvsrGt/CEA==", "dev": true, "dependencies": { "prettier-linter-helpers": "^1.0.0", diff --git a/package.json b/package.json index 4debf4b0..8cc862fb 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsx-a11y": "^6.8.0", - "eslint-plugin-prettier": "^5.1.0", + "eslint-plugin-prettier": "^5.1.1", "html-minifier-terser": "^7.2.0", "husky": "^8.0.3", "ics-to-json-extended": "^1.1.4",