From fcde5a6aeb9ee388ba3698c99d8b3701e364378d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:43:04 +0000 Subject: [PATCH] Bump @x-govuk/govuk-eleventy-plugin from 8.0.2 to 8.1.0 Bumps [@x-govuk/govuk-eleventy-plugin](https://github.com/x-govuk/govuk-eleventy-plugin) from 8.0.2 to 8.1.0. - [Release notes](https://github.com/x-govuk/govuk-eleventy-plugin/releases) - [Commits](https://github.com/x-govuk/govuk-eleventy-plugin/compare/v8.0.2...v8.1.0) --- updated-dependencies: - dependency-name: "@x-govuk/govuk-eleventy-plugin" dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++----------------- package.json | 2 +- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfb2d1b..360c248 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@11ty/eleventy": "^3.0.0", - "@x-govuk/govuk-eleventy-plugin": "^8.0.2", + "@x-govuk/govuk-eleventy-plugin": "^8.1.0", "http-server": "^14.1.1", "rimraf": "^6.0.0", "sass": "^1.80.5" @@ -1190,9 +1190,9 @@ "license": "ISC" }, "node_modules/@x-govuk/govuk-eleventy-plugin": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@x-govuk/govuk-eleventy-plugin/-/govuk-eleventy-plugin-8.0.2.tgz", - "integrity": "sha512-VfHtsQd3B3wOvuj7PDycC0bkwE0HfjDoK+Qr02QJitYwBptXEtVpdzPRU4h4UNBjHQqxh7fxP5B2xAtb20WpdA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@x-govuk/govuk-eleventy-plugin/-/govuk-eleventy-plugin-8.1.0.tgz", + "integrity": "sha512-Q8tqDn6lxf9rGYXTIeMub53fB1QAhyL5nOoEZKn00zTLWDyExAigBJr+Uf+JZDmuNyCQXUtMgxHzD/CXsfHhuQ==", "license": "MIT", "dependencies": { "@11ty/eleventy": "^3.0.0", @@ -1211,14 +1211,13 @@ "markdown-it-deflist": "^3.0.0", "markdown-it-footnote": "^4.0.0", "markdown-it-github-alerts": "^1.0.0", - "markdown-it-govuk": "^0.7.0", + "markdown-it-govuk": "^0.8.0", "markdown-it-image-figures": "^2.0.0", "markdown-it-ins": "^4.0.0", "markdown-it-mark": "^4.0.0", "markdown-it-sub": "^2.0.0", "markdown-it-sup": "^2.0.0", - "markdown-it-table-of-contents": "^0.9.0", - "rimraf": "^6.0.0", + "markdown-it-table-of-contents": "^1.0.0", "rollup": "^4.1.0", "sass": "^1.45.1", "smartypants": "^0.2.0" @@ -5197,9 +5196,9 @@ } }, "node_modules/markdown-it-govuk": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/markdown-it-govuk/-/markdown-it-govuk-0.7.0.tgz", - "integrity": "sha512-dPzReMTc1b/jIvnNTVxeWbFPQ7JXI7jg0hO2CM22C/tzFZxYqYKs01Jo5L5lTvSMaCxBO65HWslaoyMDkJLQ9w==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/markdown-it-govuk/-/markdown-it-govuk-0.8.0.tgz", + "integrity": "sha512-XLkL8YVQBMvBiiGg7+ixEg/FH1lrtWhRRlnPUFwE82Ru0k3p3G5f2ilQR69CTri36EhMfHGdOqanhKSSioB7DA==", "license": "MIT", "dependencies": { "highlight.js": "^11.5.0" @@ -5245,13 +5244,10 @@ "license": "MIT" }, "node_modules/markdown-it-table-of-contents": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.9.0.tgz", - "integrity": "sha512-PKtgvLweW/PXj8Pg2EfJM9qANbYqchxOiZy+70kLKFfCL4IkdlMzc53Z4Yj2ABw45MEzrXUSHh+4Cs2tDjwEig==", - "license": "MIT", - "engines": { - "node": ">6.4.0" - } + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/markdown-it-table-of-contents/-/markdown-it-table-of-contents-1.1.0.tgz", + "integrity": "sha512-oeXSGohBTj+08uwdI2f/gaT3BiqNQoYR4gWEfDot3u+EBW0J+baLb+QwBnV065o0ugwJM1OiPSD3bUD8mwT/QQ==", + "license": "MIT" }, "node_modules/markdown-it/node_modules/entities": { "version": "4.5.0", diff --git a/package.json b/package.json index ca55512..93addf0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@11ty/eleventy": "^3.0.0", - "@x-govuk/govuk-eleventy-plugin": "^8.0.2", + "@x-govuk/govuk-eleventy-plugin": "^8.1.0", "http-server": "^14.1.1", "rimraf": "^6.0.0", "sass": "^1.80.5"