diff --git a/guide/package-lock.json b/guide/package-lock.json index c6412f5b..8aa7af19 100644 --- a/guide/package-lock.json +++ b/guide/package-lock.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@x-govuk/govuk-prototype-components": "^3.0.6", - "govuk-frontend": "5.7.0", + "govuk-frontend": "5.7.1", "sass": "^1.77.8" } }, @@ -138,9 +138,9 @@ } }, "node_modules/govuk-frontend": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.7.0.tgz", - "integrity": "sha512-kAaJbOCAJMYT30UN7rVHIWzQUvNjFq5Mw+FSIH2SM6xuCdCwyUcl+WYqxvYRqltWh6ZuAlzND0Rxr61lUoCGJA==", + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.7.1.tgz", + "integrity": "sha512-jF1cq5rn57kxZmJRprUZhTQ31zaBBK4b5AyeJaPX3Yhg22lk90Mx/dQLvOk/ycV3wM7e0y+s4IPvb2fFaPlCGg==", "engines": { "node": ">= 4.2.0" } diff --git a/guide/package.json b/guide/package.json index f765d7ae..d41de2ab 100644 --- a/guide/package.json +++ b/guide/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@x-govuk/govuk-prototype-components": "^3.0.6", - "govuk-frontend": "5.7.0", + "govuk-frontend": "5.7.1", "sass": "^1.77.8" } }