From 6750377037d0f47cdf34017dde51237ae464073f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 22:05:15 +0000 Subject: [PATCH] fix(deps): update dependency @11ty/eleventy-plugin-syntaxhighlight to v5.0.1 --- package-lock.json | 40 +++++++++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 32 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17f26bb..dce15e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@11ty/eleventy": "2.0.1", "@11ty/eleventy-navigation": "0.3.5", "@11ty/eleventy-plugin-rss": "1.2.0", - "@11ty/eleventy-plugin-syntaxhighlight": "5.0.0", + "@11ty/eleventy-plugin-syntaxhighlight": "5.0.1", "decap-cms": "3.6.2", "eleventy-plugin-fluid": "2.7.3", "idg-design-system": "1.0.0", @@ -174,11 +174,11 @@ } }, "node_modules/@11ty/eleventy-plugin-syntaxhighlight": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-5.0.0.tgz", - "integrity": "sha512-y9BUmP1GofmbJgxM1+ky/UpFCpD8JSOeLeKItUs0WApgnrHk9haHziW7lS86lbArX5SiCVo4zTTw9x53gvRCaA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-5.0.1.tgz", + "integrity": "sha512-xDPF3Ay38XlmWZe9ER0SLtMmNah7olUBlGORhUiCUkPh3jYGVCDTDayi4tbFI9Dxha8NwKlfBZ2FXM/s3aZzAg==", "dependencies": { - "prismjs": "^1.29.0" + "prismjs": "^1.30.0" }, "funding": { "type": "opencollective", @@ -8819,6 +8819,18 @@ "require-glob": "4.1.0" } }, + "node_modules/idg-design-system/node_modules/@11ty/eleventy-plugin-syntaxhighlight": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-5.0.0.tgz", + "integrity": "sha512-y9BUmP1GofmbJgxM1+ky/UpFCpD8JSOeLeKItUs0WApgnrHk9haHziW7lS86lbArX5SiCVo4zTTw9x53gvRCaA==", + "dependencies": { + "prismjs": "^1.29.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/11ty" + } + }, "node_modules/ieee754": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", @@ -17628,11 +17640,11 @@ } }, "@11ty/eleventy-plugin-syntaxhighlight": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-5.0.0.tgz", - "integrity": "sha512-y9BUmP1GofmbJgxM1+ky/UpFCpD8JSOeLeKItUs0WApgnrHk9haHziW7lS86lbArX5SiCVo4zTTw9x53gvRCaA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-5.0.1.tgz", + "integrity": "sha512-xDPF3Ay38XlmWZe9ER0SLtMmNah7olUBlGORhUiCUkPh3jYGVCDTDayi4tbFI9Dxha8NwKlfBZ2FXM/s3aZzAg==", "requires": { - "prismjs": "^1.29.0" + "prismjs": "^1.30.0" } }, "@11ty/eleventy-plugin-webc": { @@ -23992,6 +24004,16 @@ "@11ty/eleventy-plugin-syntaxhighlight": "5.0.0", "html-prettify": "1.0.7", "require-glob": "4.1.0" + }, + "dependencies": { + "@11ty/eleventy-plugin-syntaxhighlight": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-5.0.0.tgz", + "integrity": "sha512-y9BUmP1GofmbJgxM1+ky/UpFCpD8JSOeLeKItUs0WApgnrHk9haHziW7lS86lbArX5SiCVo4zTTw9x53gvRCaA==", + "requires": { + "prismjs": "^1.29.0" + } + } } }, "ieee754": { diff --git a/package.json b/package.json index 3b9b544..3c91cf8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@11ty/eleventy": "2.0.1", "@11ty/eleventy-navigation": "0.3.5", "@11ty/eleventy-plugin-rss": "1.2.0", - "@11ty/eleventy-plugin-syntaxhighlight": "5.0.0", + "@11ty/eleventy-plugin-syntaxhighlight": "5.0.1", "decap-cms": "3.6.2", "eleventy-plugin-fluid": "2.7.3", "idg-design-system": "1.0.0",