diff --git a/package-lock.json b/package-lock.json index 1779974..b10f273 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.0.4", + "nhsapp-frontend": "^5.1.0", "nhsuk-frontend": "^10.6.0", "nhsuk-prototype-kit": "^8.4.0" }, @@ -3170,9 +3170,9 @@ } }, "node_modules/nhsapp-frontend": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/nhsapp-frontend/-/nhsapp-frontend-5.0.4.tgz", - "integrity": "sha512-N5ACS9javuztdgWi4VYJ8BaO2hVOdgWRedjb/8BDwVYM4Y19RhUWK9n1s2Mx/WlspG57sbr/+bx3sIYmmXDd+A==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/nhsapp-frontend/-/nhsapp-frontend-5.1.0.tgz", + "integrity": "sha512-B3yUylmJHTaJdItHH6y+CCo6W8BY7RihLumnVuXGyBnf9Wji5fcUhK3XATOc5JVh+Isy5ZwmO/vU/iopA1w6jw==", "license": "MIT", "engines": { "node": "^24.11.0", diff --git a/package.json b/package.json index 9e6eb5a..a210d97 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "https://github.com/nhsuk/", "license": "MIT", "dependencies": { - "nhsapp-frontend": "^5.0.4", + "nhsapp-frontend": "^5.1.0", "nhsuk-frontend": "^10.6.0", "nhsuk-prototype-kit": "^8.4.0" },