From b752d6295a13badb1082d9354d827bfc7390b24e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 17:27:19 +0000 Subject: [PATCH] Bump @x-govuk/govuk-eleventy-plugin from 8.0.2 to 8.0.4 Bumps [@x-govuk/govuk-eleventy-plugin](https://github.com/x-govuk/govuk-eleventy-plugin) from 8.0.2 to 8.0.4. - [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.0.4) --- updated-dependencies: - dependency-name: "@x-govuk/govuk-eleventy-plugin" dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++------------- package.json | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfb2d1b..7a42cd2 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.0.4", "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.0.4", + "resolved": "https://registry.npmjs.org/@x-govuk/govuk-eleventy-plugin/-/govuk-eleventy-plugin-8.0.4.tgz", + "integrity": "sha512-aG8HAqpvoqzunot9+K9BFPUnBUqhuQztQnVGXvnk4VxiKIrjZ+02Mi2uSNxdHKPQ0XCmMKlcqyGhep76Lp4HZw==", "license": "MIT", "dependencies": { "@11ty/eleventy": "^3.0.0", @@ -1217,8 +1217,7 @@ "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" @@ -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..9bb272a 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.0.4", "http-server": "^14.1.1", "rimraf": "^6.0.0", "sass": "^1.80.5"