From ecade2445f0a58170556f54045a610822af2a0f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 06:57:32 +0000 Subject: [PATCH] Update dependency govuk-frontend to v5 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1dfb139..7d0b098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "class-transformer": "^0.5.0", "class-validator": "^0.14.0", "file-loader": "^6.2.0", - "govuk-frontend": "^3.14.0", + "govuk-frontend": "^5.0.0", "nestjs-i18n": "^10.3.7", "nunjucks": "^3.2.3", "pg": "^8.7.1", @@ -10481,9 +10481,9 @@ } }, "node_modules/govuk-frontend": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-3.15.0.tgz", - "integrity": "sha512-kInDei8hrkMcrW7yC2EwhbSNBOBBPTdLxIDAye2G7KNrD9cyvNAfd0KchrfP/nWBOzu67ANoz2rtoRDLWiBN2w==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.8.0.tgz", + "integrity": "sha512-6l3f/YhDUCWjpmSW3CL95Hg8B+ZLzTf2WYo25ZtCs2Lb8UIzxxxFI8LxG7Ey/z04UuPhUunqFhTwSkQyJ69XbQ==", "engines": { "node": ">= 4.2.0" } @@ -26268,9 +26268,9 @@ } }, "govuk-frontend": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-3.15.0.tgz", - "integrity": "sha512-kInDei8hrkMcrW7yC2EwhbSNBOBBPTdLxIDAye2G7KNrD9cyvNAfd0KchrfP/nWBOzu67ANoz2rtoRDLWiBN2w==" + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.8.0.tgz", + "integrity": "sha512-6l3f/YhDUCWjpmSW3CL95Hg8B+ZLzTf2WYo25ZtCs2Lb8UIzxxxFI8LxG7Ey/z04UuPhUunqFhTwSkQyJ69XbQ==" }, "graceful-fs": { "version": "4.2.11", diff --git a/package.json b/package.json index e434ae3..f83be46 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "class-transformer": "^0.5.0", "class-validator": "^0.14.0", "file-loader": "^6.2.0", - "govuk-frontend": "^3.14.0", + "govuk-frontend": "^5.0.0", "nestjs-i18n": "^10.3.7", "nunjucks": "^3.2.3", "pg": "^8.7.1",