From 04cb2b93cc900fc73acf4c4a82680bf56cd94e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 23:45:43 +0000 Subject: [PATCH] Bump govuk-frontend from 5.7.0 to 5.7.1 in /guide Bumps [govuk-frontend](https://github.com/alphagov/govuk-frontend) from 5.7.0 to 5.7.1. - [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.7.0...v5.7.1) --- updated-dependencies: - dependency-name: govuk-frontend dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- guide/package-lock.json | 8 ++++---- guide/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" } }