From d16ffccde37cc0a186e2bfe423ce684014cb610c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:31:47 +0000 Subject: [PATCH] Upgrade: [dependabot] - Bump nhsuk-frontend from 8.2.0 to 10.6.1 Bumps [nhsuk-frontend](https://github.com/nhsuk/nhsuk-frontend) from 8.2.0 to 10.6.1. - [Release notes](https://github.com/nhsuk/nhsuk-frontend/releases) - [Changelog](https://github.com/nhsuk/nhsuk-frontend/blob/main/CHANGELOG.md) - [Commits](https://github.com/nhsuk/nhsuk-frontend/compare/v8.2.0...v10.6.1) --- updated-dependencies: - dependency-name: nhsuk-frontend dependency-version: 10.6.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 ++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 33 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dbacda3..7791937 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "gulp-rename": "^2.0.0", "gulp-sass": "^5.1.0", "keypather": "^3.1.0", - "nhsuk-frontend": "^8.1.0", + "nhsuk-frontend": "^10.6.1", "nocache": "^4.0.0", "nunjucks": "^3.2.4", "path": "^0.12.7", @@ -11378,9 +11378,37 @@ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" }, "node_modules/nhsuk-frontend": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/nhsuk-frontend/-/nhsuk-frontend-8.2.0.tgz", - "integrity": "sha512-qVMhgQqz0UD9D/sXqvllinge2WeGBwyBxdJAfcNxEvWl4oZ6FWCZbMFE9YCTqDjpfy9k2K251x8QJm1MssSA6Q==" + "version": "10.6.1", + "resolved": "https://registry.npmjs.org/nhsuk-frontend/-/nhsuk-frontend-10.6.1.tgz", + "integrity": "sha512-PZorqQZjZx/A26yJoskCL9z0ib6AtkAyF0o4K/RHr8zRrJyXrUOCnMbjy0VNXsGO4tfTNMwqlkwATKs4a0xayw==", + "license": "MIT", + "engines": { + "node": "^20.9.0 || ^22.11.0 || >= 24.11.0" + }, + "peerDependencies": { + "@prettier/sync": "^0.6.0", + "highlight.js": "^11.0.0", + "nunjucks": "^3.0.0", + "outdent": "^0.8.0", + "slug": "^9.0.0 || ^11.0.0" + }, + "peerDependenciesMeta": { + "@prettier/sync": { + "optional": true + }, + "highlight.js": { + "optional": true + }, + "nunjucks": { + "optional": true + }, + "outdent": { + "optional": true + }, + "slug": { + "optional": true + } + } }, "node_modules/nocache": { "version": "4.0.0", diff --git a/package.json b/package.json index 388eaf2..eb83986 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "gulp-rename": "^2.0.0", "gulp-sass": "^5.1.0", "keypather": "^3.1.0", - "nhsuk-frontend": "^8.1.0", + "nhsuk-frontend": "^10.6.1", "nocache": "^4.0.0", "nunjucks": "^3.2.4", "path": "^0.12.7",