From ae1cbe0ea2081766e27e73c5aa801e45de5f57dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:51:25 +0000 Subject: [PATCH] Bump @x-govuk/govuk-prototype-components from 3.0.9 to 5.0.2 in /guide Bumps [@x-govuk/govuk-prototype-components](https://github.com/x-govuk/govuk-prototype-components) from 3.0.9 to 5.0.2. - [Release notes](https://github.com/x-govuk/govuk-prototype-components/releases) - [Changelog](https://github.com/x-govuk/govuk-prototype-components/blob/main/docs/release-notes.md) - [Commits](https://github.com/x-govuk/govuk-prototype-components/compare/v3.0.9...v5.0.2) --- updated-dependencies: - dependency-name: "@x-govuk/govuk-prototype-components" dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- guide/package-lock.json | 13 +++++++------ guide/package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/guide/package-lock.json b/guide/package-lock.json index f274ee9c..a8885304 100644 --- a/guide/package-lock.json +++ b/guide/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@x-govuk/govuk-prototype-components": "^3.0.6", + "@x-govuk/govuk-prototype-components": "^5.0.2", "govuk-frontend": "5.11.0", "sass": "^1.77.8" } @@ -298,18 +298,19 @@ } }, "node_modules/@x-govuk/govuk-prototype-components": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/@x-govuk/govuk-prototype-components/-/govuk-prototype-components-3.0.9.tgz", - "integrity": "sha512-SvYSaeM465IEKZFRLO244FAZqP0GPyoWkq6m5LNIsfudYFAyd16BRQBQktY9t/TUOx1HRpGJJi2WZeqyVKRxkw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@x-govuk/govuk-prototype-components/-/govuk-prototype-components-5.0.2.tgz", + "integrity": "sha512-flrVR0od5DsgDtzufTpDIhGOMHdk+ZjvMJyoStk9l5iG0j41MXMa44GD4aeqPXspJW0DqlxP+vMpBX0c0ECEZQ==", + "license": "MIT", "dependencies": { "accessible-autocomplete": "^3.0.0", "eventslibjs": "^1.2.0" }, "engines": { - "node": ">=18" + "node": "^20.19.0 || ^22.12.0 || >=24" }, "peerDependencies": { - "govuk-frontend": "^5.0.0" + "govuk-frontend": "^5.11.0" } }, "node_modules/accessible-autocomplete": { diff --git a/guide/package.json b/guide/package.json index f3ee56c5..f98d6a96 100644 --- a/guide/package.json +++ b/guide/package.json @@ -13,7 +13,7 @@ "author": "", "license": "ISC", "dependencies": { - "@x-govuk/govuk-prototype-components": "^3.0.6", + "@x-govuk/govuk-prototype-components": "^5.0.2", "govuk-frontend": "5.11.0", "sass": "^1.77.8" }