diff --git a/Gemfile b/Gemfile index aae99d51e..d80a159dd 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "jsbundling-rails" # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", ">= 1.4.4", require: false # GOV UK frontend components -gem "govuk-components", "~> 5.0" +gem "govuk-components", "~> 5.1" # GOV UK component form builder DSL gem "govuk_design_system_formbuilder", "~> 5.0" # Convert Markdown into GOV.UK frontend-styled HTML diff --git a/Gemfile.lock b/Gemfile.lock index 0970a7721..74e787baf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,10 +171,10 @@ GEM raabro (~> 1.4) globalid (1.1.0) activesupport (>= 5.0) - govuk-components (5.0.2) + govuk-components (5.1.0) html-attributes-utils (~> 1.0.0, >= 1.0.0) pagy (~> 6.0) - view_component (>= 3.9, < 3.10) + view_component (>= 3.9, < 3.11) govuk_design_system_formbuilder (5.0.0) actionview (>= 6.1) activemodel (>= 6.1) @@ -237,7 +237,7 @@ GEM childprocess (>= 0.6.3, < 5) iniparse (~> 1.4) rexml (~> 3.2) - pagy (6.2.0) + pagy (6.5.0) paper_trail (14.0.0) activerecord (>= 6.0) request_store (~> 1.4) @@ -458,7 +458,7 @@ DEPENDENCIES erb_lint factory_bot_rails faker - govuk-components (~> 5.0) + govuk-components (~> 5.1) govuk_design_system_formbuilder (~> 5.0) govuk_markdown jsbundling-rails diff --git a/package.json b/package.json index 5b34103fe..dedf7b6b7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "css-loader": "^6.7.1", "custom-event-polyfill": "^1.0.7", "file-loader": "^6.2.0", - "govuk-frontend": "5.0.0", + "govuk-frontend": "5.1.0", "html5shiv": "^3.7.3", "intersection-observer": "^0.12.0", "mini-css-extract-plugin": "^2.6.0", diff --git a/yarn.lock b/yarn.lock index d6e84caac..1286245d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3245,10 +3245,10 @@ govuk-frontend@4.7.0: resolved "https://registry.yarnpkg.com/govuk-frontend/-/govuk-frontend-4.7.0.tgz#69950b6c2e69f435ffe9aa60d8dee232dac977de" integrity sha512-0OsdCusF5qvLWwKziU8zqxiC0nq6WP0ZQuw51ymZ/1V0tO71oIKMlSLN2S9bm8RcEGSoidPt2A34gKxePrLjvg== -govuk-frontend@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/govuk-frontend/-/govuk-frontend-5.0.0.tgz#c08a4d1115fb31eb39b6d19979c627f816185dd7" - integrity sha512-3WSfvQ+3kw/q/m8jrq/t8XnMUA8D2r0uhGyZaDbIh1gWTJBQzJBHbHiKYI9nc9ixIXdCFsc9RozkgEm57a795g== +govuk-frontend@5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/govuk-frontend/-/govuk-frontend-5.1.0.tgz#55e520940b587ddd023e96251efaa076acc9bd5f" + integrity sha512-Dc3J+uOI4i2VR3BVyfxbf6qVjTT4n4bBqbD0/Io6feP8pt/4IfKdP1vWimZf+BwMKKMXacw10hmdy5UcD6Cr8w== govuk-prototype-kit@^13.14.1: version "13.16.0"