From e5be70e7d3b7e82948b4d4ce6c79ecd376506747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:46:48 +0000 Subject: [PATCH] npm: bump @x-govuk/govuk-eleventy-plugin from 5.0.4 to 5.0.5 Bumps [@x-govuk/govuk-eleventy-plugin](https://github.com/x-govuk/govuk-eleventy-plugin) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/x-govuk/govuk-eleventy-plugin/releases) - [Commits](https://github.com/x-govuk/govuk-eleventy-plugin/compare/v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: "@x-govuk/govuk-eleventy-plugin" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68584818..2cb6afe3 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.4" + "@x-govuk/govuk-eleventy-plugin": "^5.0.5" }, "devDependencies": { "axe-core": "^4.8.1", @@ -658,9 +658,9 @@ } }, "node_modules/@x-govuk/govuk-eleventy-plugin": { - "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==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@x-govuk/govuk-eleventy-plugin/-/govuk-eleventy-plugin-5.0.5.tgz", + "integrity": "sha512-q2+LrrJAZ0GrmyrmYmmDIsBFAajC0SEu9u9AtZ0ZwNc/nk2rAk8tVokypYktiEa3ZZebe8xfyJ+axFKQTMkzAw==", "dependencies": { "@11ty/eleventy": "^2.0.0", "@11ty/eleventy-navigation": "^0.3.2", @@ -7306,9 +7306,9 @@ } }, "@x-govuk/govuk-eleventy-plugin": { - "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==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@x-govuk/govuk-eleventy-plugin/-/govuk-eleventy-plugin-5.0.5.tgz", + "integrity": "sha512-q2+LrrJAZ0GrmyrmYmmDIsBFAajC0SEu9u9AtZ0ZwNc/nk2rAk8tVokypYktiEa3ZZebe8xfyJ+axFKQTMkzAw==", "requires": { "@11ty/eleventy": "^2.0.0", "@11ty/eleventy-navigation": "^0.3.2", diff --git a/package.json b/package.json index 3192e9c3..5fea2a56 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@11ty/eleventy": "^2.0.1", - "@x-govuk/govuk-eleventy-plugin": "^5.0.4" + "@x-govuk/govuk-eleventy-plugin": "^5.0.5" }, "devDependencies": { "axe-core": "^4.8.1",