From 9c6f671c7fa19c968a98231ed982b76bdb668a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:11:25 +0000 Subject: [PATCH] Bump govuk-frontend from 5.5.0 to 5.6.0 Bumps [govuk-frontend](https://github.com/alphagov/govuk-frontend) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/alphagov/govuk-frontend/releases) - [Changelog](https://github.com/alphagov/govuk-frontend/blob/main/CHANGELOG.md) - [Commits](https://github.com/alphagov/govuk-frontend/compare/v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: govuk-frontend dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e0e779a..183b2735 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@govuk-prototype-kit/common-templates": "^2.0.1", "@x-govuk/govuk-prototype-filters": "^1.4.1", - "govuk-frontend": "5.5.0", + "govuk-frontend": "5.6.0", "govuk-prototype-kit": "^13.13.2", "task-list-component": "^0.0.4" }, @@ -1546,9 +1546,9 @@ } }, "node_modules/govuk-frontend": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.5.0.tgz", - "integrity": "sha512-lNSHCOzgk6LfgelcdtJxTLK1BX/cpjCUyEB3LnzliD9o9YQckNMsbj5+jSOs2RFy6XBJ/DJqxj2TKfjBCuzpyA==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.6.0.tgz", + "integrity": "sha512-yNA4bL7i7mNrg36wPNZ3RctHo9mjl82Phs8MWs1lwovxJuQ4ogEo/XWn2uB1HxkXNqgMlW4wnd0iiKgRMfxYfw==", "engines": { "node": ">= 4.2.0" } diff --git a/package.json b/package.json index 81c9f32e..51fad829 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@govuk-prototype-kit/common-templates": "^2.0.1", "@x-govuk/govuk-prototype-filters": "^1.4.1", - "govuk-frontend": "5.5.0", + "govuk-frontend": "5.6.0", "govuk-prototype-kit": "^13.13.2", "task-list-component": "^0.0.4" }