From f9a53a616aa1818781d1b14f8d90318bdfb991c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:03:50 +0000 Subject: [PATCH] npm: bump @x-govuk/govuk-eleventy-plugin from 6.5.0 to 6.6.1 Bumps [@x-govuk/govuk-eleventy-plugin](https://github.com/x-govuk/govuk-eleventy-plugin) from 6.5.0 to 6.6.1. - [Release notes](https://github.com/x-govuk/govuk-eleventy-plugin/releases) - [Commits](https://github.com/x-govuk/govuk-eleventy-plugin/compare/v6.5.0...v6.6.1) --- updated-dependencies: - dependency-name: "@x-govuk/govuk-eleventy-plugin" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 966ecce3..cea1c9f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@11ty/eleventy": "^2.0.1", - "@x-govuk/govuk-eleventy-plugin": "^6.5.0", + "@x-govuk/govuk-eleventy-plugin": "^6.6.1", "luxon": "^3.5.0", "parse5": "^7.1.2" }, @@ -889,10 +889,9 @@ } }, "node_modules/@x-govuk/govuk-eleventy-plugin": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@x-govuk/govuk-eleventy-plugin/-/govuk-eleventy-plugin-6.5.0.tgz", - "integrity": "sha512-8FlgitRmLccCuZy0X0Md3Afnpwa4GxGH86M5pQ67ltfqhVj0soGqKts5f6mBxid82TYWjTCwA01m0ccZlJgNpg==", - "license": "MIT", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/@x-govuk/govuk-eleventy-plugin/-/govuk-eleventy-plugin-6.6.1.tgz", + "integrity": "sha512-el/d1JVGt9g64I7y71aRDrtuyD3ocJRt+dVHevjCgkagDxT80WR8ODNDuOSSM8ffjlJzwiFC6AzfT3JABxFnOw==", "dependencies": { "@11ty/eleventy": "^2.0.0", "@11ty/eleventy-navigation": "^0.3.2", @@ -913,7 +912,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.6.0", + "markdown-it-table-of-contents": "^0.8.0", "rimraf": "^5.0.0", "rollup": "^4.1.0", "sass": "^1.45.1", @@ -4903,10 +4902,9 @@ "license": "MIT" }, "node_modules/markdown-it-table-of-contents": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.6.0.tgz", - "integrity": "sha512-jHvEjZVEibyW97zEYg19mZCIXO16lHbvRaPDkEuOfMPBmzlI7cYczMZLMfUvwkhdOVQpIxu3gx6mgaw46KsNsQ==", - "license": "MIT", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.8.0.tgz", + "integrity": "sha512-ihgUROZLw4ZsojxXrNZJP+VxYL4yTino51TP7eVYccEwgsYGC6CNXxv5G5JI89NhUb52wiRaMhEtWpiMAeRirA==", "engines": { "node": ">6.4.0" } diff --git a/package.json b/package.json index be6df4b3..067d7a7c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@11ty/eleventy": "^2.0.1", - "@x-govuk/govuk-eleventy-plugin": "^6.5.0", + "@x-govuk/govuk-eleventy-plugin": "^6.6.1", "luxon": "^3.5.0", "parse5": "^7.1.2" },