From fd2d7fb060380cfe25989f734d968af115f0284f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:14:11 +0000 Subject: [PATCH] Bump nhsapp-frontend from 5.1.0 to 5.2.0 Bumps [nhsapp-frontend](https://github.com/nhsuk/nhsapp-frontend) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/nhsuk/nhsapp-frontend/releases) - [Changelog](https://github.com/nhsuk/nhsapp-frontend/blob/main/CHANGELOG.md) - [Commits](https://github.com/nhsuk/nhsapp-frontend/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: nhsapp-frontend dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4613615..d9188e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "your-service-name-goes-here", "license": "MIT", "dependencies": { - "nhsapp-frontend": "^5.1.0", + "nhsapp-frontend": "^5.2.0", "nhsuk-frontend": "^10.6.1", "nhsuk-prototype-kit": "^8.4.0" }, @@ -3170,9 +3170,9 @@ } }, "node_modules/nhsapp-frontend": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/nhsapp-frontend/-/nhsapp-frontend-5.1.0.tgz", - "integrity": "sha512-B3yUylmJHTaJdItHH6y+CCo6W8BY7RihLumnVuXGyBnf9Wji5fcUhK3XATOc5JVh+Isy5ZwmO/vU/iopA1w6jw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/nhsapp-frontend/-/nhsapp-frontend-5.2.0.tgz", + "integrity": "sha512-1gE13abEMJHdyHHlghMu6KGKDMy96Mdc4leSN/+AH6AuJvkArC3Mmgfy/0t3HLjgshzl18DG/kndLXiCoHwy1w==", "license": "MIT", "engines": { "node": "^24.11.0", diff --git a/package.json b/package.json index d44de24..ec5eaf3 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "https://github.com/nhsuk/", "license": "MIT", "dependencies": { - "nhsapp-frontend": "^5.1.0", + "nhsapp-frontend": "^5.2.0", "nhsuk-frontend": "^10.6.1", "nhsuk-prototype-kit": "^8.4.0" },