From 01a62c181aff21908796f7ef4841b8fe512c29db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 18:54:59 +0000 Subject: [PATCH] Bump @11ty/eleventy-plugin-syntaxhighlight from 5.0.1 to 5.0.2 Bumps [@11ty/eleventy-plugin-syntaxhighlight](https://github.com/11ty/eleventy-plugin-syntaxhighlight) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/11ty/eleventy-plugin-syntaxhighlight/releases) - [Commits](https://github.com/11ty/eleventy-plugin-syntaxhighlight/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: "@11ty/eleventy-plugin-syntaxhighlight" dependency-version: 5.0.2 dependency-type: direct:production 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 189a10c..a742e4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@11ty/eleventy": "^3.1.2", "@11ty/eleventy-navigation": "^1.0.4", "@11ty/eleventy-plugin-rss": "^1.1.2", - "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1", + "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2", "elasticlunr": "^0.9.5", "eleventy-plugin-toc": "^1.1.5", "html-entities": "^2.6.0", @@ -171,9 +171,9 @@ } }, "node_modules/@11ty/eleventy-plugin-syntaxhighlight": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-5.0.1.tgz", - "integrity": "sha512-xDPF3Ay38XlmWZe9ER0SLtMmNah7olUBlGORhUiCUkPh3jYGVCDTDayi4tbFI9Dxha8NwKlfBZ2FXM/s3aZzAg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-5.0.2.tgz", + "integrity": "sha512-T6xVVRDJuHlrFMHbUiZkHjj5o1IlLzZW+1IL9eUsyXFU7rY2ztcYhZew/64vmceFFpQwzuSfxQOXxTJYmKkQ+A==", "license": "MIT", "dependencies": { "prismjs": "^1.30.0" diff --git a/package.json b/package.json index a202a85..50e014b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@11ty/eleventy": "^3.1.2", "@11ty/eleventy-navigation": "^1.0.4", "@11ty/eleventy-plugin-rss": "^1.1.2", - "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1", + "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2", "elasticlunr": "^0.9.5", "eleventy-plugin-toc": "^1.1.5", "html-entities": "^2.6.0",