From d03709fa60b2ee8323ad76cc2416f53606cf29fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:01:52 +0000 Subject: [PATCH] Bump @ministryofjustice/frontend from 3.0.0 to 3.0.1 Bumps [@ministryofjustice/frontend](https://github.com/ministryofjustice/moj-frontend) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/ministryofjustice/moj-frontend/releases) - [Changelog](https://github.com/ministryofjustice/moj-frontend/blob/main/CHANGELOG.md) - [Commits](https://github.com/ministryofjustice/moj-frontend/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: "@ministryofjustice/frontend" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1f7c91b22..d0161973d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "app", "private": "true", "dependencies": { - "@ministryofjustice/frontend": "^3.0.0", + "@ministryofjustice/frontend": "^3.0.1", "dfe-autocomplete": "github:DFE-Digital/dfe-autocomplete", "esbuild": "^0.24.0", "govuk-country-and-territory-autocomplete": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 64a4d07af..a6c183d38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -122,10 +122,10 @@ resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.24.0.tgz#168ab1c7e1c318b922637fad8f339d48b01e1244" integrity sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA== -"@ministryofjustice/frontend@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@ministryofjustice/frontend/-/frontend-3.0.0.tgz#590f1e73057dd306dda8e131b82abcd987c02a50" - integrity sha512-sXdpQUcwrybsHJuhqldb/NXHNbsZTjB146+xDHD/sE88giNzIVIDFzl0AxVXikNPuke3W9GY5mb2+GrfLdYTNw== +"@ministryofjustice/frontend@^3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@ministryofjustice/frontend/-/frontend-3.0.1.tgz#abd51af0c542682e0da5ed2b95c3bf1d6a23acd9" + integrity sha512-E72gowlyGfpu9UsYdmk8bboKLLqImCSlSxtjdc+fBQWEm6QBBtsI2DJSXjNFzqlutVOc1vurHwTeS8A3J/vTKw== dependencies: govuk-frontend "^5.0.0" moment "^2.27.0"