diff --git a/package-lock.json b/package-lock.json index 799f3a4ed..0929ce523 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 f749a4574..df8389031 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",