diff --git a/package-lock.json b/package-lock.json index 27e61e7..f697d37 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": "^5.0.3", + "@x-govuk/govuk-eleventy-plugin": "^5.0.4", "http-server": "^14.1.1", "rimraf": "^5.0.1", "sass": "^1.67.0" @@ -706,16 +706,16 @@ "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" }, "node_modules/@x-govuk/govuk-eleventy-plugin": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@x-govuk/govuk-eleventy-plugin/-/govuk-eleventy-plugin-5.0.3.tgz", - "integrity": "sha512-TmRwiaDqLMvXPYKbTXILrwCogol8fXl1VhVHYesyACoxUCHJULPuXqd6QJUkDiwdH3k0AfumqqaTwdf31v7Y7g==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@x-govuk/govuk-eleventy-plugin/-/govuk-eleventy-plugin-5.0.4.tgz", + "integrity": "sha512-/zVyUaYFJzwBtQdTOJpIVnOTJeWyAl6+/t6FJDtETsJZbhWvJOcymqqjk7LTr9cx1Qf9eTikhkzj4xi7W8Tm0g==", "dependencies": { "@11ty/eleventy": "^2.0.0", "@11ty/eleventy-navigation": "^0.3.2", "@11ty/eleventy-plugin-rss": "^1.1.2", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", - "@x-govuk/govuk-prototype-components": "^2.0.0", + "@x-govuk/govuk-prototype-components": "^2.0.2", "deepmerge": "^4.2.2", "govuk-frontend": "^4.3.0", "luxon": "^3.0.1", diff --git a/package.json b/package.json index 39197f3..814b685 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@11ty/eleventy": "^2.0.1", - "@x-govuk/govuk-eleventy-plugin": "^5.0.3", + "@x-govuk/govuk-eleventy-plugin": "^5.0.4", "http-server": "^14.1.1", "rimraf": "^5.0.1", "sass": "^1.67.0"