From ad1740d44a9a7602db62bbd8d6c0705c280cdb96 Mon Sep 17 00:00:00 2001 From: Henry Cooksley Date: Fri, 23 Feb 2024 09:52:04 +0000 Subject: [PATCH] Update govuk-frontend to 4.8.0 --- 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 799f3a4ed1..0929ce523c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint-plugin-jest": "^27.2.3", "events": "^3.3.0", "fetch-polyfill": "^0.8.2", - "govuk-frontend": "^5.0.0", + "govuk-frontend": "^4.8.0", "highlight-within-textarea": "^2.0.5", "jquery": "^3.6.0", "lightpick": "^1.6.2", @@ -6410,9 +6410,9 @@ } }, "node_modules/govuk-frontend": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.2.0.tgz", - "integrity": "sha512-beD3wztHpkKz6JUpPwnwop1ejb4rTFMPLCutKLCIDmUS4BPpW59ggVUfctsRqHd2Zjw9wxljdRdeIJ8AZFyyTw==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-4.8.0.tgz", + "integrity": "sha512-NOmPJxL8IYq1HSNHYKx9XY2LLTxuwb+IFASiGQO4sgJ8K7AG66SlSeqARrcetevV8zOf+i1z+MbJJ2O7//OxAw==", "engines": { "node": ">= 4.2.0" } @@ -14686,9 +14686,9 @@ } }, "govuk-frontend": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.2.0.tgz", - "integrity": "sha512-beD3wztHpkKz6JUpPwnwop1ejb4rTFMPLCutKLCIDmUS4BPpW59ggVUfctsRqHd2Zjw9wxljdRdeIJ8AZFyyTw==" + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-4.8.0.tgz", + "integrity": "sha512-NOmPJxL8IYq1HSNHYKx9XY2LLTxuwb+IFASiGQO4sgJ8K7AG66SlSeqARrcetevV8zOf+i1z+MbJJ2O7//OxAw==" }, "graceful-fs": { "version": "4.2.10", diff --git a/package.json b/package.json index f749a45746..df83890318 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-plugin-jest": "^27.2.3", "events": "^3.3.0", "fetch-polyfill": "^0.8.2", - "govuk-frontend": "^5.0.0", + "govuk-frontend": "^4.8.0", "highlight-within-textarea": "^2.0.5", "jquery": "^3.6.0", "lightpick": "^1.6.2",