From 08d04cd46f8a89a6e2daf944e682c721473fffff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:59:05 +0000 Subject: [PATCH] Bump @ministryofjustice/frontend from 1.8.1 to 2.1.1 Bumps [@ministryofjustice/frontend](https://github.com/ministryofjustice/moj-frontend) from 1.8.1 to 2.1.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/v1.8.1...v2.1.1) --- updated-dependencies: - dependency-name: "@ministryofjustice/frontend" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e3b5361..2006fcfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@ministryofjustice/frontend": "1.8.1", + "@ministryofjustice/frontend": "2.1.1", "govuk-frontend": "4.7.0", "jquery": "3.7.1", "nunjucks": "3.2.4" @@ -19,11 +19,11 @@ } }, "node_modules/@ministryofjustice/frontend": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@ministryofjustice/frontend/-/frontend-1.8.1.tgz", - "integrity": "sha512-HNl8XXbNje/NtQRlGM57CTLlAGBTW+ziGTBkxXHDn7VauKNz418PnErDlKRWeaHIyc6V9twI5EbOj4lFCsvasw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@ministryofjustice/frontend/-/frontend-2.1.1.tgz", + "integrity": "sha512-CBq8l3kuuf/GLVIroxYIoho0plr5ChRdOjSGDIfcXavDb8P5pbNWGgWlA7RgNReYCYV9W6IOje9rcExvdqej9Q==", "dependencies": { - "govuk-frontend": "^3.0.0 || ^4.0.0", + "govuk-frontend": "^5.0.0", "moment": "^2.27.0" }, "engines": { @@ -33,6 +33,14 @@ "jquery": "^3.6.0" } }, + "node_modules/@ministryofjustice/frontend/node_modules/govuk-frontend": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.1.0.tgz", + "integrity": "sha512-Dc3J+uOI4i2VR3BVyfxbf6qVjTT4n4bBqbD0/Io6feP8pt/4IfKdP1vWimZf+BwMKKMXacw10hmdy5UcD6Cr8w==", + "engines": { + "node": ">= 4.2.0" + } + }, "node_modules/a-sync-waterfall": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", diff --git a/package.json b/package.json index 58088a12..9a60239b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "sass": "1.70.0" }, "dependencies": { - "@ministryofjustice/frontend": "1.8.1", + "@ministryofjustice/frontend": "2.1.1", "govuk-frontend": "4.7.0", "jquery": "3.7.1", "nunjucks": "3.2.4"