From 8d93686a8dfa56a2e109c6417ce9dd0df9554a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 05:52:04 +0000 Subject: [PATCH] build(deps-dev): bump @11ty/eleventy-plugin-syntaxhighlight 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: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 555dfcf..14fc2f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@11ty/eleventy-dev-server": "^2.0.8", "@11ty/eleventy-navigation": "^1.0.4", "@11ty/eleventy-plugin-rss": "^2.0.4", - "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1", + "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2", "@rollup/plugin-terser": "^0.4.4", "file-type": "^21.0.0", "fs-extra": "^11.3.0", @@ -210,9 +210,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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 24744c1..1153f8f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@11ty/eleventy-dev-server": "^2.0.8", "@11ty/eleventy-navigation": "^1.0.4", "@11ty/eleventy-plugin-rss": "^2.0.4", - "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1", + "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2", "@rollup/plugin-terser": "^0.4.4", "file-type": "^21.0.0", "fs-extra": "^11.3.0",