From 6ab53c6291516b116ed91d970f60f30bb5d8c96e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:34:30 +0000 Subject: [PATCH] Bump @x-govuk/govuk-eleventy-plugin from 6.2.5 to 6.6.1 Bumps [@x-govuk/govuk-eleventy-plugin](https://github.com/x-govuk/govuk-eleventy-plugin) from 6.2.5 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.2.5...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 | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98203c4..4099cfa 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.2.5", + "@x-govuk/govuk-eleventy-plugin": "^6.6.1", "http-server": "^14.1.1", "rimraf": "^5.0.5", "sass": "^1.77.6" @@ -900,9 +900,9 @@ "dev": true }, "node_modules/@x-govuk/govuk-eleventy-plugin": { - "version": "6.2.5", - "resolved": "https://registry.npmjs.org/@x-govuk/govuk-eleventy-plugin/-/govuk-eleventy-plugin-6.2.5.tgz", - "integrity": "sha512-lkQPoCjCsNADF+04XnoxO0/9y7C9JlyWZZYo4Fs+FS3z5BQLeLR3nquUUozIULA8+NQ0bJgL1b8NE2kmiPWTJg==", + "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", @@ -911,7 +911,7 @@ "@rollup/plugin-node-resolve": "^15.0.0", "@x-govuk/govuk-prototype-components": "^3.0.0", "deepmerge": "^4.2.2", - "govuk-frontend": "^5.0.0", + "govuk-frontend": "^5.6.0", "luxon": "^3.0.1", "markdown-it-abbr": "^2.0.0", "markdown-it-anchor": "^9.0.0", @@ -923,7 +923,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", @@ -4398,9 +4398,9 @@ } }, "node_modules/govuk-frontend": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.4.0.tgz", - "integrity": "sha512-F3YwQYrYQqIPfNxsoph6O78Ey1unCB6cy6omx8KeWY9G504lWZFBSIaiUCma1jNLw9bOUU7Ui+tXG09jjqy0Mw==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.6.0.tgz", + "integrity": "sha512-yNA4bL7i7mNrg36wPNZ3RctHo9mjl82Phs8MWs1lwovxJuQ4ogEo/XWn2uB1HxkXNqgMlW4wnd0iiKgRMfxYfw==", "engines": { "node": ">= 4.2.0" } @@ -5986,9 +5986,9 @@ "integrity": "sha512-5VgmdKlkBd8sgXuoDoxMpiU+BiEt3I49GItBzzw7Mxq9CxvnhE/k09HFli09zgfFDRixDQDfDxi0mgBCXtaTvA==" }, "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==", + "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 c5caa35..ab6ecaf 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@11ty/eleventy": "^2.0.1", - "@x-govuk/govuk-eleventy-plugin": "^6.2.5", + "@x-govuk/govuk-eleventy-plugin": "^6.6.1", "http-server": "^14.1.1", "rimraf": "^5.0.5", "sass": "^1.77.6"