diff --git a/guide/content/introduction/supported-versions.slim b/guide/content/introduction/supported-versions.slim index 92671c1c..e9ea9967 100644 --- a/guide/content/introduction/supported-versions.slim +++ b/guide/content/introduction/supported-versions.slim @@ -23,7 +23,7 @@ table.govuk-table.app-table--constrained th.govuk-table__header scope="row" | GOV.UK Design System td.govuk-table__cell.govuk-table__cell--numeric - | 5.7.0 + | 5.7.1 td.govuk-table__cell.govuk-table__cell--numeric | 3.14.0 tr.govuk-table__row diff --git a/guide/package-lock.json b/guide/package-lock.json index 1f74925b..f82ec0c2 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" } } diff --git a/lib/govuk/components/version.rb b/lib/govuk/components/version.rb index 032728b4..4887053d 100644 --- a/lib/govuk/components/version.rb +++ b/lib/govuk/components/version.rb @@ -1,5 +1,5 @@ module Govuk module Components - VERSION = '5.7.0'.freeze + VERSION = '5.7.1'.freeze end end