diff --git a/package-lock.json b/package-lock.json index 4a51d1d..4a00011 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@ministryofjustice/frontend": "2.2.4", - "govuk-frontend": "5.7.1", + "govuk-frontend": "5.8.0", "jquery": "3.7.1", "nunjucks": "3.2.4" }, @@ -158,9 +158,9 @@ } }, "node_modules/govuk-frontend": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.7.1.tgz", - "integrity": "sha512-jF1cq5rn57kxZmJRprUZhTQ31zaBBK4b5AyeJaPX3Yhg22lk90Mx/dQLvOk/ycV3wM7e0y+s4IPvb2fFaPlCGg==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.8.0.tgz", + "integrity": "sha512-6l3f/YhDUCWjpmSW3CL95Hg8B+ZLzTf2WYo25ZtCs2Lb8UIzxxxFI8LxG7Ey/z04UuPhUunqFhTwSkQyJ69XbQ==", "engines": { "node": ">= 4.2.0" } diff --git a/package.json b/package.json index cbb8aa4..5ce0d84 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@ministryofjustice/frontend": "2.2.4", - "govuk-frontend": "5.7.1", + "govuk-frontend": "5.8.0", "jquery": "3.7.1", "nunjucks": "3.2.4" }