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" },