From 2edeedaeccbf7b74c7dc21f73206f1c30db2115a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:50:55 +0000 Subject: [PATCH] Chore(deps): Bump @ministryofjustice/frontend from 3.2.1 to 3.2.2 (#1197) Bumps [@ministryofjustice/frontend](https://github.com/ministryofjustice/moj-frontend) from 3.2.1 to 3.2.2. - [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.2.1...v3.2.2) --- updated-dependencies: - dependency-name: "@ministryofjustice/frontend" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mitch Dawson <86007219+mitchdawson1982@users.noreply.github.com> --- 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 7a195a1c..e23b55ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@babel/preset-env": "^7.26.0", - "@ministryofjustice/frontend": "^3.2.1", + "@ministryofjustice/frontend": "^3.2.2", "babel-jest": "^29.7.0", "govuk-frontend": "^5.7.1", "jest-environment-jsdom": "^29.7.0", @@ -2301,9 +2301,9 @@ "dev": true }, "node_modules/@ministryofjustice/frontend": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@ministryofjustice/frontend/-/frontend-3.2.1.tgz", - "integrity": "sha512-VSux1C/s8GAENXs4ih38irzaWrhguX+89YBg1tJSDcshFjNsEtclGtdLd8xyU8Gxs2qfRsn1E2dKyffzK94lTw==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@ministryofjustice/frontend/-/frontend-3.2.2.tgz", + "integrity": "sha512-7UdFk6QOqT6mUIoortB8Bb9JaLs7SujWyyGxWezPm6AJeuwMIVdwMsP2ldFFZ+54ajuw9akeA/Jvp/Hf6lt8ww==", "dependencies": { "govuk-frontend": "^5.0.0", "moment": "^2.27.0" diff --git a/package.json b/package.json index 887b5b39..11e2f684 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@babel/preset-env": "^7.26.0", - "@ministryofjustice/frontend": "^3.2.1", + "@ministryofjustice/frontend": "^3.2.2", "babel-jest": "^29.7.0", "govuk-frontend": "^5.7.1", "jest-environment-jsdom": "^29.7.0",